Skip to main content

All Questions

Tagged with
0 votes
0 answers
852 views

I want to convert jpg image sequence in folder to mov by adding windows context menu for a folder

I am using ffmpeg code to convert the available jpg sequence to mov(Photojpg) ffmpeg -f image2 -r 24 -start_number 1001 -i /ip/Seq/image.%04d.jpg -y -xerror -vcodec copy -r 24 /ip/Seq/movie.mov But ...
Shankar Natarajan's user avatar