# HG changeset patch # User gpoirier # Date 1168506477 0 # Node ID 0d7fe401a5a75083e3595132aaa5eb95500683f0 # Parent e3e27841cbd26a05108f406b0b0cbc19eddadba1 fix wrong option names that were suggested to use to produce quicktime-compatible files: they were using the old name, prior to the switch to x264's parser diff -r e3e27841cbd2 -r 0d7fe401a5a7 DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Thu Jan 11 07:57:57 2007 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Thu Jan 11 09:07:57 2007 +0000 @@ -4273,7 +4273,7 @@ mencoder dvd://1 -o /dev/null -ss 32 -ovc x264 \ -x264encopts pass=1:turbo:bitrate=900:bframes=1:\ -me=umh:4x4mv:trellis=1:qp_step=4:qcomp=0.7:direct_pred=3:keyint=300 \ +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 \ -ofps 24000/1001 @@ -4290,7 +4290,7 @@ mencoder dvd://1 -o narnia.avi -ss 32 -ovc x264 \ -x264encopts pass=2:turbo:bitrate=900:frameref=5:bframes=1:\ -me=umh:4x4mv:trellis=1:qp_step=4:qcomp=0.7:direct_pred=3:keyint=300 \ +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 \ -ofps 24000/1001