[FFmpeg-user] Help needed with turning a series of png files into video

Henry Wagner hjw3001 at gmail.com
Sat Sep 22 22:05:45 CEST 2012


Thanks Carl, the updated command and updated version of ffmpeg worked.

Henry

On Sat, Sep 22, 2012 at 12:20 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Henry Wagner <hjw3001 <at> gmail.com> writes:
>
> > ffmpeg -i camp*.png -vcodec mpeg4 -b 1200KB -s 1280x720 camp.mp4
>
> The correct syntax is
> $ ffmpeg -r 24 -i campfire%02.png camp.mp4
> (You will probably have to add a few x264 options.)
>
> > ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers
>
> This is old, please update to current git head.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list