[MPlayer-DOCS] r24045 - trunk/DOCS/xml/en/encoding-guide.xml
gpoirier
subversion at mplayerhq.hu
Thu Aug 9 22:13:53 CEST 2007
Author: gpoirier
Date: Thu Aug 9 22:13:53 2007
New Revision: 24045
Log:
Change "object type complexity" parameter of FAAC in the
example to generated quicktime-compatible files.
Some versions of QT probably do support higher complexity
settings, but recommending lower complexity garantees that the
generated file will play everwhere.
Modified:
trunk/DOCS/xml/en/encoding-guide.xml
Modified: trunk/DOCS/xml/en/encoding-guide.xml
==============================================================================
--- trunk/DOCS/xml/en/encoding-guide.xml (original)
+++ trunk/DOCS/xml/en/encoding-guide.xml Thu Aug 9 22:13:53 2007
@@ -4568,7 +4568,7 @@ the codec dialog display before encoding
-x264encopts pass=1:turbo:bitrate=900:bframes=1:\
me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
-vf crop=720:352:0:62,scale=-10:-1,harddup \
--oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \
+-oac faac -faacopts br=192:mpeg=4:object=2 -channels 2 -srate 48000 \
-ofps 24000/1001</screen>
If you have a multi-processor machine, don't miss the opportunity to
@@ -4587,7 +4587,7 @@ me=umh:partitions=all:trellis=1:qp_step=
-x264encopts <emphasis role="bold">pass=2</emphasis>:turbo:bitrate=900:frameref=5:bframes=1:\
me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
-vf crop=720:352:0:62,scale=-10:-1,harddup \
--oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \
+-oac faac -faacopts br=192:mpeg=4:object=2 -channels 2 -srate 48000 \
-ofps 24000/1001</screen>
</para>
More information about the MPlayer-DOCS
mailing list