[MPlayer-DOCS] r21079 - trunk/DOCS/xml/en/mencoder.xml

gpoirier subversion at mplayerhq.hu
Sun Nov 19 23:09:16 CET 2006


Author: gpoirier
Date: Sun Nov 19 23:09:16 2006
New Revision: 21079

Modified:
   trunk/DOCS/xml/en/mencoder.xml

Log:
Add a new MPEG encoding example using lavf


Modified: trunk/DOCS/xml/en/mencoder.xml
==============================================================================
--- trunk/DOCS/xml/en/mencoder.xml	(original)
+++ trunk/DOCS/xml/en/mencoder.xml	Sun Nov 19 23:09:16 2006
@@ -414,6 +414,12 @@
 mencoder <replaceable>input.avi</replaceable> -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o <replaceable>output.mpg</replaceable> -oac lavc -ovc lavc \
 -lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
 </screen>
+Same, but using <systemitem class="library">libavformat</systemitem> MPEG muxer:
+<screen>
+mencoder <replaceable>input.avi</replaceable> -of lavf -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \
+-ovc lavc -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 \
+-o VCD.mpg -ofps 25 -vf scale=352:288,harddup -oac lavc -lavcopts acodec=mp2:abitrate=224
+</screen>
 </para>
 </informalexample>
 



More information about the MPlayer-DOCS mailing list