Created
June 3, 2016 17:57
-
-
Save billautomata/e6c6e3d58e9a92294c6c9e10e82bcf93 to your computer and use it in GitHub Desktop.
mencoder for iphone
This file contains hidden or 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 output.avi -o yup.mp4 \ | |
-of lavf -lavfopts format=mp4 -ovc x264 -sws 9 \ | |
-x264encopts nocabac:level_idc=30:bframes=0:bitrate=512:threads=auto:turbo=1:global_header:threads=auto:subq=5:frameref=6:partitions=all:trellis=1:chroma_me:me=umh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment