[FFmpeg-user] image sequence index from image to video

Lou lou at lrcd.com
Wed Apr 25 19:08:36 CEST 2012


On Tue, Apr 24, 2012 at 06:50:43PM +0200, Joana Moll wrote:
> Hi,
> 
> I'm making a video from an image sequence, the problem is that the image
> sequence doesn't start at 001.jpg but at 1325.jpg . I can't rename these
> files. Is there any ffmpeg command that allows to build a video from an
> image sequence which doesn't begin at 01?
> 
> Many thanks,
> Joana.

If you're using Linux you could use cat to feed the images to ffmpeg:
cat *.jpg | ffmpeg -f image2pipe -vcodec mjpeg -i - output


More information about the ffmpeg-user mailing list