Site Map - skip to main content

Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


hpr1449 :: Timelapse Video

A quick introduction to timelapse video and some of the tools used in linux to help create them.

<< First, < Previous, , Latest >>

Hosted by Peter64 on 2014-02-20 is flagged as Clean and is released under a CC-BY-SA license.
time lapse,linux,ffmpeg,cameras,photography,mencoder. 1.

Listen in ogg, spx, or mp3 format. Play now:

Duration: 00:11:38

general.

A quick introduction to timelapse video and some of the tools used in linux to help create them.

cd to dir that holds the images

Create a directory called resize and run

"mogrify -path resize -resize 1920x1080! *.JPG"

If you need to Deflicker your images place the script in your resize directory and run

"./timelapse-deflicker.pl -v"

This will create a dir called deflickered

If you use mencoder to create your video you need to use ls and make a text file with the files listed in sequential order

"ls -1tr | grep -v files.txt > files.txt"

then

"mencoder -nosound -noskip -oac copy -ovc copy -o outputfile.avi -mf fps=25 'mf://@files.txt'

if you use ffmpeg something like this should get you out of trouble, though your files need to be named in sequential order starting with img(number 1 2 etc).jpg

"ffmpeg -f image2 -i img%d.jpg -vcodec libx264 outputfile.mp4"

Youtube links

Milkyway

https://youtu.be/VeGM7iEBUT0

Construction

https://youtu.be/-9iCGD6Ielw

Deflicker script

https://tinyurl.com/p7ffof7


Comments

Subscribe to the comments RSS feed.

Comment #1 posted on 2014-02-20 09:00:40 by Ken Fallon

Ask and ...

Thanks Peter64

Leave Comment

Note to Verbose Commenters
If you can't fit everything you want to say in the comment below then you really should record a response show instead.

Note to Spammers
All comments are moderated. All links are checked by humans. We strip out all html. Feel free to record a show about yourself, or your industry, or any other topic we may find interesting. We also check shows for spam :).

Provide feedback
Your Name/Handle:
Title:
Comment:
Anti Spam Question: What does the P in HPR stand for ?