changeset 21861:0d7fe401a5a7

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
author gpoirier
date Thu, 11 Jan 2007 09:07:57 +0000
parents e3e27841cbd2
children a42f91a779b8
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 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 @@
 
   <screen>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</screen>
@@ -4290,7 +4290,7 @@
 
   <screen>mencoder dvd://1 <emphasis role="bold">-o narnia.avi</emphasis> -ss 32 -ovc x264 \
 -x264encopts <emphasis role="bold">pass=2</emphasis>: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</screen>