Mercurial > mplayer.hg
changeset 16316:ff5274370d5c
synced with 1.12
author | gabrov |
---|---|
date | Mon, 29 Aug 2005 19:53:27 +0000 |
parents | 175eb8754ff3 |
children | 458c83408fd7 |
files | DOCS/xml/hu/encoding-guide.xml |
diffstat | 1 files changed, 20 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/hu/encoding-guide.xml Sat Aug 27 19:45:11 2005 +0000 +++ b/DOCS/xml/hu/encoding-guide.xml Mon Aug 29 19:53:27 2005 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-2"?> -<!-- synced with 1.11 $ --> +<!-- synced with 1.12 $ --> <chapter id="encoding-guide"> <title>Kódolás a <application>MEncoder</application>rel</title> @@ -3238,6 +3238,9 @@ <entry>AC3,PCM</entry> <entry>1536 kbps</entry> <entry>23.976, 29.97</entry> + <entry>30000/1001, 24000/1001<footnote id="fn-ntsc-framerate"><para> + 24000/1001 FPS érhető el a 3:2-es pullup-pal. + </para></footnote></entry> <entry>4:3, 16:9 (csak 720x480-nál)</entry> </row> <row> @@ -3250,7 +3253,7 @@ <entry>48000 Hz</entry> <entry>AC3,PCM</entry> <entry>1536 kbps</entry> - <entry>23.976, 29.97</entry> + <entry>30000/1001, 24000/1001<footnoteref linkend='fn-ntsc-framerate'/></entry> <entry>4:3, 16:9</entry> </row> <row> @@ -3261,7 +3264,7 @@ <entry>44100 Hz</entry> <entry>MP2</entry> <entry>384 kbps</entry> - <entry>29.97</entry> + <entry>30000/1001</entry> <entry>4:3</entry> </row> <row> @@ -3272,7 +3275,7 @@ <entry>44100 Hz</entry> <entry>MP2</entry> <entry>224 kbps</entry> - <entry>23.976, 29.97</entry> + <entry>24000/1001, 30000/1001</entry> <entry>4:3</entry> </row> <row> @@ -3399,6 +3402,15 @@ </screen> </para> +<para> + DVD NTSC Pullup-pal: + <screen> + -of mpeg -mpegopts format=dvd:telecine -ofps 24000/1001 + </screen> + Ez engedélyezi a 24000/1001 fps-es progresszív tartalom 30000/1001 + fps-sel történő kódolását a DVD-előírások betartásával. +</para> + <sect3 id="menc-feat-vcd-dvd-output-aspect"> <title>Képarány</title> <para> @@ -3724,11 +3736,11 @@ <sect3 id="menc-feat-vcd-dvd-all-ntsc-ac3-copy"> <title>AC3 Audiót tartalmazó NTSC AVI DVD-re</title> <para> - Ha a forrás már AC3 audiót tartalmaz és NTSC @ 23.976 fps: + Ha a forrás már AC3 audiót tartalmaz és NTSC @ 24000/1001 fps: <screen> - mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,\ - harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\ - vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ + mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:telecine \ + -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\ + vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ -o <replaceable>movie.mpg</replaceable> <replaceable>movie.avi</replaceable> </screen> </para>