No subject
Tue Feb 22 18:54:42 UTC 2011
For creating a video from many images:
ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi
The syntax "foo-%03d.jpeg" specifies to use a decimal number
composed of three digits padded with zeroes to express the sequence
number. It is the same syntax supported by the C printf
function, but only formats accepting a normal integer are suitable.
> Also, does anyone have any thoughts on what is the best video format to
> encode into, there seem to be a confusing multitude out there! =A0I reali=
se
> that "best" is very subjective!
Firstly define in what way 'best'. Then let's see how the discussion run!!
Do we then get a video show of how your garden has grown?... ;-)
Cheers,
Martin
More information about the Nottingham
mailing list