Mencoder

From Hackepedia
Revision as of 15:35, 8 March 2008 by Franks (talk | contribs) (New page: In this example, we use "-vop rotate=1" to rotate our video 90 degrees clockwise, and use "-lavcopts vcodec=mpeg4:vbitrate=400:mbd=2:trell" to shrink the size to a more web friendly size (...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

In this example, we use "-vop rotate=1" to rotate our video 90 degrees clockwise, and use "-lavcopts vcodec=mpeg4:vbitrate=400:mbd=2:trell" to shrink the size to a more web friendly size (from a 22M file to 1.3M file in our test case). Check out the Manual page for more details.

 mencoder -oac pcm -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=400:mbd=2:trell -vop rotate=1 original.mov -o new.mov