rgb update

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