Mercurial > mplayer.hg
changeset 15925:5e1ea4b159d4
More fixes by Jeff, Diego, and Andrew
author | gpoirier |
---|---|
date | Wed, 06 Jul 2005 08:15:46 +0000 |
parents | 154b64188f8e |
children | e51e67f19eff |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/faq.xml Wed Jul 06 07:56:41 2005 +0000 +++ b/DOCS/xml/en/faq.xml Wed Jul 06 08:15:46 2005 +0000 @@ -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>