comparison DOCS/xml/hu/encoding-guide.xml @ 20679:45f8674d1a09

synced with r20693
author Gabrov
date Sun, 05 Nov 2006 13:35:25 +0000
parents 91bf44886996
children 80581271f64d
comparison
equal deleted inserted replaced
20678:f6cfcff83594 20679:45f8674d1a09
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- synced with r20551 --> 2 <!-- synced with r20683 -->
3 <chapter id="encoding-guide"> 3 <chapter id="encoding-guide">
4 <title>Kódolás a <application>MEncoder</application>rel</title> 4 <title>Kódolás a <application>MEncoder</application>rel</title>
5 5
6 <sect1 id="menc-feat-dvd-mpeg4"> 6 <sect1 id="menc-feat-dvd-mpeg4">
7 <title>Nagyon jó minőségű MPEG-4 (&quot;DivX&quot;) rip készítése DVD filmből</title> 7 <title>Nagyon jó minőségű MPEG-4 (&quot;DivX&quot;) rip készítése DVD filmből</title>
4266 -of mpeg -mpegopts format=xsvcd 4266 -of mpeg -mpegopts format=xsvcd
4267 </screen> 4267 </screen>
4268 </para> 4268 </para>
4269 4269
4270 <para> 4270 <para>
4271 DVD: 4271 DVD (minden kockánál időbélyeggel, ha lehetséges):
4272 <screen> 4272 <screen>
4273 -of mpeg -mpegopts format=dvd 4273 -of mpeg -mpegopts format=dvd:tsaf
4274 </screen> 4274 </screen>
4275 </para> 4275 </para>
4276 4276
4277 <para> 4277 <para>
4278 DVD NTSC Pullup-pal: 4278 DVD NTSC Pullup-pal:
4279 <screen> 4279 <screen>
4280 -of mpeg -mpegopts format=dvd:telecine -ofps 24000/1001 4280 -of mpeg -mpegopts format=dvd:tsaf:telecine -ofps 24000/1001
4281 </screen> 4281 </screen>
4282 Ez engedélyezi a 24000/1001 fps-es progresszív tartalom 30000/1001 4282 Ez engedélyezi a 24000/1001 fps-es progresszív tartalom 30000/1001
4283 fps-sel történő kódolását a DVD-előírások betartásával. 4283 fps-sel történő kódolását a DVD-előírások betartásával.
4284 </para> 4284 </para>
4285 4285
4582 4582
4583 <sect3 id="menc-feat-vcd-dvd-all-pal-dvd"> 4583 <sect3 id="menc-feat-vcd-dvd-all-pal-dvd">
4584 <title>PAL DVD</title> 4584 <title>PAL DVD</title>
4585 <para> 4585 <para>
4586 <screen> 4586 <screen>
4587 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,\ 4587 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,\
4588 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\ 4588 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\
4589 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:\ 4589 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:acodec=ac3:\
4590 abitrate=192:aspect=16/9 -ofps 25 \ 4590 abitrate=192:aspect=16/9 -ofps 25 \
4591 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4591 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4592 </screen> 4592 </screen>
4595 4595
4596 <sect3 id="menc-feat-vcd-dvd-all-ntsc-dvd"> 4596 <sect3 id="menc-feat-vcd-dvd-all-ntsc-dvd">
4597 <title>NTSC DVD</title> 4597 <title>NTSC DVD</title>
4598 <para> 4598 <para>
4599 <screen> 4599 <screen>
4600 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,\ 4600 mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:480,\
4601 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\ 4601 harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:\
4602 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:\ 4602 vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:acodec=ac3:\
4603 abitrate=192:aspect=16/9 -ofps 30000/1001 \ 4603 abitrate=192:aspect=16/9 -ofps 30000/1001 \
4604 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4604 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4605 </screen> 4605 </screen>
4610 <title>AC3 Audiót tartalmazó PAL AVI DVD-re</title> 4610 <title>AC3 Audiót tartalmazó PAL AVI DVD-re</title>
4611 <para> 4611 <para>
4612 Ha a forrás már AC3 audióval rendelkezik, használd a -oac copy kapcsolót az 4612 Ha a forrás már AC3 audióval rendelkezik, használd a -oac copy kapcsolót az
4613 újrakódolása helyett. 4613 újrakódolása helyett.
4614 <screen> 4614 <screen>
4615 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:576,\ 4615 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf scale=720:576,\
4616 harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\ 4616 harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\
4617 vbitrate=5000:keyint=15:aspect=16/9 -ofps 25 \ 4617 vbitrate=5000:keyint=15:aspect=16/9 -ofps 25 \
4618 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4618 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4619 </screen> 4619 </screen>
4620 </para> 4620 </para>
4623 <sect3 id="menc-feat-vcd-dvd-all-ntsc-ac3-copy"> 4623 <sect3 id="menc-feat-vcd-dvd-all-ntsc-ac3-copy">
4624 <title>AC3 Audiót tartalmazó NTSC AVI DVD-re</title> 4624 <title>AC3 Audiót tartalmazó NTSC AVI DVD-re</title>
4625 <para> 4625 <para>
4626 Ha a forrás már AC3 audiót tartalmaz és NTSC @ 24000/1001 fps: 4626 Ha a forrás már AC3 audiót tartalmaz és NTSC @ 24000/1001 fps:
4627 <screen> 4627 <screen>
4628 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:telecine \ 4628 mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf:telecine \
4629 -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\ 4629 -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\
4630 vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ 4630 vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \
4631 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> 4631 -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable>
4632 </screen> 4632 </screen>
4633 </para> 4633 </para>