Skip to content

Instantly share code, notes, and snippets.

@rgo
Created November 2, 2011 14:01
Show Gist options
  • Save rgo/1333701 to your computer and use it in GitHub Desktop.
Save rgo/1333701 to your computer and use it in GitHub Desktop.
Generate timelapse video from jpg images
# 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