You don't need to be an 'investor' to invest in Singletrack: 6 days left: 95% of target - Find out more
Hello all,
I've got a series of photos that I'd like to turn into a timelapse.
Can anyone suggest a free or inexpensive bit of software that will allow me to do this?
Icing on the cake would be if the software could accept DNG format raw files but JPEG is absolutely fine.
Computer is a windows 10 laptop incase it matters.
thanks in advance.
VirtualDub can do this, its free. http://www.virtualdub.org/
Just open the first image, then it will load the rest of the images in the sequence. Works fine for JPEG, don't think it does RAW.
I used GoPro studio - [url= https://gopro.com/software-app/gopro-studio-edit-software ]https://gopro.com/software-app/gopro-studio-edit-software[/url]
Not sure I'd recommend it, but it works and is free.
"GIFMaker.me allows you to create animated gifs, slideshows, and video animations with music online freely and easily, no registration required"
Windows movie maker will do it. Should already be installed but there is an extras pack that is worth having.
great, thank you everyone for the suggestions.
ffmpeg can do this
ffmpeg -i /your_dir_with_pics/*.jpg -r 30 /where_you_want_your_vid/timelapse.mp4