[FFmpeg-user] Syntax problem for specifying files(?)
Reto Kromer
lists at reto.ch
Wed Apr 6 18:41:10 CEST 2016
aviv solodoch wrote:
>I'm trying to create a movie from a series of .png files.
>The file names are of the form "NWAT_Vort_GB_xxxx.pg",
>where xxxx is a 4 digit number. The lowest value is xxxx=1148.
>
>I write in my windows command shell, from the same folder as the .png files:
>
>ffmpeg -f image2 -i NWAT_Vort_GB_%d.png movie.mpg
Possibly: -start_number 1148 -i NWAT_Vort_GB_%04d.png
Best regards, Reto
More information about the ffmpeg-user
mailing list