PDA

View Full Version : How to make a movie from JPEG's?


TsunaQuake
12th April 2004, 12:26
Hello to all of you
I'd like to know how to make a movie from lots of JPEG's
we've had a webcam on for about a week, taking on picture every 30sec and i'd like to make a movie out of the thousands of pictures I have
If possible, something in XviD with a good quality or so

Any advise as to which program I should use?

Thank you

- Tsuna

mf
12th April 2004, 13:13
Assuming all your JPEGs are numbered, ImageReader. If not, rename them to numbered increments.
http://www.avisynth.org/?page=ImageSource

Mug Funky
12th April 2004, 18:51
there wouldn't be a way to losslessly whack them into an MJPEG file would there? or are they completely different formats? :confused:

Soulhunter
12th April 2004, 19:12
Originally posted by mf
Assuming all your JPEGs are numbered, ImageReader. If not, rename them to numbered increments.
http://www.avisynth.org/?page=ImageSource VDubMod (http://virtualdubmod.sourceforge.net/) can do this as well... ;)

If you dont wanna number them by hand, sort them by date n' use IrfanView's (http://www.irfanview.com/) batch function to do this !!!


Bye

mf
12th April 2004, 22:19
Originally posted by Mug Funky
there wouldn't be a way to losslessly whack them into an MJPEG file would there? or are they completely different formats? :confused:
http://sourceforge.net/projects/jpegtoavi/

TsunaQuake
13th April 2004, 11:07
Thank you for all the replies
The pic's are already numbered and are all of the exact same format
I'm gonna look at what you guys suggested
Thank you :D

TsunaQuake
13th April 2004, 20:33
i dont get how can you do that using vdubmod
any link to a howto or some sort of tutorial please?

MrTVideo
14th April 2004, 08:21
Surgest you download the AVIsynth manual at AVIsynth.org this script works. just change the reference
subject
ImageWriter /ImageReader

Study the manual it has a getting started section. Create a script file with notepad save with an AVS ext. Open that script file in Virtualdubmod. You have to have AVIsynth installed as well as Virtualdubmod. Once you try a few scripts you will soon get a handle on it. Remember Crawl, Walk, Run, Fly.

You will have as much fun getting scripts working as putting them to use.
:cool:

TsunaQuake
14th April 2004, 09:00
ko im gonna try that
thanks

Soulhunter
14th April 2004, 19:49
Originally posted by TsunaQuake
i dont get how can you do that using VDubMod
any link to a how to or some sort of tutorial please? Just open the first pic (example: "00001.JPEG") then it should self append the others -> "00002.jpg", "00003.jpg", "00004.jpg"... etc. !!!


Bye

TsunaQuake
14th April 2004, 19:50
yep thats what I ended up doing
it finally worked with VDubMod

thank you everybody