[FFmpeg-user] Issue with "%04d" when creating image sequence from a video

Michael Koch astroelectronic at t-online.de
Fri Jan 20 11:24:41 EET 2023


Am 20.01.2023 um 00:37 schrieb JJ jo:
> Hi,
> I'm new and I don't know if it's the right way to ask for a problem. I have
> a problem when attempting to create an image sequence from an mkv file.
> This is the code i put in a *.bat file:
>
> ffmpeg -i input.mkv %04d.jpg

If used in a (Windows) batch file, you must replace % by %%

Michael




More information about the ffmpeg-user mailing list