Skip to content

Instantly share code, notes, and snippets.

@billautomata
Created June 3, 2016 17:57
Show Gist options
  • Save billautomata/e6c6e3d58e9a92294c6c9e10e82bcf93 to your computer and use it in GitHub Desktop.
Save billautomata/e6c6e3d58e9a92294c6c9e10e82bcf93 to your computer and use it in GitHub Desktop.
mencoder for iphone
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