summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/faq.xml
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-06 08:15:46 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-06 08:15:46 +0000
commit3be0851da3391931c41bfa83180debede5e8188d (patch)
tree445aa3a1a1ad18515baf988c44d1265f823d3688 /DOCS/xml/en/faq.xml
parent3249e16758c1a0112dea9eade5d515ce2fd0c14d (diff)
downloadmpv-3be0851da3391931c41bfa83180debede5e8188d.tar.bz2
mpv-3be0851da3391931c41bfa83180debede5e8188d.tar.xz
More fixes by Jeff, Diego, and Andrew
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15926 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r--DOCS/xml/en/faq.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml
index 05df8c6aa4..49ab40a765 100644
--- a/DOCS/xml/en/faq.xml
+++ b/DOCS/xml/en/faq.xml
@@ -1160,9 +1160,8 @@ above command.
<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 @@ the intended software to use for decoding the video).
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 @@ MPEG-4 codec, whereas DX50 and XVID both mean full MPEG-4 (ASP).
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>