D&C GLug - Home Page

[ Date Index ] [ Thread Index ] [ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] JPEG -> Movie

 

2009/7/3 Alan Pope <alan@xxxxxxxxx>:
> 2009/7/3 Mick Vaites <mick@xxxxxxxxxxxx>:
>> I now have a couple of months of jpeg images and it would be great to be
>> able to stitch these images together into a movie. Can anyone recommend
>> something that will take a few folders worth of jpegs and make an mpeg for
>> example.
>>
>
> mencoder can do that.
>
> http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=mencoder+movie+from+jpegs
>
> Turns up some good examples..
>
> Cheers,
> Al.
>
> --
> The Mailing List for the Devon & Cornwall LUG
> http://mailman.dclug.org.uk/listinfo/list
> FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html
>

or ffmpeg -i *jpeg -f image2 -r 25 out.mpg
ffmpeg -i *jpeg -f image2 -target pal-dvd out.vob (for DVD compatible video)

if you need them in a particular order rename to name<no>
and ffmpeg -i name%d*jpeg -f image2 -r 25 out.mpg

-- 
The Mailing List for the Devon & Cornwall LUG
http://mailman.dclug.org.uk/listinfo/list
FAQ: http://www.dcglug.org.uk/linux_adm/list-faq.html