Thanks Reto, that worked! Aviv On Wed, Apr 6, 2016 at 9:41 AM, Reto Kromer <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
