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

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Sep 22 09:20:14 CEST 2012


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



More information about the ffmpeg-user mailing list