annotate DOCS/Hungarian/encoding.html @ 5159:663ededc1961

sync the f* manual (with arpi's english changes)
author gabucino
date Sun, 17 Mar 2002 09:41:26 +0000
parents b3d900e9a215
children 1a7fd8f13ac0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
1 <HTML>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
2
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
3 <HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
4 <STYLE>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
5 .text
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
6 {font-family : Verdana, Arial, Helvetica, sans-serif;
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
7 font-size : 14px;}
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
8 </STYLE>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
9 </HEAD>
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
10
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
11 <BODY BGCOLOR=white>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
12
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
13 <FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
14
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
15 <P><B><A NAME=2.4>2.4. Enkódolás a MEncoderrel</A></B></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
16
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
17 <P><B><A NAME=2.4.1>2.4.1. Bevezető</B></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
18
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
19 <P>A <B>MEncoder</B> (<B>MPlayer</B>'s Movie Encoder) egy egyszerű film
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
20 enkóder, az MPlayer által lejátszható formátumok
3983
47fa35212fd1 more formats
gabucino
parents: 3930
diff changeset
21 (<B>AVI/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET</B>) más - MPlayerrel lejátszható -
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
22 formátumokba kódolására.
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
23 Sokféle codec-kel tud enkódolni, például <B>DivX4</B>-gyel (1 vagy 2 menetes),
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
24 a libavcodec-et alkotó codec-ekkel, audiot tekintve pedig
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
25 <B>PCM</B>/<B>MP3</B>/<B>VBR MP3</B> a választék. Rendelkezik továbbá stream
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
26 másoló, és video átméretező képességgel.</P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
27
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
28 <P><B><A NAME=2.4.2>2.4.2. Fordítás</B></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
29
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
30 <P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
31 <UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
32 <LI>olvasd el az <B>MPlayer</B> fordítási útmutatóját, mivel információt
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
33 tartalmaz arról hogy hogyan installálj <I>libdvdread-et</I> a <B>DVD</B>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
34 támogatáshoz, stb.</LI>
5023
f8ab420ce0e3 xvid in mencoder
gabucino
parents: 5000
diff changeset
35 <LI><B>OPCIONÁLIS (CSAK LINUX)</B> - töltsd le a legújabb <B>DivX4linux</B> könyvtárat például
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
36 <A HREF="http://avifile.sourceforge.net/download.htm">innen</A>, és
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
37 installáld HELYESEN. Ez szükséges a DivX4 (1/2 menetes) enkódoláshoz.</LI>
5023
f8ab420ce0e3 xvid in mencoder
gabucino
parents: 5000
diff changeset
38 <LI><B>OPCIONÁLIS</B> - <A HREF="codecs.html#2.2.1.9">töltsd le és
f8ab420ce0e3 xvid in mencoder
gabucino
parents: 5000
diff changeset
39 installáld az <B>XViD</B>-et</A>. Nagyon hasznos nem-Linux rendszerű
f8ab420ce0e3 xvid in mencoder
gabucino
parents: 5000
diff changeset
40 gépeken, és/vagy ha a DivX4-nél gyorsabb, de kb azonos minőségű
f8ab420ce0e3 xvid in mencoder
gabucino
parents: 5000
diff changeset
41 enkódolásra van szükséged.</LI>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
42 <LI><B>OPCIONÁLIS</B> - ha a libavcodec codec-ekkel is akarsz enkódolni,
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
43 installáld a libavcodec-et, ahogyan az a <A HREF="codecs.html#2.2.1.2">libavcodec
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
44 fejezetben</A> le van írva.</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
45 <LI><B>OPCIONÁLIS</B> -töltsd és fordítsd le a <B>libmp3lame-t</B> (a lame 3.89bétából vagy
3211
75820a3febac lame won't compile properly with gcc 2.96
gabucino
parents: 3026
diff changeset
46 CVS-ből).<BR>
75820a3febac lame won't compile properly with gcc 2.96
gabucino
parents: 3026
diff changeset
47 <B>NE GCC 2.96-TAL FORDÍTSD ! Nem fog helyesen működni !</B><BR>
75820a3febac lame won't compile properly with gcc 2.96
gabucino
parents: 3026
diff changeset
48 Ez szükségeltetik a CBR/VBR MP3 audio enkódoláshoz. Egy
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
49 egyszerű <CODE>lame</CODE> bináris nem elég. Mégvalami: minél kevesebb
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
50 optimalizációt használsz a lame fordításánál, annál jobb lesz a minősége.
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
51 A minőséget a fordítás utáni <CODE>make test</CODE> paranccsal
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
52 ellenőrizheted. A kiírt számnak <B>30</B>-nál kevesebbnek kell lennie.
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
53 Azért ne ess pánikba ha pl <B>400</B> fölötti értéket kapsz, nem
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
54 valószínű hogy hallod a különbséget. Jaigen, ha a fordítód nem tudja
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
55 a tesztet lefuttatni.. Nos, töröld már le azt a nyavajás <B>GCC 2.96</B>-ot.</LI>
5066
b3d900e9a215 ijpg for jpegs
gabucino
parents: 5023
diff changeset
56 <LI><B>OPCIONÁLIS</B> - <CODE>libjpeg</CODE> és <CODE>libpng</CODE> -
b3d900e9a215 ijpg for jpegs
gabucino
parents: 5023
diff changeset
57 lásd az <A HREF="documentation.html#1.3">Installálás</A>
b3d900e9a215 ijpg for jpegs
gabucino
parents: 5023
diff changeset
58 fejezetet</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
59 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
60 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
61
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
62 <P>Kész. Mint minden bizonnyal tudod, más enkódolóknak szüksége van az
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
63 <I>avifile</I> könyvtárra. A <B>MEncoder</B>-nek egyáltalán nincs.</P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
64
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
65 <P><B><A NAME=2.4.3>2.4.3. MEncoder funkciók</B></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
66
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
67 <P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
68 <UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
69 <LI>enkódolás az összes file formátumból amit az <B>MPlayer</B> lejátszani
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
70 képes</LI>
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
71 <LI>az ffmpeg/libavcodec által támogatott összes codec használata kódolásra
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
72 is</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
73 <LI>enkódolás <B>V4L kompatibilis TV tunerekről</B></LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
74 <LI>enkódolása/multiplexelése interleaved AVI-knak, megfelelő index-szel</LI>
4992
e2f8b4b74c25 -audiofile
gabucino
parents: 4982
diff changeset
75 <LI>opcionálisan külső audio stream használata</LI>
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
76 <LI>1, 2 vagy 3 menetes <B>DivX4</B> video</LI>
3930
064e0956125e vbr win ize
gabucino
parents: 3912
diff changeset
77 <LI><B>VBR</B> MP3 audio - <B>FONTOS</B> : a VBR-es mp3-ak nem minden
064e0956125e vbr win ize
gabucino
parents: 3912
diff changeset
78 körülmények között lejátszhatóak windows rendszereken! Ha windows-on
064e0956125e vbr win ize
gabucino
parents: 3912
diff changeset
79 (is) lejátszandó AVI-t akarsz létrehozni, csinálj CBR-es mp3-at!</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
80 <LI>PCM audio</LI>
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
81 <LI>stream másolás</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
82 <LI>bemeneti file A/V szinkronizálása (PTS-alapú, az -mc 0 opcióval
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
83 kikapcsolható)</LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
84 <LI>FPS javítás az <CODE>-ofps</CODE> opcióval (hasznos ha 29.97fps-es
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
85 VOB-ot kódolsz 24fps-es AVI-ba)</LI>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
86 <LI>kép átméretezése</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
87 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
88 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
89
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
90 <P><B><I>Tervezett funkciók</I></B> :
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
91 <UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
92 <LI>még szélesebb skálája a be/kimeneti formátumoknak, codec-eknek
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
93 (VOB file-ok DivX4/Indeo5/VIVO videoval... :)</LI>
4992
e2f8b4b74c25 -audiofile
gabucino
parents: 4982
diff changeset
94 <LI>audio enkódolása v4l-ről (BSD-n már kész?)</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
95 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
96 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
97
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
98 <P><B><A NAME=2.4.3.1>2.4.3.1. 2, 3 menetes DivX4 enkódolása</B></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
99
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
100 <P><U><B>2 menetes enkódolás :</B></U> az elnevezés onnan jön, hogy ezzel a
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
101 módszerrel a file <I>kétszer</I> lesz enkódolva. Az első menet néhány pár
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
102 Mb-os ideiglenes (*.log) file-t hoz létre, amiket egyelőre nem szabad törölni
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
103 (az AVI törölhető, ugyanolyan mintha -pass opciók nélkül keletkezett volna).
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
104 A második menetben keletkezik a tényleges 2 menetes DivX, az ideiglenes
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
105 file-ok adataiből. A keletkező file az egy menetesekhez képest sokkal jobb
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
106 minőséggel és kisebb mérettel bír. Ha most hallassz erről először, jobb ha
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
107 keresel a neten egy útmutatót.</P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
108
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
109 <P>A következő példa egy DVD 2 menetes DivX4 AVI-ba történő enkódolását
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
110 mutatja be. Csak két parancs szükséges :<BR>
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
111 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - töröld ezt a file-t,
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
112 ami egy esetleges előző 3 menetes enkódolásból származhat<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
113 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts br=1100
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
114 -o movie.avi -pass 1<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
115 &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts br=1100
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
116 -o movie.avi -pass 2</CODE></P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
117
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
118 <P><U><B>3 menetes enkódolás :</B></U> ez egyfajta bővített kétmenetes
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
119 enkódolás. A különbség abban áll hogy itt az audio enkódolása külön
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
120 menetben történik, ezáltal lehetővé válik annak megbecslése hogy az adott
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
121 filmet milyen bitrátával kell tömöríteni hogy ráférjen egy 650, 700 vagy
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
122 800Mb-os CD-re, és ezt a <B>MEncoder</B> ki is számolja. Továbbá, ilyenkor
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
123 az audio csak egyszer kerül enkódolásra, ellentétben a 2 menetes móddal.
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
124 A használata a következő :</P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
125
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
126 <P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
127 <TABLE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
128 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
129 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
130 <CODE>rm frameno.avi</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
131 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
132 <B>egy esetleges előző 3 menetes enkódolásból származó file törlése,
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
133 mely konfliktolhat a most következővel</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
134 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
135 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
136 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
137 <CODE>mencoder &lt;file/DVD&gt; -ovc frameno -o
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
138 frameno.avi</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
139 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
140 <B><U>Első menet</U> : egy csak audiot tartalmazó AVI file jön létre,
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
141 ami a kért formátumban tartalmazza az audio streamet. Ha akarod
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
142 használhatod a <CODE>-lameopts</CODE> opciót. Ha ez egy hosszabb film,
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
143 e menet végén a MEncoder kiírja hogy mekkora bitrate-tel tömöríts
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
144 a következő menetekben hogy a film ráférjen egy 650, 700 vagy 800Mb-os
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
145 CD-re.</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
146 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
147 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
148 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
149 <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 1
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
150 -divx4opts br=&lt;bitrate&gt;</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
151 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
152 <B><U>Második menet</U> : alias a DivX4 video enkódolás első menete.
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
153 Opcionálisan megadhatod azt a bitrate-et amit a MEncoder az előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
154 menet végén kiírt, lásd feljebb.</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
155 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
156 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
157 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
158 <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 2
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
159 -divx4opts br=&lt;bitrate&gt;</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
160 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
161 <B><U>Harmadik menet</U> : alias a DivX4 video enkódolás második menete.
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
162 Opcionálisan megadhatod azt a bitrate-et amit a MEncoder az előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
163 menet végén kiírt, lásd feljebb. Ebben a menetben a
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
164 <CODE>frameno.avi</CODE>-ban levő audio belekerül a célfileba..
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
165 és kész is az egész!</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
166 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
167 </TABLE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
168 </P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
169
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
170 <P><B>Példa a 3 menetes enkódolásra :</B></P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
171
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
172 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - esetlegesen egy előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
173 enkódolásbol származó file törlése (bezavar a most következőnek)<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
174 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc frameno
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
175 -o frameno.avi<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
176 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
177 -divx4opts br=1100 -oac copy -o movie.avi -pass 1<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
178 &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
179 br=1100 -oac copy -o movie.avi -pass 2</CODE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
180 </P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
181
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
182
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
183 <P><B><A NAME=2.4.3.2>2.4.3.2. Átméretezés</B></P>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
184
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
185 <P>Gyakran előjön a filmek átméretezésének igénye. Ennek oka sokféle lehet,
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
186 például a fileméret csökkentése, vagy SVCD-ből DivX-be kódolás. A rippelt
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
187 DVD-ket legtöbbször átméretezik (például egy 4:3-as DVD-t 640x480-ra),
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
188 különösen akkor ha a cél az 1 CD-s méret és ezzel együtt a jó minőség is.
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
189 Az SVCD-k képmérete 480x480, és a lejátszóprogramok az ezen fileok
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
190 fejlécében található aspektusinformáció alapján számítják ki a megjelenítendő
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
191 kép méretét (pl.: 480x480 + 4:3 = 640x480). Ezért AVI (DivX) file-okba
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
192 történő kódolásnál figyelembe kell venni azt is, hogy az AVI file-ok ezen
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
193 információ eltárolására nem képesek. Így az egyetlen megoldás az átméretezés.</P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
194
3859
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
195 <P>A <B>MEncoder</B> képes nagyításra, ha a képeket YV12 formátumban kapja
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
196 (azaz például az ffdivx, odivx meghajtókkal, vagy mpeg1/2-t). A kimeneti file
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
197 képméretét az <CODE>-x</CODE> és <CODE>-y</CODE> opciókkal lehet megadni.
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
198 Ezenkívül 3 féle átméretezőszűrő közül is lehet választani, <I>0 : gyors
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
199 bilinear</I>, <I>1 : bilinear</I>, <I>2 : bicubic</I> (ennek van a legjobb
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
200 minősége). Ezt az <CODE>-sws</CODE> opcióval lehet megadni. Alapértelmezett
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
201 a 0 : gyors bilinear.</P>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
202
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
203 <P>Az átméretezés egyszerű :<BR>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
204 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
205
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
206 <P><B><A NAME=2.4.3.3>2.4.3.3. Stream másolása</B></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
207
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
208 <P>A <B>MEncoder</B> kétféleképpen tudja a bemeneti stream-eket kezelni :
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
209 <B>enkódolja</B> vagy csak <B>átmásolja</B> őket. Ez a rész a <B>másolásról</B>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
210 szól.</P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
211
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
212 <P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
213 <UL>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
214 <LI><B>Video stream-ek</B> (<CODE>-ovc copy</CODE> opció) : érdekes dolgokat
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
215 lehet vele csinálni :)<BR>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
216 Mint például FLI vagy VIVO vagy MPEG1 video másolása AVI file-ba !
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
217 Persze az ilyen videokat csak az <B>MPlayer</B> tudja lejátszani :) És
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
218 ezeknek a haszna gyakorlatilag nulla. A racionális felhasználása ennek
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
219 például amikor csak az audio stream-et kell enkódolni (pl tömörítetlen
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
220 PCM-et MP3-ba).</LI>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
221
4992
e2f8b4b74c25 -audiofile
gabucino
parents: 4982
diff changeset
222 <LI><B>Audio stream-ek</B> (<CODE>-oac copy</CODE> opció) : egyértelmű.
e2f8b4b74c25 -audiofile
gabucino
parents: 4982
diff changeset
223 Lehetséges az audio streamet egy külső fileból (MP3, AC3, Vorbis) is venni,
e2f8b4b74c25 -audiofile
gabucino
parents: 4982
diff changeset
224 ehhez az <CODE>-audiofile &lt;filenév&gt;</CODE> opciót kell használni.</LI>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
225 </UL>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
226 </P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
227
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
228 <P><B><A NAME=2.4.3.4>2.4.3.4. Hibás index-szel rendelkező AVI-k rendbehozása</B></P>
3583
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
229
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
230 <P>Legkönnyebb dolog a világon. Egyszerűen átmásoljuk a video és audio
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
231 streameket, és közben a <B>MEncoder</B> létrehozza a megfelelő indexet is.
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
232 Ez persze nem tudja kijavítani az esetleges hibákat a video és/vagy audio
4585
55c8aefdef1b vao, something changed in these files!
gabucino
parents: 4397
diff changeset
233 stream-ekben, viszont a hibásan interleave-elt fileokat igen.</P>
3583
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
234
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
235 <P>A parancs : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P>
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
236
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
237
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
238 <P><B><A NAME=2.4.3.5>2.4.3.5. Enkódolás a <I>libavcodec</I> codec-ekkel</B></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
239
3912
gabucino
parents: 3859
diff changeset
240 <P>A <A HREF="codecs.html#2.2.1.2">libavcodec</A>-kel egyszerűen lehet kódolni
gabucino
parents: 3859
diff changeset
241 jónéhány érdekes video és audio formátumba (jelenleg az audio codec-ek nem
gabucino
parents: 3859
diff changeset
242 támogatottak). A következő codec-ekkel lehet enkódolni :</P>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
243
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
244 <P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
245 <UL>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
246 <LI>mjpeg - Motion JPEG</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
247 <LI>h263p - H263 Plus</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
248 <LI>mpeg4 - DivX4</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
249 <LI>msmpeg4 - a régi DivX</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
250 <LI>rv10 - egy régi RealVideo codec</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
251 <LI>mpeg1video - MPEG1 video :)</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
252 </UL>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
253 </P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
254
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
255 <P>Az első oszlopban felsorolt codec-eket kell átadni a
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
256 <CODE>vcodec</CODE> opciónak, pl : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
257
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
258
4919
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
259 <P><B><A NAME=2.4.3.6>2.4.3.6. Enkódolás több bemeneti file-ból (JPEG, PNG)</B></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
260
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
261 <P>A <B>MEncoder</B> képes több JPEG vagy PNG file-ból filmet létrehozni.
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
262 Egyszerű framecopy használatával pedig MJPEG (Motion JPEG) vagy MPNG
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
263 (Motion PNG) filmek hozhatók létre.</P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
264
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
265 <P><B><I>A folyamat magyarázata</I></B></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
266
5066
b3d900e9a215 ijpg for jpegs
gabucino
parents: 5023
diff changeset
267 <P>Először a <B>MEncoder</B> <I>dekódolja</I> a bemeneti fileokat a
b3d900e9a215 ijpg for jpegs
gabucino
parents: 5023
diff changeset
268 <CODE>libjpeg</CODE> segítségével (PNG-k dekódolását a libpngvel végzi).
4919
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
269 </P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
270
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
271 <P>A <B>MEncoder</B> ezután a kiválasztott kimeneti codecnek adja a
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
272 dekódolt képet (pl DivX4, Xvid, ffmpeg msmpeg4, stb). Vigyázat: a PNG
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
273 dekóder jelenleg csak RGB formátumú képek kiadására képes, így nem
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
274 használható olyan codecekkel amelyek YUV formátumot várnak. Ilyen
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
275 például a DivX4, vagy az ffmpeg-beli msmpeg4.</P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
276
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
277 <P><B><I>Példák</I></B></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
278
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
279 <P>Az <CODE>-mf</CODE> opció magyarázata a lenti összefoglaló
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
280 <A HREF=#2.4.5>Opciók</A> fejezetben, illetve a manpage-ben található.</P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
281
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
282 <P><I>DivX4 film létrehozása az aktuális könyvtárban található összes JPEG fileból :</I><BR>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
283 &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
284 kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
285
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
286 <P><I>MJPEG (Motion JPEG) film létrehozása az aktuális könyvtárban található összes JPEG fileból :</I><BR>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
287 &nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
288 -o kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
289
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
290 <P><I>Tömörítetlen film létrehozása az aktuális könyvtárban található összes PNG fileból :</I><BR>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
291 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc raw -o
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
292 kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
293
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
294 <P><I>MPNG (Motion PNG) film létrehozása az aktuális könyvtárban található összes PNG fileból :</I><BR>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
295 &nbsp;&nbsp;<CODE>mencoder \*.png -mf on:w=800:h=600:fps=25:type=png -ovc copy
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
296 -o kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
297
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
298
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
299 <P><B><A NAME=2.4.4>2.4.4. Szintaxis</B></P>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
300
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
301 <P>&nbsp;&nbsp;<CODE>mencoder [opciók] [bemeneti file] [opciók] ...</P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
302
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
303 <P><B><A NAME=2.4.5>2.4.5. Opciók</B></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
304
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
305 <P>Megj.: az összes rendelkezésre álló opcióhoz <B>olvasd el a manpage-t !</B></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
306
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
307 <P>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
308 Tekintve hogy a <B>MEncoder</B> alapjában véve ugyanarra a kódra épül amire
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
309 az <B>MPlayer</B>, sok olyan <B>MPlayer</B> opció van ami enkódolásnál is
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
310 használható. Például a <CODE>-sid</CODE> itt arra használható hogy a DVD
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
311 feliratokat bekódold a keletkező AVI-ba. Vagy a <CODE>-noidx</CODE> opcióval
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
312 itt is figyelmen kívül hagyható az esetleges hibás index a bemeneti AVI-ban.
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
313 </P>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
314
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
315 <TABLE BORDER=1>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
316 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
317 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
318 <I>-ss</I> időpont</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
319 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
320 enkódolás indítása a megadott időponttól (csak keyframe-től indulhat !)
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
321 </TD>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
322 </TR>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
323 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
324 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
325 <I>-endpos</I> időpont/időtartam</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
326 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
327 enkódolás megállítása a megadott idő letelte után, vagy adott időpont
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
328 elérésekor. Lásd a manpage-t !
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
329 </TD>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
330 </TR>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
331 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
332 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
333 <I>-o</I> filenév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
334 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
335 kimeneti filenév megadása
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
336 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
337 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
338 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
339 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
340 <I>-x</I> szélesség pixelben</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
341 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
342 kimeneti video átméretezése megadott szélességre
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
343 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
344 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
345 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
346 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
347 <I>-y</I> magasság pixelben</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
348 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
349 kimeneti video átméretezése megadott magasságúra
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
350 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
351 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
352 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
353 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
354 <I>-sws</I> 0-2</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
355 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
356 átmérezetési módszer meghatározása<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
357 &nbsp;&nbsp;0 - fast bilinear<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
358 &nbsp;&nbsp;1 - bilinear<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
359 &nbsp;&nbsp;2 - bicubic (legjobb minőség)<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
360 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
361 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
362 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
363 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
364 <I>-ovc</I> codecnév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
365 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
366 Enkódolás a megadott codec-kel (a codec nevek a codecs.conf-ból származnak). Példák :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
367 &nbsp;&nbsp;<B>help</B> - codecek listája<BR>
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
368 &nbsp;&nbsp;<B>null</B> - a kimeneti AVI-ban nem lesz video stream<BR>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
369 &nbsp;&nbsp;<B>raw</B> - tömörítetlen video létrehozása<BR>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
370 &nbsp;&nbsp;<B>rawrgb</B> - ?<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
371 &nbsp;&nbsp;<B>copy</B> - nincs enkódolás, csak stream másolás (most csak AVI/ASF-ből)<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
372 &nbsp;&nbsp;<B>divx4</B> - enkódolás DivX4-be<BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
373 &nbsp;&nbsp;<B>lavc</B> - enkódolás egy libavcodec-ben lévő codec-kel<BR>
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
374 &nbsp;&nbsp;<B>vfw</B> - enkódolás egy Windows-os DLL-lel<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
375 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
376 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
377 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
378 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
379 <I>-oac</I> codecnév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
380 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
381 Enkódolás a megadott codec-kel (a codec nevek a codecs.conf-ból származnak). Példák :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
382 &nbsp;&nbsp;<B>help</B> - codecek listája<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
383 &nbsp;&nbsp;<B>copy</B> - nincs enkódolás, csak stream másolás (most csak AVI/ASF-ből, és csak CBR audiot)<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
384 &nbsp;&nbsp;<B>pcm</B> - tömörítetlen PCM<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
385 &nbsp;&nbsp;<B>mp3lame</B> - MP3 enkódolás<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
386 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
387 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
388 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
389 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
390 <I>-divx4opts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
391 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
392 Ha DivX4-be enkódolsz, itt megadhatod a paramétereket, pl :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
393 &nbsp;&nbsp;<CODE>-divx4opts br=1800:deinterlace:key=250</CODE><BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
394 Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
395 &nbsp;&nbsp;<B>help</B> - segíccség<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
396 &nbsp;&nbsp;<B>br</B>=XXX - bitráta megadása kbit-ben &lt;4-16000&gt; vagy bitben &lt;16001-24000000&gt;<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
397 &nbsp;&nbsp;<B>q</B>=XXXX - minőség (1-leggyorsabb, 5-legjobb - alapértelmezett)<BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
398 &nbsp;&nbsp;<B>key</B>=XXXX - keyframe-k közötti időintervallum<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
399 </TD>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
400 </TR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
401 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
402 <TD><FONT CLASS="text">
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
403 <I>-lavcopts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
404 <TD><FONT CLASS="text">
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
405 Ha egy libavcodec-es codec-kel enkódolsz, itt megadhatod a paramétereket, pl :<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
406 &nbsp;&nbsp;<CODE>-lavcopts vcodec=msmpeg4:vbitrate=1800:vhq:keyint=250</CODE><BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
407 Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
408 &nbsp;&nbsp;<B>help</B> - segíccség<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
409 &nbsp;&nbsp;<B>vcodec</B>=XXX - video codec kiválasztása (a teljes lista a fenti libavcodec bekezdésben megtalálható)<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
410 &nbsp;&nbsp;<B>vbitrate</B>=XXX - bitráta megadása kbit-ben &lt;4-16000&gt; vagy bitben &lt;16001-24000000&gt;<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
411 &nbsp;&nbsp;<B>vhq</B> - legjobb minőség (?)<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
412 &nbsp;&nbsp;<B>keyint</B>=XXX - keyframe-k közötti időintervallum<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
413 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
414 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
415 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
416 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
417 <I>-lameopts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
418 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
419 Ha MP3-ba kódolsz, itt adhatod meg a paramétereket, pl :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
420 &nbsp;&nbsp;<CODE>-lameopts q=3</CODE><BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
421 &nbsp;&nbsp;<CODE>-lameopts br=192:cbr</CODE><BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
422 Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
423 &nbsp;&nbsp;<B>help</B> - törpítség<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
424 &nbsp;&nbsp;<B>cbr</B> - <B>CBR</B>-es MP3 kiválasztása (az alapértelmezett a <B>VBR</B>)<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
425 &nbsp;&nbsp;<B>br</B>=XXX - bitráta megadása kbit-ben &lt;0-1024&gt; (csak <B>CBR</B>-nél!)<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
426 &nbsp;&nbsp;<B>q</B>=XXXX - minőség (0-legjobb, 9-leggyorsabb) (csak <B>VBR</B>-nél!)<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
427 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
428 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
429 </TABLE>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
430
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
431 <P><B><A NAME=2.4.6>2.4.6. Példák</B></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
432
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
433 <P>A <B>MEncoder</B> használata a legkönnyebb dolog a Földön.</P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
434
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
435 <P>A DVD 2-es fejezetének enkódolása :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
436 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
437
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
438 <P>Ugyanez libavcodec-kel, MJPEG tömörítéssel :<BR>
4585
55c8aefdef1b vao, something changed in these files!
gabucino
parents: 4397
diff changeset
439 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg</CODE></P>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
440
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
441 <P>A DVD 2-es fejezetének enkódolása, átméretezéssel :<BR>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
442 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -x 640 -y 480 -sws 2 -o title2.avi</CODE></P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
443
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
444 <P>Enkódolás HTTP-ről :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
445 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder http://mplayer.hq/example.avi -o example.avi</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
446
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
447 <P>Enkódolás standard bemenetről :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
448 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
449
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
450 <P>Több VOB file enkódolása :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
451 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;cat *.vob | mencoder &lt;options&gt; -</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
452
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
453 <P>Enkódolás tuner-ről (a tuner opciók a <A HREF="documentation.html#2.5">TV input</A> fejezetben találhatóak) :<BR>
3382
7f06ef6c0168 no filename required from tuner
gabucino
parents: 3287
diff changeset
454 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -tv on:driver=v4l:width=640:height=480 &lt;options&gt;</CODE></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
455
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
456 <P>Az összes opció listájához <B><I>lásd a MEncoder manpage-t !</I></B>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
457 <P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
458 </FONT>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
459
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
460 </BODY>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
461 </HTML>