From Mexico.purplecow.org

(Difference between revisions)
Jump to: navigation, search
(initial creation - not complete)
Current revision (10:31, 19 May 2009) (view source)
(formatting the pre)
 
Line 2: Line 2:
<pre>
<pre>
-
mencoder in.flv -ovc xvid -xvidencopts bitrate=1000:autoaspect -vf pp=lb -oac mp3lame -lameopts fast:preset=standard -o out.avi
+
mencoder in.flv \
 +
-ovc xvid -xvidencopts bitrate=1000:autoaspect \
 +
-vf pp=lb -oac mp3lame -lameopts fast:preset=standard \
 +
-o out.avi
</pre>
</pre>
[[Category: Tech]]
[[Category: Tech]]

Current revision

Mencoder might be able to do it with the right codec support.

mencoder in.flv \
-ovc xvid -xvidencopts bitrate=1000:autoaspect \
-vf pp=lb -oac mp3lame -lameopts fast:preset=standard \
-o out.avi