ncscz
Apr 02, 2016Explorer
Looking for ffmpeg usage help?
I am needing help with ffmpeg. I am attempting to convert a series of jpg photos into a video using ffmpeg. This is the command I am using: ffmpeg -framerate 10 -i %5d.jpg -codec copy output.MP4 ...