rgb update

parent 26225034
......@@ -60,7 +60,9 @@ done
cd $JP2DIR"rgb/"
for d in */; do
# Will print */ if no directories are available
echo $d
cd $d
ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p $d.mp4
cd ..
done
#ffmpeg -i %*.jpg -c:v libx264 -vf fps=10 -pix_fmt yuvj422p rgb.mp4
......
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