comparison DOCS/xml/en/encoding-guide.xml @ 20667:08ca04703274

mention :tsaf on every instance of -mpegopts format=dvd
author nicodvb
date Sun, 05 Nov 2006 10:50:29 +0000
parents c0687e92d463
children f95698d9d53c
comparison
equal deleted inserted replaced
20666:bc27c0fedfbe 20667:08ca04703274
4332 -of mpeg -mpegopts format=xsvcd 4332 -of mpeg -mpegopts format=xsvcd
4333 </screen> 4333 </screen>
4334 </para> 4334 </para>
4335 4335
4336 <para> 4336 <para>
4337 DVD: 4337 DVD (with timestamps on every frame, if possible):
4338 <screen> 4338 <screen>
4339 -of mpeg -mpegopts format=dvd 4339 -of mpeg -mpegopts format=dvd:tsaf
4340 </screen> 4340 </screen>
4341 </para> 4341 </para>
4342 4342
4343 <para> 4343 <para>
4344 DVD with NTSC Pullup: 4344 DVD with NTSC Pullup:
4345 <screen> 4345 <screen>
4346 -of mpeg -mpegopts format=dvd:telecine -ofps 24000/1001 4346 -of mpeg -mpegopts format=dvd:tsaf:telecine -ofps 24000/1001
4347 </screen> 4347 </screen>
4348 This allows 24000/1001 fps progressive content to be encoded at 30000/1001 4348 This allows 24000/1001 fps progressive content to be encoded at 30000/1001
4349 fps whilst maintaing DVD-compliance. 4349 fps whilst maintaing DVD-compliance.
4350 </para> 4350 </para>
4351 4351
4652 4652
4653 <sect3 id="menc-feat-vcd-dvd-all-pal-dvd"> 4653 <sect3 id="menc-feat-vcd-dvd-all-pal-dvd">
4654 <title>PAL DVD</title> 4654 <title>PAL DVD</title>
4655 <para> 4655 <para>
4656 <screen> 4656 <screen>
4657 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,\ 4657 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,\
4658 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\ 4658 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\
4659 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:\ 4659 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:\
4660 abitrate=192:aspect=16/9 -ofps 25 \ 4660 abitrate=192:aspect=16/9 -ofps 25 \
4661 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4661 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4662 </screen> 4662 </screen>
4665 4665
4666 <sect3 id="menc-feat-vcd-dvd-all-ntsc-dvd"> 4666 <sect3 id="menc-feat-vcd-dvd-all-ntsc-dvd">
4667 <title>NTSC DVD</title> 4667 <title>NTSC DVD</title>
4668 <para> 4668 <para>
4669 <screen> 4669 <screen>
4670 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,\ 4670 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:480,\
4671 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\ 4671 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\
4672 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:\ 4672 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:\
4673 abitrate=192:aspect=16/9 -ofps 30000/1001 \ 4673 abitrate=192:aspect=16/9 -ofps 30000/1001 \
4674 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4674 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4675 </screen> 4675 </screen>
4679 <sect3 id="menc-feat-vcd-dvd-all-pal-ac3-copy"> 4679 <sect3 id="menc-feat-vcd-dvd-all-pal-ac3-copy">
4680 <title>PAL AVI Containing AC3 Audio to DVD</title> 4680 <title>PAL AVI Containing AC3 Audio to DVD</title>
4681 <para> 4681 <para>
4682 If the source already has AC3 audio, use -oac copy instead of re-encoding it. 4682 If the source already has AC3 audio, use -oac copy instead of re-encoding it.
4683 <screen> 4683 <screen>
4684 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,\ 4684 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,\
4685 harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\ 4685 harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\
4686 vbitrate=5000:keyint=15:aspect=16/9 -ofps 25 \ 4686 vbitrate=5000:keyint=15:aspect=16/9 -ofps 25 \
4687 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4687 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4688 </screen> 4688 </screen>
4689 </para> 4689 </para>
4692 <sect3 id="menc-feat-vcd-dvd-all-ntsc-ac3-copy"> 4692 <sect3 id="menc-feat-vcd-dvd-all-ntsc-ac3-copy">
4693 <title>NTSC AVI Containing AC3 Audio to DVD</title> 4693 <title>NTSC AVI Containing AC3 Audio to DVD</title>
4694 <para> 4694 <para>
4695 If the source already has AC3 audio, and is NTSC @ 24000/1001 fps: 4695 If the source already has AC3 audio, and is NTSC @ 24000/1001 fps:
4696 <screen> 4696 <screen>
4697 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:telecine \ 4697 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf:telecine \
4698 -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\ 4698 -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\
4699 vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ 4699 vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \
4700 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4700 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4701 </screen> 4701 </screen>
4702 </para> 4702 </para>