Apples

Apples

by Garik

submit your photo


Picture of the Week Themes
Suggest and vote on themes

Please participate in Meta
and help us grow.

Tell me more ×
Photography Stack Exchange is a question and answer site for professional, enthusiast and amateur photographers. It's 100% free, no registration required.

I was looking for software to create timelapse from a collection of pictures, that is compatible with Ubuntu. It would good if it could make HD videos and also has an option to add a background score.

share|improve this question
I've given a quick answer but I think this is really off-topic for this site. It might be better migrated to the unix or the video production sites. – mattdm Mar 10 '12 at 0:09

2 Answers

Ffmpeg will do it. If you have images img001.jpg, img002.jpg, img003.jpg, ... then on the command line do:

ffmpeg -i img*.jpg output.mpeg

There are more options given in ffmpeg --help or man pages, or the web. These allow control over the frame rate and the output format.

share|improve this answer

You can do this with either mencoder or avidemux. There's a tutorial fr avidemux here: http://www.avidemux.org/admWiki/doku.php?id=tutorial:create_video_from_still_image_and_from_audio_file

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.