View Full Version : ffmpeg image sequences on Windows
jn441
16th December 2007, 00:45
How do I generate an image sequence using ffmpeg under Windows? The format of image%d.jpg doesn't seems to work...it just makes one file called image%d.jpg and keeps appending the frames to the same file. :mad:
J_Darnley
17th December 2007, 14:09
Where are you using the % character? If you use it in a batch file then you need to escape it with ^ so that your filename becomes image^%d.jpg. If you are just using cmd (the command window) then it should be fine.
Can I ask what your whole command for ffmpeg is? I was trying it myself and got 50 images that were un-openable or ffmpeg threw an error about the colour space.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.