[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.82,1.83
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue Jul 5 18:19:18 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv20594/DOCS/xml/en
Modified Files:
faq.xml
Log Message:
New FAQ entry: Explain why libavcodec now sets FMP4 FourCC, and how to enventualy change it.
Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- faq.xml 3 Jul 2005 12:13:48 -0000 1.82
+++ faq.xml 5 Jul 2005 16:19:16 -0000 1.83
@@ -1158,6 +1158,33 @@
</para></answer>
</qandaentry>
+<qandaentry>
+<question><para>
+Since 1.0pre7, DivX encoded by <application>MPlayer</application>
+cannot be watched on third party players because it sets 'FMP4' as a
+FourCC.
+</para></question>
+
+<answer><para>
+<systemitem class="library">libavcodec</systemitem>, the native MPEG-4
+encoding library usually shipped with <application>MEncoder</application>
+used to set the 'DIVX' FourCC (which is an AVI tag to identify the
+software used to encode and the intended software to use for decoding)
+when encoding MPEG-4 videos, which lead to make many people think that
+<systemitem class="library">libavcodec</systemitem> was a DivX encoding
+library, when in fact it is just another MPEG-4 encoding library whose
+MPEG-4 support is much better than DivX's.
+Therefore, the new default FourCC used by
+<systemitem class="library">libavcodec</systemitem> is 'FMP4', but you
+may override this behavior using <application>MEncoder</application>'s
+<option>-ffourcc</option>.
+You may also change the FourCC of existing files like this:
+<screen>
+ mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.avi</replaceable> -ffourcc DIVX
+</screen>
+</para></answer>
+</qandaentry>
+
</qandadiv>
</qandaset>
More information about the MPlayer-DOCS
mailing list