update

parent 58dc6f5f
......@@ -176,6 +176,9 @@ if [ $BYTILE -ne "0" ]; then
cd TCI
mogrify -format jpg -quality 100 *.tif
mogrify -path ./thumbnails -resize 800x600! *.jpg
cd thumbnails
ffmpeg -pattern_type glob -i "*.jpg" -r 1 -vcodec libx264 $USERDIR"video.mp4"
cd $USERDIR"out/"
done
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment