[FFmpeg-user] Syntax problem for specifying files(?)

aviv solodoch avivsolo at gmail.com
Wed Apr 6 19:06:23 CEST 2016


Thanks Reto, that worked!
Aviv

On Wed, Apr 6, 2016 at 9:41 AM, Reto Kromer <lists at reto.ch> wrote:

> 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
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list