Page 1 of 1

Convert a list of images to a video

Posted: 18 Jun 2007 15:48
by punkypogo
Hello,


Is it possible to convert a list of images (JPEGs, PNGs, ...) located in a directory to a video file (avi or whatever) ?

Thanks in advance.

Posted: 18 Jun 2007 17:58
by MetalheadGautham
not via vlc :( , but for windows you have the windows movie maker.

Posted: 18 Jun 2007 18:00
by MetalheadGautham
even openoffice.org's impress, available for all platforms, can export a slideshow as a swf object. it can be embeded in webpages:shock: when you click, it goes to next slide 8)

Posted: 18 Jun 2007 23:34
by Jean-Baptiste Kempf
not via vlc :( , but for windows you have the windows movie maker.
Well, you can with VLC, but this is tricky.

Posted: 19 Jun 2007 02:43
by ustunozgur
try using ffmpeg.

Posted: 19 Jun 2007 10:32
by punkypogo
Yep, that's what I'm going to do.
Thanks.

Posted: 19 Jun 2007 10:52
by Jean-Baptiste Kempf
Anyone tried to do it with fake:// ?

Posted: 20 Jun 2007 22:02
by punkypogo
Well, in need I have to make a program dedicated to this feature, so I'm going to use libav*.
Thanks anyway (and great job for all your work).

ps : for the fake stuff, it would be sth like that ?
vlc --fake-file img%02d.jpg --sout '#transcode{...}'

Posted: 21 Jun 2007 00:13
by joseph5
Try using VirtualDub.