Mercurial > mplayer.hg
changeset 24025:660da8e023ec
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.
author | gpoirier |
---|---|
date | Thu, 09 Aug 2007 20:13:53 +0000 |
parents | 05608cdd13f4 |
children | dec604030d92 |
files | DOCS/xml/en/encoding-guide.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml Thu Aug 09 19:04:21 2007 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Thu Aug 09 20:13:53 2007 +0000 @@ -4568,7 +4568,7 @@ -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 @@ -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>