annotate DOCS/xml/hu/mencoder.xml @ 26302:f85d0bad20ac

synced with r26333
author Gabrov
date Sat, 05 Apr 2008 19:33:05 +0000
parents 8eb40cd093a3
children 04655a6c01d4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
26302
f85d0bad20ac synced with r26333
Gabrov
parents: 26226
diff changeset
2 <!-- synced with r26258 -->
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
3 <chapter id="mencoder">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
4 <title>A <application>MEncoder</application> használatának alapjai</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
5
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
6 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
7 A <application>MEncoder</application> összes használható kapcsolójához és
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
8 a példákhoz kérlek nézd meg a man oldalt. Mindennapi példákért és a számos
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
9 kódolási paraméter bővebb leírásáért olvasd el a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
10 <ulink url="../../tech/encoding-tips.txt">kódolási tippeket</ulink>, amiket
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
11 számos levelezési lista szálból gyűjtöttünk össze az MPlayer-users-ről.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
12 Kereshetsz az
22309
50de9c8cdfd7 synced with r22326
Gabrov
parents: 21826
diff changeset
13 <ulink url="http://lists.mplayerhq.hu/pipermail/mencoder-users/">archívumban</ulink>,
50de9c8cdfd7 synced with r22326
Gabrov
parents: 21826
diff changeset
14 vagy a nagyon régi dolgok után
50de9c8cdfd7 synced with r22326
Gabrov
parents: 21826
diff changeset
15 <ulink url="http://lists.mplayerhq.hu/pipermail/mplayer-users/">itt</ulink>,
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
16 a rengeteg beszélgetés között, melyek a <application>MEncoder</application>rel
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
17 történő kódolást több szempontból vizsgálják és kiemelik a problémákat vele
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
18 kapcsolatban.
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
19 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
20
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
21
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
22 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
23
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
24
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
25 <sect1 id="menc-feat-selecting-codec">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
26 <title>Codec és konténer formátum kiválasztása</title>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
27
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
28 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
29 A kódoláshoz az audió és videó codec-ek a <option>-oac</option> és
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
30 <option>-ovc</option> opciókkal adható meg.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
31 Gépeld be ezt a példát:
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
32 <screen>mencoder -ovc help</screen>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
33 a gépeden lévő <application>MEncoder</application> által támogatott
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
34 videó codec-ek kilistázásához.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
35 A következő választások érhetőek el:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
36 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
37
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
38 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
39 Audió codec-ek:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
40 <informaltable frame="all">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
41 <tgroup cols="2">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
42 <thead>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
43 <row><entry>Audió codec neve</entry><entry>Leírás</entry></row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
44 </thead>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
45 <tbody>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
46 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
47 <entry>mp3lame</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
48 <entry>kódol VBR, ABR vagy CBR MP3-at LAME-mel</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
49 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
50 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
51 <entry>lavc</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
52 <entry>a <link linkend="menc-feat-enc-libavcodec-audio-codecs"><systemitem class="library">libavcodec</systemitem> egyik audió codec-jét használja</link></entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
53 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
54 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
55 <entry>faac</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
56 <entry>FAAC AAC audió kódoló</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
57 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
58 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
59 <entry>toolame</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
60 <entry>MPEG Audio Layer 2 kódoló</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
61 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
62 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
63 <entry>twolame</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
64 <entry>tooLAME alapú MPEG Audio Layer 2 kódoló</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
65 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
66 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
67 <entry>pcm</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
68 <entry>tömörítetlen PCM audió</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
69 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
70 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
71 <entry>copy</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
72 <entry>nem kódol újra, csak másolja a tömörített kockákat</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
73 </row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
74 </tbody>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
75 </tgroup>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
76 </informaltable>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
77 </para>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
78
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
79 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
80 Videó codec-ek:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
81 <informaltable frame="all">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
82 <tgroup cols="2">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
83 <thead>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
84 <row><entry>Videó codec neve</entry><entry>Leírás</entry></row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
85 </thead>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
86 <tbody>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
87 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
88 <entry>lavc</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
89 <entry>a <link linkend="menc-feat-enc-libavcodec-video-codecs"><systemitem class="library">libavcodec</systemitem> egyik videó codec-jét használja</link></entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
90 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
91 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
92 <entry>xvid</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
93 <entry>Xvid, MPEG-4 Advanced Simple Profile (ASP) codec</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
94 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
95 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
96 <entry>x264</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
97 <entry>x264, MPEG-4 Advanced Video Coding (AVC), AKA H.264 codec</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
98 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
99 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
100 <entry>nuv</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
101 <entry>nuppel video, néhány realtime alkalmazás használja</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
102 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
103 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
104 <entry>raw</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
105 <entry>tömörítetlen videó képkockák</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
106 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
107 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
108 <entry>copy</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
109 <entry>nem kódol újra, csak másolja a tömörített kockákat</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
110 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
111 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
112 <entry>frameno</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
113 <entry>a 3-lépéses kódolásban használatos (nem javasolt)</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
114 </row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
115 </tbody>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
116 </tgroup>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
117 </informaltable>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
118 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
119
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
120 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
121 A kimeneti konténer formátumokat a <option>-of</option> kapcsolóval
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
122 választhatod ki.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
123 Írd be:
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
124 <screen>mencoder -of help</screen>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
125 a gépeden lévő <application>MEncoder</application> által támogatott konténerek
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
126 kilistázásához.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
127 A következő választások érhetőek el:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
128 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
129
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
130 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
131 Konténer formátumok:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
132 <informaltable frame="all">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
133 <tgroup cols="2">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
134 <thead>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
135 <row><entry>Konténer formátum neve</entry><entry>Leírás</entry></row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
136 </thead>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
137 <tbody>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
138 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
139 <entry>lavf</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
140 <entry>a <systemitem class="library">libavformat</systemitem> által
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
141 támogatott valamelyik konténer</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
142 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
143 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
144 <entry>avi</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
145 <entry>Audio-Video Interleaved</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
146 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
147 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
148 <entry>mpeg</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
149 <entry>MPEG-1 és MPEG-2 PS</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
150 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
151 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
152 <entry>rawvideo</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
153 <entry>nyers videó folyam (nincs keverés - csak egy videó folyam)</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
154 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
155 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
156 <entry>rawaudio</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
157 <entry>nyers audió folyam (nincs keverés - csak egy audió folyam)</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
158 </row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
159 </tbody>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
160 </tgroup>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
161 </informaltable>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
162 Az AVI konténer a <application>MEncoder</application> natív
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
163 konténer formátuma, ami azt jelenti, hogy ezt kezeli a legjobban
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
164 és hogy a <application>MEncoder</application> ehhez lett tervezve.
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
165 Amint fentebb megemlítettük, más konténer formátumok is
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
166 használhatóak, de problémákba ütközhetsz a használatuk során.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
167 </para>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
168
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
169 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
170 <systemitem class="library">libavformat</systemitem> konténerek:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
171 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
172
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
173 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
174 Ha a <systemitem class="library">libavformat</systemitem>-ot választottad
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
175 a kimeneti fájl keveréséhez (a <option>-of lavf</option> használatával),
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
176 a megfelelő konténer formátum a kimeneti fájl kiterjesztése alapján kerül
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
177 megállapításra.
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
178 Egy meghatározott konténer formátumot a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
179 <systemitem class="library">libavformat</systemitem>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
180 <option>format</option> kapcsolójával írhatsz elő.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
181
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
182 <informaltable frame="all">
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
183 <tgroup cols="2">
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
184 <thead><row>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
185 <entry><systemitem class="library">libavformat</systemitem> konténer neve</entry>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
186 <entry>Leírás</entry>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
187 </row></thead>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
188 <tbody>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
189 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
190 <entry>mpg</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
191 <entry>MPEG-1 és MPEG-2 PS</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
192 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
193 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
194 <entry>asf</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
195 <entry>Advanced Streaming Format</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
196 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
197 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
198 <entry>avi</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
199 <entry>Audio-Video Interleaved</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
200 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
201 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
202 <entry>wav</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
203 <entry>Waveform Audio</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
204 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
205 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
206 <entry>swf</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
207 <entry>Macromedia Flash</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
208 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
209 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
210 <entry>flv</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
211 <entry>Macromedia Flash video</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
212 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
213 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
214 <entry>rm</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
215 <entry>RealMedia</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
216 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
217 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
218 <entry>au</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
219 <entry>SUN AU</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
220 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
221 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
222 <entry>nut</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
223 <entry>NUT nyílt konténer (kísérleti és még nem a specifikációnak megfelelő)</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
224 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
225 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
226 <entry>mov</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
227 <entry>QuickTime</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
228 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
229 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
230 <entry>mp4</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
231 <entry>MPEG-4 formátum</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
232 </row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
233 <row>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
234 <entry>dv</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
235 <entry>Sony Digital Video konténer</entry>
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
236 </row>
24362
93d5f228ff82 synced with r24381
Gabrov
parents: 23997
diff changeset
237 <row>
93d5f228ff82 synced with r24381
Gabrov
parents: 23997
diff changeset
238 <entry>mkv</entry>
93d5f228ff82 synced with r24381
Gabrov
parents: 23997
diff changeset
239 <entry>Matroska nyílt audió/videó konténer</entry>
93d5f228ff82 synced with r24381
Gabrov
parents: 23997
diff changeset
240 </row>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
241 </tbody>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
242 </tgroup>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
243 </informaltable>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
244 Amint láthatod, a <systemitem class="library">libavformat</systemitem>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
245 elég sok konténer formátumba engedélyezi a keverést a
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
246 <application>MEncoder</application>-nek.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
247 Sajnos mivel a <application>MEncoder</application> nem úgy lett tervezve
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
248 a kezdetektől, hogy az AVI-tól különböző konténer formátumokat is támogassa,
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
249 izgulhatsz a kimeneti fájl miatt.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
250 Kérjük ellenőrizd, hogy az audió/videó szinkron rendben van-e és hogy a
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
251 fájl lejátszható-e más lejátszókkal is az
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
252 <application>MPlayer</application>-en kívül.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
253 </para>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
254
23371
04c9f3b7ae0c synced with r23388
Gabrov
parents: 22309
diff changeset
255 <example id="encode_to_macromedia_flash_format">
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
256 <title>kódolás Macromedia Flash formátumba</title>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
257 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
258 Egy Macromedia Flash videó létrehozása, mely lejátszható web böngészőben
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
259 a Macromedia Flash plugin-nel:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
260 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
261 mencoder <replaceable>bemenet.avi</replaceable> -o <replaceable>kimenet.flv</replaceable> -of lavf \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
262 -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
263 -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
264 </screen>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
265 </para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
266 </example>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
267
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
268 </sect1>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
269
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
270
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
271 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
272
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
273
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
274 <sect1 id="menc-feat-selecting-input">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
275 <title>Bemeneti fájl vagy eszköz kiválasztása</title>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
276
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
277 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
278 A <application>MEncoder</application> tud kódolni fájlokból vagy akár
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
279 direkt DVD vagy VCD lemezekről is.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
280 A fájlból való kódoláshoz egyszerűen csak add meg a fájl nevét a parancssorban,
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
281 vagy a <option>dvd://</option><replaceable>részszám</replaceable> vagy
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
282 <option>vcd://</option><replaceable>sávszám</replaceable> eszközt a
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
283 DVD részről vagy VCD sávról történő kódoláshoz.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
284 Ha egy DVD-t már átmásoltál a merevlemezedre (használhatod pl. a
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
285 <application>dvdbackup</application> ezsközt, mely a legtöbb rendszeren megvan),
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
286 és a másolatot akarod elkódolni, akkor is használnod kell a
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
287 <option>dvd://</option> szintaxist, a <option>-dvd-device</option>-szal együtt,
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
288 amit a lemásolt DVD gyökérkönyvtárának elérési útja követ.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
289
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
290 A <option>-dvd-device</option> és <option>-cdrom-device</option>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
291 kapcsolókkal felülbírálhatóak a direkt lemezolvasásnál használt eszközök
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
292 elérési útjái is, ha az alapértelmezett
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
293 <filename>/dev/dvd</filename> és <filename>/dev/cdrom</filename> nem
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
294 működnek a rendszereden.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
295 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
296
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
297 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
298 Ha DVD-ről kódolsz, gyakran kívánatos, hogy a kódolni kívánt fejezetet vagy
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
299 fejezetek tartományát is megadd.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
300 Ehhez használhatod a <option>-chapter</option> kapcsolót.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
301 Például a <option>-chapter</option> <replaceable>1-4</replaceable>
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
302 csak az 1-4 fejezeteket fogja elkódolni a DVD-ről.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
303 Ez különösen hasznos, ha egy 1400 MB-os kódolást csinálsz két CD-re, mivel
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
304 meggyőződhetsz róla, hogy a vágás pontosan fejezet határnál lesz és nem
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
305 egy jelenet közepén.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
306 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
307
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
308 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
309 Ha van támogatott TV felvevő kártyád, tudsz kódolni a TV-in eszközről is.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
310 Használd a <option>tv://</option><replaceable>csatornaszám</replaceable> eszközt
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
311 fájlnévként és a <option>-tv</option> kapcoslót a mentési beállítások
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
312 megadásához.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
313 A DVB hasonlóképpen működik.
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
314 </para>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
315 </sect1>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
316
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
317
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
318 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
319
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
320
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
321 <sect1 id="menc-feat-mpeg4">
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
322 <title>Két menetes MPEG-4 ("DivX") kódolás</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
323
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
324 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
325 A név abból a tényből ered, hogy ez a módszer a fájlt
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
326 <emphasis>kétszer</emphasis> kódolja át. Az első kódolás (szinkronizációs
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
327 lépés) létrehoz pár ideiglenes, néhány megabájtos fájlt
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
328 (<filename>*.log</filename>), ezeket ne töröld le még (az AVI-t
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
329 letörölheted vagy egyszerűen létre sem hozod, a videó
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
330 <filename>/dev/null</filename> -ba irányításával). A második lépésben,
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
331 a két menetes kimenet fájl lesz létrehozva, az ideiglenes fájlok
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
332 bitrátájának felhasználásával. Az eredmény fájlnak sokkal jobb lesz a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
333 képminősége. Ha most hallasz erről először, nézz meg pár a neten
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
334 elérhető leírást.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
335 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
336
20114
7cdd8aac7d09 synced with r20119
Gabrov
parents: 19752
diff changeset
337 <example id="copy_audio_track">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
338 <title>audió sáv másolása</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
339 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
340 Egy DVD második sávjának két menetes kódolása MPEG-4 ("DivX") AVI-ba az
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
341 audió sáv másolásával.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
342 <screen>
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
343 mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o /dev/null
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
344 mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
345 -oac copy -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
346 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
347 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
348 </example>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
349
20114
7cdd8aac7d09 synced with r20119
Gabrov
parents: 19752
diff changeset
350 <example id="encode_audio_track">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
351 <title>audió sáv kódolása</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
352 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
353 Egy DVD második sávjának két menetes kódolása MPEG-4 ("DivX") AVI-ba az
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
354 audió sáv MP3-ba alakításával.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
355 Vigyázz ezzela módszerrel, mivel bizonyos esetekben audió/videó
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
356 deszinkronizációhoz vezethet.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
357 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
358 mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
359 -oac mp3lame -lameopts vbr=3 -o /dev/null
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
360 mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
361 -oac mp3lame -lameopts vbr=3 -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
362 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
363 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
364 </example>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
365 </sect1>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
366
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
367
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
368 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
369
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
370
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
371 <sect1 id="menc-feat-handheld-psp">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
372 <title>Kódolás Sony PSP videó formátumba</title>
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
373
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
374 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
375 A <application>MEncoder</application> támogatja a Sony PSP videó formátumába
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
376 történő kódolást, de a PSP szoftverének változatától függően különböző
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
377 korlátok vannak.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
378 Nyugodt lehetsz, ha a következő korlátokat figyelembe veszed:
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
379 <itemizedlist>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
380 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
381 <emphasis role="bold">Bitráta</emphasis>: nem lépheti át az 1500kbps-t,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
382 bár az utóbbi verziók elég jól támogatnak bármilyen bitrátát, feltéve, hogy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
383 a fejlécben nem túl nagy érték van megadva.
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
384 </para></listitem>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
385 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
386 <emphasis role="bold">Méretek</emphasis>: a PSP videó szélességének és
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
387 magasságának 16-tal oszthatónak kell lennie és az eredmény szélesség * magasság
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
388 értékének &lt;= 64000 kell lennie.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
389 Bizonyos körülmények között lehetséges a nagyobb felbontás PSP-vel történő
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
390 lejátszása is.
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
391 </para></listitem>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
392 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
393 <emphasis role="bold">Audió</emphasis>: a mintavételezési frekvenciának 24kHz-nek
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
394 kell lennie az MPEG-4 videóknál és 48kHz-nek a H.264-nél.
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
395 </para></listitem>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
396 </itemizedlist>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
397 </para>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
398
20114
7cdd8aac7d09 synced with r20119
Gabrov
parents: 19752
diff changeset
399 <example id="encode_for_psp">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
400 <title>kódolás PSP-be</title>
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
401 <para>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
402 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
403 mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \
23997
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
404 -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
405 -lavfopts format=psp \
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
406 <replaceable>bemenet.video</replaceable> -o <replaceable>kimenet.psp</replaceable>
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
407 </screen>
23997
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
408 Figyelj rá, hogy beállíthatod a videó címét a
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
409 <option>-info name=<replaceable>FilmCime</replaceable></option> kapcsolóval.
19288
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
410 </para>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
411 </example>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
412 </sect1>
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
413
ae6a7dd2f23e synced with r19293
Gabrov
parents: 18651
diff changeset
414
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
415 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
416
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
417
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
418 <sect1 id="menc-feat-mpeg">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
419 <title>Kódolás MPEG formátumba</title>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
420
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
421 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
422 A <application>MEncoder</application> tud készíteni MPEG (MPEG-PS)
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
423 formátumú kimeneti fájlokat.
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
424 Általában, ha MPEG-1 vagy MPEG-2 videót használsz, az azért van, mert
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
425 egy korlátozott formátumhoz kódolsz, mint pl. az SVCD, a VCD vagy a DVD.
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
426 Ezen formátumok speciális igényei a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
427 <link linkend="menc-feat-vcd-dvd">VCD és DVD készítési leírásban</link>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
428 megtalálhatóak.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
429 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
430
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
431 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
432 A <application>MEncoder</application> kimeneti fájl formátumának megváltoztatásához
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
433 használd a <option>-of mpeg</option> kapcsolót.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
434 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
435
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
436 <informalexample>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
437 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
438 Példa:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
439 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
440 mencoder <replaceable>bemenet.avi</replaceable> -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
441 -oac copy <replaceable>egyéb_kapcsolók</replaceable> -o <replaceable>kimenet.mpg</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
442 </screen>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
443 Egy MPEG-1-es fájl létrehozása, mely alkalmas minimális multimédia
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
444 támogatással rendelkező rendszereken, például alapértelmezett Windows
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
445 telepítéseken történő lejátszásra is:
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
446 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
447 mencoder <replaceable>bemenet.avi</replaceable> -of mpeg -mpegopts format=mpeg1:tsaf:muxrate=2000 \
26226
8eb40cd093a3 fix typo: lavcoptc --> lavcopts
diego
parents: 24362
diff changeset
448 -o <replaceable>kimenet.mpg</replaceable> -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
449 -lavcopts vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
450 </screen>
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
451 Ugyan ez a <systemitem class="library">libavformat</systemitem> MPEG muxer-ének használatával:
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
452 <screen>
23997
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
453 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -ofps 25 -vf scale=352:288,harddup -of lavf \
91d1c452dcba synced with r24016
Gabrov
parents: 23371
diff changeset
454 -lavfopts format=mpg -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
455 -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
456 </screen>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
457 </para>
16764
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
458 </informalexample>
b06f4e10cd1d synced with 1.97
gabrov
parents: 16281
diff changeset
459
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
460 <note><title>Tanács:</title>
18102
e7e297aaf087 synced with 1.103
gabrov
parents: 17694
diff changeset
461 <para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
462 Ha valamilyen okból kifolyólag a videó minőség a második lépésben nem
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
463 kielégítő, ajánlott újrafuttatnod a videó kódolásod egy másik cél
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
464 bitrátával, feltéve, hogy elmentetted az előző lépés statisztikát
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
465 tartalmazó fájlját.
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
466 Ez azért lehetséges, mert a statisztika fájl elsődleges célja minden
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
467 egyes képkocka komplexitásának feljegyzése, ami nem függ erőteljesen
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
468 a bitrátától. Azonban vedd figyelembe, hogy akkor kapod a legjobb
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
469 minőséget, ha a lépések cél bitrátája nem különbözik nagy mértékben.
18102
e7e297aaf087 synced with 1.103
gabrov
parents: 17694
diff changeset
470 </para>
e7e297aaf087 synced with 1.103
gabrov
parents: 17694
diff changeset
471 </note>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
472 </sect1>
18102
e7e297aaf087 synced with 1.103
gabrov
parents: 17694
diff changeset
473
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
474
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
475 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
476
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
477
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
478 <sect1 id="menc-feat-rescale">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
479 <title>Filmek átméretezése</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
480
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
481 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
482 Gyakran szükséged lehet a videó képméretének átméretezésére. Ennek több
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
483 oka lehet: fájl méretének csökkentése, hálózati sávszélesség, stb. A
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
484 legtöbb ember akkor is végez átméretezést, amikor DVD-ket vagy SVCD-ket
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
485 konvertál DivX AVI-ba. Ha át szeretnél méretezni, olvasd el a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
486 <link linkend="aspect">képméret arányok megtartásáról</link> szóló részt.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
487 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
488
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
489 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
490 A méretezési eljárást a <literal>scale</literal> videó szűrő végzi:
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
491 <option>-vf scale=<replaceable>szélesség</replaceable>:<replaceable>magasság</replaceable></option>.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
492 A minősége beállítható a <option>-sws</option> kapcsolóval.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
493 Ha ez nincs megadva, akkor a <application>MEncoder</application> a 2: bicubic-et használja.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
494 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
495
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
496 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
497 Használat:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
498 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
499 mencoder <replaceable>bemenet.mpg</replaceable> -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
500 -vf scale=640:480 -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
501 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
502 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
503 </sect1>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
504
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
505
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
506 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
507
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
508
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
509 <sect1 id="menc-feat-streamcopy">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
510 <title>Stream másolás</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
511
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
512 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
513 <application>MEncoder</application> kétféleképpen tudja kezelni a folyamokat:
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
514 <emphasis role="bold">kódolni</emphasis> vagy <emphasis role="bold">másolni</emphasis>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
515 tudja őket. Ez a rész a <emphasis role="bold">másolásról</emphasis> szól.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
516 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
517
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
518 <itemizedlist>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
519 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
520 <emphasis role="bold">Videó stream</emphasis> (<option>-ovc copy</option> kapcsoló):
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
521 szép dolgokat lehet vele csinálni :) Például FLI vagy VIVO vagy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
522 MPEG-1 videót tenni (nem konvertálni!) AVI fájlba! Természetesen csak az
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
523 <application>MPlayer</application> tudja lejátszani az ilyen fájlokat :) Ennek
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
524 valószínűleg gyakorlati haszna nincs. Ésszerűbben: a videó stream másolása
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
525 hasznos lehet például ha csak az audió stream-et kell kódolni (például
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
526 tömörítetlen PCM-et MP3-ba).
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
527 </para></listitem>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
528 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
529 <emphasis role="bold">Audió stream</emphasis> (<option>-oac copy</option> kapcsoló):
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
530 őszintén szólva... Bele lehet mixelni egy külső audió fájlt (MP3, WAV) a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
531 kimeneti stream-be. Használd a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
532 <option>-audiofile <replaceable>fájlnév</replaceable></option> kapcsolót
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
533 ehhez.
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
534 </para></listitem>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
535 </itemizedlist>
16281
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
536
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
537 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
538 A <option>-oac copy</option> használatával végrehajtott egyik konténer
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
539 formátumból másikba történő másoláshoz szükséges lehet a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
540 <option>-fafmttag</option> kapcsoló, hogy megmaradjon az eredeti fájl
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
541 audió formátum tag-je.
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
542 Például ha egy NSV fájl AAC audióval AVI konténerbe alakítasz át, az
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
543 audió formátum tag hibás lesz és meg kell változtatni. Az audió formátum
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
544 tag-ek listáját megtalálod a <filename>codecs.conf</filename> fájlban.
16281
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
545 </para>
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
546
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
547 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
548 Példa:
16281
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
549 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
550 mencoder <replaceable>bemenet.nsv</replaceable> -oac copy -fafmttag 0x706D \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
551 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -o <replaceable>kimenet.avi</replaceable>
16281
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
552 </screen>
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
553 </para>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
554 </sect1>
16281
dc50524c98dc synced with 1.88
gabrov
parents: 16176
diff changeset
555
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
556
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
557 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
558
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
559
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
560 <sect1 id="menc-feat-enc-images">
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
561 <title>Kódolás több bemeneti képfájlból (JPEG, PNG, TGA, stb.)</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
562
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
563 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
564 A <application>MEncoder</application> képes egy vagy több JPEG, PNG, TGA
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
565 vagy más képfájlból film létrehozására. Egy egyszerű framecopy-val MJPEG
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
566 (Motion JPEG), MPNG (Motion PNG) vagy MTGA (Motion TGA) fájlokat tud létrehozni.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
567 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
568
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
569 <orderedlist>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
570 <title>A folyamat leírása:</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
571 <listitem><para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
572 A <application>MEncoder</application> <emphasis>dekódolja</emphasis> a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
573 bemeneti képe(ke)t a <systemitem class="library">libjpeg</systemitem>-gel
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
574 (ha PNG-ket dekódol, akkor a <systemitem class="library">libpng</systemitem>-vel).
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
575 </para></listitem>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
576 <listitem><para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
577 Ezután a <application>MEncoder</application> a dekódolt képeket a
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
578 kiválasztott videó tömörítőnek adja át (DivX4, Xvid, FFmpeg msmpeg4, stb.).
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
579 </para></listitem>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
580 </orderedlist>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
581
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
582 <formalpara>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
583 <title>Példák</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
584 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
585 A <option>-mf</option> kapcsoló magyarázata a man oldalon található.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
586
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
587 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
588 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
589 Egy MPEG-4-es fájl létrehozása az aktuális könyvtárból található összes
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
590 JPEG fájlból:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
591 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
592 mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc lavc \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
593 -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
594 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
595 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
596 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
597
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
598 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
599 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
600 Egy MPEG-4 fájl létrehozása néhány JPEG fájlból az aktuális könyvtárban:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
601 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
602 mencoder mf://<replaceable>frame001.jpg,frame002.jpg</replaceable> -mf w=800:h=600:fps=25:type=jpg \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
603 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>kimenet.avi</replaceable>
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
604 </screen>
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
605 </para>
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
606 </informalexample>
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
607
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
608 <informalexample>
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
609 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
610 Egy MPEG-4 fájl létrehozása JPEG fájlok explicit listájából (az aktuális könyvtárban
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
611 lévő lista.txt tartalmazza a forrásként felhasználandó fájlokat, soronként egyet):
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
612 <screen>
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
613 mencoder mf://<replaceable>@lista.txt</replaceable> -mf w=800:h=600:fps=25:type=jpg \
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
614 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
615 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
616 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
617 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
618
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
619 Különböző típusú képeket is használhatsz, függetlenül a használt módszertől
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
620 &mdash; egyedi fájlnevek, helyettesítő karakterek vagy fájl lista &mdash; feltéve
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
621 természetesen, hogy a képméretek azonosak.
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
622 Így például a cím kép lehet egy PNG fájl, majd a bemutató
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
623 készülhet JPEG fényképekből.
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
624
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
625 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
626 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
627 Egy Motion JPEG (MJPEG) fájl készítése az aktuális könyvtár összes
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
628 JPEG fájlából:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
629 <screen>
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
630 mencoder mf://*.jpg -mf w=800:h=600:fps=25:type=jpg -ovc copy -oac copy -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
631 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
632 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
633 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
634
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
635 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
636 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
637 Egy tömörítetlen fájl létrehozása az aktuális könyvtár összes PNG fájlából:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
638 <screen>
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
639 mencoder mf://*.png -mf w=800:h=600:fps=25:type=png -ovc raw -oac copy -o <replaceable>kimenet.avi</replaceable>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
640 </screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
641 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
642 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
643
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
644 <note><para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
645 A szélességnek 4 egész többszörösének kell lennie, ez a RAW RGB AVI
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
646 formátum megszorítása.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
647 </para></note>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
648
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
649 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
650 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
651 Egy Motion PNG (MPNG) fájl létrehozása az aktuális könyvtár PNG
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
652 fájlaiból:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
653 <screen>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
654 mencoder mf://*.png -mf w=800:h=600:fps=25:type=png -ovc copy -oac copy -o <replaceable>kimenet.avi</replaceable><!--
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
655 --></screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
656 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
657 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
658
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
659 <informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
660 <para>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
661 Egy Motion TGA (MTGA) fájl létrehozása az aktuális könyvtár összes
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
662 TGA fájlából:
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
663 <screen>
17694
d31f44d8a3f1 synced with 1.101
gabrov
parents: 16768
diff changeset
664 mencoder mf://*.tga -mf w=800:h=600:fps=25:type=tga -ovc copy -oac copy -o <replaceable>kimenet.avi</replaceable><!--
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
665 --></screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
666 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
667 </informalexample>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
668 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
669 </formalpara>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
670 </sect1>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
671
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
672
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
673 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
674
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
675
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
676 <sect1 id="menc-feat-extractsub">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
677 <title>DVD felirat elmentése VOBsub fájlba</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
678
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
679 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
680 A <application>MEncoder</application> képes a feliratok kiszedésére
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
681 a DVD-kből és elmentésére VOBsub formátumú fájlokba. Ezek két fájlból
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
682 állnak, <filename>.idx</filename> és <filename>.sub</filename> kiterjesztéssel,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
683 és általában egy <filename>.rar</filename> archívba vannak becsomagolva.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
684 Az <application>MPlayer</application> le tudja ezeket játszani a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
685 <option>-vobsub</option> és a <option>-vobsubid</option> kapcsolókkal.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
686 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
687
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
688 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
689 Meg kell adnod a kimeneti fájlok fájlnevét (az <filename>.idx</filename> vagy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
690 <filename>.sub</filename> kiterjesztés nélkül) a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
691 <option>-vobsubout</option> kapcsolóval és az ezen felirathoz tartozó
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
692 indexet a kimeneti fájlokban a <option>-vobsuboutindex</option>-szel.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
693 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
694
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
695 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
696 Ha a bemenet nem DVD, akkor a <option>-ifo</option> kapcsolót kell
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
697 használnod ahhoz, hogy megadd, hogy <filename>.ifo</filename> fájl
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
698 szükséges a kimeneti <filename>.idx</filename> elkészítéséhez.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
699 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
700
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
701 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
702 Ha a bemenet nem DVD és nincs <filename>.ifo</filename> fájlod,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
703 a <option>-vobsubid</option> kapcsolót kell használnod, hogy megadd,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
704 milyen nyelv id-t kell beletenni az <filename>.idx</filename> fájlba.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
705 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
706
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
707 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
708 Mindkét esetben az éppen futó felirat hozzáíródik a <filename>.idx</filename>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
709 és <filename>.sub</filename> fájlokhoz, amennyiben azok már léteznek. Így
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
710 ezeket le kell törölnöd, mielőtt nekiállnál.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
711 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
712
20114
7cdd8aac7d09 synced with r20119
Gabrov
parents: 19752
diff changeset
713 <example id="copying_two_subtitles_from_a_dvd_while_doing_two_pass_encoding">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
714 <title>Két felirat másolása egy DVD-ről két menetes kódolás közben</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
715 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
716 rm <replaceable>subtitles.idx</replaceable> <replaceable>subtitles.sub</replaceable>
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
717 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
718 -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 0 -sid 2
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
719 mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
720 -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 1 -sid 5<!--
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
721 --></screen>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
722 </example>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
723
20114
7cdd8aac7d09 synced with r20119
Gabrov
parents: 19752
diff changeset
724 <example id="copying_a_french_subtitle_from_an_mpeg_file">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
725 <title>Francia felirat másolása egy MPEG fájlból</title>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
726 <screen>
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
727 rm <replaceable>subtitles.idx</replaceable> <replaceable>subtitles.sub</replaceable>
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
728 mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 0 \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
729 -vobsuboutid fr -sid 1 -nosound -ovc copy
15528
036ebb286603 synced with 1.69
gabrov
parents: 15383
diff changeset
730 </screen>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
731 </example>
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
732 </sect1>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
733
21543
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
734
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
735 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
d3d45567e335 synced with r21558
Gabrov
parents: 21423
diff changeset
736
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
737
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
738 <sect1 id="aspect">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
739 <title>Képarány megtartása</title>
21826
d4dbadf11019 synced with r21748
Gabrov
parents: 21543
diff changeset
740
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
741 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
742 A DVD-s és az SVCD-s (pl. MPEG-1/2) fájlokban van egy képméret arány érték, ami
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
743 leírja, hogy a lejátszónak hogyan kell méreteznie a videó stream-et, így az
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
744 embereknek nem lesz tojás fejük (pl.: 480x480 + 4:3 = 640x480). Ennek ellenére AVI-ba
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
745 (DivX) történő kódoláskor figyelembe kell venned, hogy az AVI fejléc nem tárolja ezt
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
746 az értéket. A film átméretezése undorító és időigényes, kell, hogy legyen egy jobb
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
747 megoldás!
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
748 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
749
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
750 <para>Van is.</para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
751
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
752 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
753 Az MPEG-4-nek van egy egyedülálló sajátossága: a videó stream tartalmazhatja
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
754 a szükséges képarányt. Igen, úgy mint az MPEG-1/2 (DVD, SVCD) és a H.263 fájlok.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
755 Sajnos azonban kevés videó lejtászó van az <application>MPlayer</application>en
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
756 kívül, ami támogatná ezt az attribútumot.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
757 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
758
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
759 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
760 Ez a tulajdonság csak a
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
761 <link linkend="ffmpeg"><systemitem class="library">libavcodec</systemitem></link>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
762 <systemitem>mpeg4</systemitem> codec-jével használható. Tartsd észben: habár
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
763 az <application>MPlayer</application> hibátlanul lejátsza a létrehozott
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
764 fájlt, a többi lejátszó lehet, hogy rossz képarányt fog használni.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
765 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
766
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
767 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
768 Ajánlott levágni a fekete sávokat a film képe felett és alatt.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
769 Lásd a man oldalt a <systemitem>cropdetect</systemitem> és a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
770 <systemitem>crop</systemitem> szűrők használatához.
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
771 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
772
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
773 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 20114
diff changeset
774 Használat
21423
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
775 <screen>mencoder <replaceable>sample-svcd.mpg</replaceable> -vf crop=714:548:0:14 -oac copy -ovc lavc \
db712772c7cc synced with r21438
Gabrov
parents: 21043
diff changeset
776 -lavcopts vcodec=mpeg4:mbd=2:trell:autoaspect -o <replaceable>kimenet.avi</replaceable></screen>
15254
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
777 </para>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
778 </sect1>
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
779
9490cbd338b2 synced with 1.55 (initial translation)
gabrov
parents:
diff changeset
780 </chapter>