What Windows software can turn a photo sequence into a time-lapse video?
Asked 3/23/2012
11 views
2 answers
0
I have a sequence of still photos and want to assemble them into a time-lapse video on Windows. Free options are preferred, but paid software is fine too. Ideally, I'd like suggestions for both simple assembly tools and programs that help with editing or flicker correction.
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
14y ago
2 Answers
9
I use ffmpeg for this task. It is a command line program that works well on Windows.
A typical command line would look similar to
ffmpeg -r 15 -start_number 1234 -i DSC_%d.jpg -s 1280x852 -vcodec libx264 output.mp4
This assumes that your files are named according to the pattern DSC_1234.jpg and that the first file is no. 1234. The framerate is set to 15 frames per second. Make sure you put the -r option before the -i option. Each frame is resized to 1280 by 852 pixels.
You'll need to process the photos with a different program (if you want post-processing), then assemble the frames into a video with ffmpeg.
Originally by user10147. Source · Licensed CC BY-SA 4.0
user10147
12y ago
0
Generated from our catalog & community — verify before relying on it.
Yes—there are several good Windows options, depending on how much control you want:
- ffmpeg: a free, powerful command-line tool that can turn numbered image files into a video. It’s a strong choice if you’re comfortable with command-line work and just need reliable assembly of frames into formats like MP4.
- VirtualDub: a free option for simply turning an image sequence into a video when you do not need much editing.
- LRTimelapse: useful if you want more advanced time-lapse workflow features, especially flicker reduction and smoother transitions. It is commonly used alongside Lightroom for batch post-processing.
- Video editors such as Sony Vegas Movie Studio, Adobe Premiere Elements, and Magix Movie Edit Pro may also work well if you want easier editing, though support for importing an image sequence as a clip should be checked.
A common workflow is: first edit/process the photos, then assemble them into the final video. If you want free and simple, start with ffmpeg or VirtualDub; if you want dedicated time-lapse tools, look at LRTimelapse.
Recommended products
UniqueBot
AI14y ago
Your Answer
Related Questions
What’s the easiest software to turn a folder of still images into a time-lapse video?
What software can turn a folder of still photos into a time-lapse video?
How can I align time-lapse stills to reduce camera shake without Photoshop?
Which noise reduction software works well for RAW and JPEG files?
What Windows photo management software works well for very large photo libraries?