comparison DOCS/xml/en/encoding-guide.xml @ 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 7e5c4075fcdf
children a19e7a8d3978
comparison
equal deleted inserted replaced
21860:e3e27841cbd2 21861:0d7fe401a5a7
4271 the <systemitem class="library">x264</systemitem> codec</link> and 4271 the <systemitem class="library">x264</systemitem> codec</link> and
4272 the man page. 4272 the man page.
4273 4273
4274 <screen>mencoder dvd://1 -o /dev/null -ss 32 -ovc x264 \ 4274 <screen>mencoder dvd://1 -o /dev/null -ss 32 -ovc x264 \
4275 -x264encopts pass=1:turbo:bitrate=900:bframes=1:\ 4275 -x264encopts pass=1:turbo:bitrate=900:bframes=1:\
4276 me=umh:4x4mv:trellis=1:qp_step=4:qcomp=0.7:direct_pred=3:keyint=300 \ 4276 me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
4277 -vf crop=720:352:0:62,scale=-10:-1,harddup \ 4277 -vf crop=720:352:0:62,scale=-10:-1,harddup \
4278 -oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \ 4278 -oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \
4279 -ofps 24000/1001</screen> 4279 -ofps 24000/1001</screen>
4280 4280
4281 If you have multi-processor machine, you can add 4281 If you have multi-processor machine, you can add
4288 The second pass is the same, except that you specify the output file 4288 The second pass is the same, except that you specify the output file
4289 and set <option>pass=2</option>. 4289 and set <option>pass=2</option>.
4290 4290
4291 <screen>mencoder dvd://1 <emphasis role="bold">-o narnia.avi</emphasis> -ss 32 -ovc x264 \ 4291 <screen>mencoder dvd://1 <emphasis role="bold">-o narnia.avi</emphasis> -ss 32 -ovc x264 \
4292 -x264encopts <emphasis role="bold">pass=2</emphasis>:turbo:bitrate=900:frameref=5:bframes=1:\ 4292 -x264encopts <emphasis role="bold">pass=2</emphasis>:turbo:bitrate=900:frameref=5:bframes=1:\
4293 me=umh:4x4mv:trellis=1:qp_step=4:qcomp=0.7:direct_pred=3:keyint=300 \ 4293 me=umh:partitions=all:trellis=1:qp_step=4:qcomp=0.7:direct_pred=auto:keyint=300 \
4294 -vf crop=720:352:0:62,scale=-10:-1,harddup \ 4294 -vf crop=720:352:0:62,scale=-10:-1,harddup \
4295 -oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \ 4295 -oac faac -faacopts br=192:mpeg=4:object=1 -channels 2 -srate 48000 \
4296 -ofps 24000/1001</screen> 4296 -ofps 24000/1001</screen>
4297 </para> 4297 </para>
4298 4298