[MPlayer-DOCS] CVS: main/DOCS/xml/en mencoder.xml,1.87,1.88

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Aug 15 18:30:35 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv14934/en

Modified Files:
	mencoder.xml 
Log Message:
-fafmttag can be needed while steam copying.


Index: mencoder.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/mencoder.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- mencoder.xml	31 Jul 2005 21:44:57 -0000	1.87
+++ mencoder.xml	15 Aug 2005 16:30:31 -0000	1.88
@@ -131,6 +131,24 @@
   for this.
   </para></listitem>
 </itemizedlist>
+
+<para>
+  Using <option>-oac copy</option> to copy from one container format to
+  another may require the use of <option>-fafmttag</option> to keep the
+  audio format tag of the original file.
+  For example, if you are converting an NSV file with AAC audio to an AVI
+  container, the audio format tag will be incorrect and it will have to
+  be changed. For a list of audio format tags, check
+  <filename>codecs.conf</filename>.
+</para>
+
+<para>
+Example:
+<screen>
+mencoder <replaceable>input.nsv</replaceable> -oac copy -fafmttag 0x706D -ovc lavc -lavcopts vcodec=mpeg4 -o <replaceable>output.avi</replaceable>
+</screen>
+</para>
+
 </sect1>
 
 




More information about the MPlayer-DOCS mailing list