What software should I use to turn pictures into movie clips?
June 14, 2012 7:10 PM   Subscribe

What software should I use to turn pictures into movie clips? I have a GoPro camera set to take pictures at a set interval and would like recommendations on free/cheap software to use to make them into a time lapse video using a Windows netbook.

I'm a novice at this and am having a hard time differentiating between the programs I'm seeing online, so if you've done something like this, I'd appreciate your recommendations. Thanks!
posted by BlooPen to Computers & Internet (6 answers total) 5 users marked this as a favorite
 
Have you checked if GoPro's software (available on their website) does this?
posted by victory_laser at 7:30 PM on June 14, 2012


Use ImageMagick, then it is as simple as:

convert -delay 100 *.png my_movie.mpeg

Where the delay value is ticks, with 100 ticks per second. In the example above, each PNG frame is shown once per second.
posted by Blazecock Pileon at 7:33 PM on June 14, 2012


Windows movie maker can do this as well.
posted by mmascolino at 7:45 PM on June 14, 2012


I often use VirtualDub for creating timelapses from still images.
posted by rmmcclay at 2:48 AM on June 15, 2012


quicktime pro also does it, but it's not free
posted by defcom1 at 7:22 AM on June 15, 2012


Another (free) piece of software that can do this is MPEG Streamclip.
posted by eendje at 2:07 AM on August 31, 2012


« Older Go with current local job offer, or wait for...   |   Mind the (hopefully consistently sized) gap! Newer »
This thread is closed to new comments.