[FFmpeg-user] stitching images together at IRREGULAR intervals

Mike Hogan me at mikehogan.net
Tue Jul 10 11:05:14 CEST 2012


Hello all,

The FAQ shows me how to stitch images together to create a vid using this line:

ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg

What I'm trying to do is make a vid from images that are stitched together at irregular intervals:

Between 0 and 1 seconds, show image001.jpg
Between 1 and 4.5 seconds, show image002.jpg
Between 4.5 and 6, show image003.jpg

etc

Any suggestions?

Thanks very much,
Mike.


More information about the ffmpeg-user mailing list