Skip to content

Instantly share code, notes, and snippets.

@makokal
Created January 25, 2013 16:00
Show Gist options
  • Save makokal/4635535 to your computer and use it in GitHub Desktop.
Save makokal/4635535 to your computer and use it in GitHub Desktop.
Make a video from images using mencoder
mencoder "mf://*.png" -mf fps=20 -o video_name.avi -ovc lavc -lavcopts vcodec=msmpeg4v2:vbitrate=800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment