PDA

View Full Version : First time lapse



guine
October 20th, 2014, 06:18 PM
I just wanted to share my first attempt at a time lapse video that I shot over the summer at Sequoia National Park in California.

https://vimeo.com/109294029

I used RawTherapee and Gimp for photo editing, then used avconv to put each individual sequence together and then used OpenShot to combine all the sequences into one video.

JazzPotato
October 22nd, 2014, 04:05 PM
That's pretty awesome, well done! I'm interested, what framerate did the photos end up being displayed at?

guine
October 23rd, 2014, 12:25 AM
Thanks, I ended up using 25 fps since that was one of the options that openshot wanted to use for saving. I didn't look around too much to see if there was a was to save it in the 24 fps that I originally did for each segment.

tgalati4
October 23rd, 2014, 05:15 AM
Impressive. How about reading a poem or a John Muir passage as a voice-over?

hg-knight
November 3rd, 2014, 08:52 PM
Very good,
some shots better than others, i.e the clouds / sunset.
impressed with how to did it

lisati
November 3rd, 2014, 08:57 PM
Well done!

shuichi
November 22nd, 2014, 10:14 AM
Nice! im interested into time lapses, even if have not a good equipment for it yet, was checking for this avconv, need to ask you how did you used, cant get it yet! thanks!

coldraven
November 22nd, 2014, 12:58 PM
Very well done! I liked the soundtrack but at one point a thought that a ship was going to appear, I don't suppose you get many of those in that park :)
I'd like to try time-lapse myself one day.

guine
November 25th, 2014, 07:55 PM
Nice! im interested into time lapses, even if have not a good equipment for it yet, was checking for this avconv, need to ask you how did you used, cant get it yet! thanks!

This is the command that I was able to get to work with avconv
avconv -f image2 -i DSC_%04d.JPG -r 25 -s hd1080 test.mp4

You will need to replace DSC_%04d.JPG with whatever format your camera uses to name its files and the files will need to be in numerical order starting at 1.
Changing the -r number will change the framerate and -s lets you set the size.

Unfortunately avconv, like ffmpeg, seems to be very termperamental so I can't guarantee this command will work for other people(if you do a google search there are plenty of pages where people are giving different commands for both programs saying this was the only way they were able to get the program to work and couldn't figure out why the commands that other people had success with didn't work for them). Good luck

shuichi
November 26th, 2014, 05:46 PM
This is the command that I was able to get to work with avconv
avconv -f image2 -i DSC_%04d.JPG -r 25 -s hd1080 test.mp4

You will need to replace DSC_%04d.JPG with whatever format your camera uses to name its files and the files will need to be in numerical order starting at 1.
Changing the -r number will change the framerate and -s lets you set the size.

Unfortunately avconv, like ffmpeg, seems to be very termperamental so I can't guarantee this command will work for other people(if you do a google search there are plenty of pages where people are giving different commands for both programs saying this was the only way they were able to get the program to work and couldn't figure out why the commands that other people had success with didn't work for them). Good luck

Thank you very much! now is my time to try!!

shuichi
November 28th, 2014, 07:24 PM
failed to install avconv... wonder if somebody else with lubuntu experienced the same (sorry to disturb the thread)

Bandit
January 17th, 2015, 05:37 PM
I just wanted to share my first attempt at a time lapse video that I shot over the summer at Sequoia National Park in California.

https://vimeo.com/109294029

I used RawTherapee and Gimp for photo editing, then used avconv to put each individual sequence together and then used OpenShot to combine all the sequences into one video.

Very nice, congrats..

Super-Wisdom
January 19th, 2015, 08:22 PM
Very good! I bet your proud of your work. Good choice of background music.

john387
March 23rd, 2015, 04:01 PM
nice one.....impressive!

stephen_ward
March 23rd, 2015, 06:09 PM
Looks great! Well done!!!!

kurja
April 17th, 2015, 10:50 AM
I tried to make a time lapse this winter, had never tried it before from a series of photos. I had made some simple animations with gimp though. I couldn't get the obvious cli offerings to work, but luckily there are gui alternatives in software center. Here's the video: https://vimeo.com/122651015

sudodus
April 17th, 2015, 12:15 PM
Nice video-clips :KS