Created
January 25, 2013 16:00
-
-
Save makokal/4635535 to your computer and use it in GitHub Desktop.
Make a video from images using mencoder
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
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