rgb update

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