[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.84,1.85

Guillaume Poirier CVS syncmail at mplayerhq.hu
Wed Jul 6 10:15:49 CEST 2005


CVS change done by Guillaume Poirier CVS

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

Modified Files:
	faq.xml 
Log Message:
More fixes by Jeff, Diego, and Andrew


Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- faq.xml	5 Jul 2005 22:08:25 -0000	1.84
+++ faq.xml	6 Jul 2005 08:15:46 -0000	1.85
@@ -1160,9 +1160,8 @@
 
 <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.
+Why do third-party players fail to play MPEG-4 movies encoded by
+<application>MEncoder</application> versions later than 1.0pre7?
 </para></question>
 
 <answer><para>
@@ -1174,12 +1173,13 @@
 This led many people to think that
 <systemitem class="library">libavcodec</systemitem>
 was a DivX encoding library, when in fact it is a completely different
-MPEG-4 encoding library whose MPEG-4 support is much better than DivX's.
+MPEG-4 encoding library which implements the MPEG-4 standard much
+better than DivX.
 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> option.
-You may also change the FourCC of existing files in this same way:
+You may also change the FourCC of existing files in the same way:
 <screen>
   mencoder <replaceable>input.avi</replaceable> -o <replaceable>output.avi</replaceable> -ffourcc XVID
 </screen>
@@ -1189,9 +1189,9 @@
 Therefore, if you change the FourCC to DIVX, some bad software or
 hardware players may choke on some advanced features that
 <systemitem class="library">libavcodec</systemitem> supports, but DivX
-doesn't, whereas <systemitem class="library">XviD</systemitem> closer
-to <systemitem class="library">libavcodec</systemitem> in terms of
-functionalities, and is supported but all decent players.
+doesn't; on the other hand <systemitem class="library">XviD</systemitem>
+is closer to <systemitem class="library">libavcodec</systemitem> in
+terms of functionality, and is supported by all decent players.
 </para></answer>
 </qandaentry>
 




More information about the MPlayer-DOCS mailing list