[MPlayer-translations] CVS: main/DOCS/xml/hu encoding-guide.xml, 1.4, 1.5
Mizda Gábor CVS
syncmail at mplayerhq.hu
Mon Aug 29 21:53:29 CEST 2005
CVS change done by Mizda Gábor CVS
Update of /cvsroot/mplayer/main/DOCS/xml/hu
In directory mail:/var2/tmp/cvs-serv21803
Modified Files:
encoding-guide.xml
Log Message:
synced with 1.12
Index: encoding-guide.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/hu/encoding-guide.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- encoding-guide.xml 21 Aug 2005 00:17:15 -0000 1.4
+++ encoding-guide.xml 29 Aug 2005 19:53:27 -0000 1.5
@@ -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>
More information about the MPlayer-translations
mailing list