# HG changeset patch # User gpoirier # Date 1186690433 0 # Node ID 660da8e023ec6b69fe93c2e2458794ea2598d9a2 # Parent 05608cdd13f4044bf03a60dc50126c1156f35879 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. diff -r 05608cdd13f4 -r 660da8e023ec DOCS/xml/en/encoding-guide.xml --- 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 If you have a multi-processor machine, don't miss the opportunity to @@ -4587,7 +4587,7 @@ -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