Created
November 2, 2011 14:01
-
-
Save rgo/1333701 to your computer and use it in GitHub Desktop.
Generate timelapse video from jpg images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate timelapse video from jpg images | |
mencoder -ovc copy -mf w=320:h=240:fps=6:type=jpg 'mf://*.jpg' -o time_lapse-test.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment