From ec3f9cac71fb5b59671354ad4c936965d3bab33f Mon Sep 17 00:00:00 2001 From: gpoirier Date: Thu, 9 Aug 2007 20:13:53 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24045 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/encoding-guide.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index 410d9ddaa1..0141e4dba0 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -4568,7 +4568,7 @@ the codec dialog display before encoding starts. -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 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=4:qcomp=0.7:direct_pred=auto:keyint=300 -x264encopts pass=2: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 -- cgit v1.2.3