[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.91,1.92
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Thu Sep 22 23:34:54 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv7452/en
Modified Files:
mencoder.xml
Log Message:
Creating a MPEG-1 file suitable for exchange, taken from the example posted by James Courtier-Dutton on mplayer-users
Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- mencoder.xml 22 Sep 2005 21:18:59 -0000 1.91
+++ mencoder.xml 22 Sep 2005 21:34:51 -0000 1.92
@@ -213,12 +213,22 @@
use the <option>-of mpeg</option> option.
</para>
+<informalexample>
<para>
Example:
<screen>
mencoder -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video -oac copy <replaceable>other_options</replaceable> <replaceable>media.avi</replaceable> -o <replaceable>output.mpg</replaceable>
</screen>
+Creating a MPEG-1 file suitable for exchange:
+<screen>
+mencoder -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 -o \
+<replaceable>x.mpg</replaceable> -oac lavc -ovc lavc \
+-lavcopts acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3 \
+<replaceable>input.avi</replaceable>
+</screen>
</para>
+</informalexample>
+
</sect1>
<sect1 id="menc-feat-rescale">
More information about the MPlayer-DOCS
mailing list