annotate DOCS/Hungarian/encoding.html @ 4982:6cb9d9a1716d

HTML: different font handling - idea from new hp dezign ocassional misc fixes
author gabucino
date Thu, 07 Mar 2002 17:55:34 +0000
parents 40b48a0a780e
children e2f8b4b74c25
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>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
35 <LI><B>OPCIONÁLIS</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>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
38 <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
39 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
40 fejezetben</A> le van írva.</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
41 <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
42 CVS-ből).<BR>
75820a3febac lame won't compile properly with gcc 2.96
gabucino
parents: 3026
diff changeset
43 <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
44 Ez szükségeltetik a CBR/VBR MP3 audio enkódoláshoz. Egy
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
45 egyszerű <CODE>lame</CODE> bináris nem elég. Mégvalami: minél kevesebb
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
46 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
47 A minőséget a fordítás utáni <CODE>make test</CODE> paranccsal
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
48 ellenőrizheted. A kiírt számnak <B>30</B>-nál kevesebbnek kell lennie.
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
49 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
50 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
51 a tesztet lefuttatni.. Nos, töröld már le azt a nyavajás <B>GCC 2.96</B>-ot.</LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
52 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
53 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
54
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
55 <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
56 <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
57
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
58 <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
59
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
60 <P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
61 <UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
62 <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
63 képes</LI>
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
64 <LI>az ffmpeg/libavcodec által támogatott összes codec használata kódolásra
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
65 is</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
66 <LI>enkódolás <B>V4L kompatibilis TV tunerekről</B></LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
67 <LI>enkódolása/multiplexelése interleaved AVI-knak, megfelelő index-szel</LI>
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
68 <LI>1, 2 vagy 3 menetes <B>DivX4</B> video</LI>
3930
064e0956125e vbr win ize
gabucino
parents: 3912
diff changeset
69 <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
70 körülmények között lejátszhatóak windows rendszereken! Ha windows-on
064e0956125e vbr win ize
gabucino
parents: 3912
diff changeset
71 (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
72 <LI>PCM audio</LI>
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
73 <LI>stream másolás</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
74 <LI>bemeneti file A/V szinkronizálása (PTS-alapú, az -mc 0 opcióval
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
75 kikapcsolható)</LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
76 <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
77 VOB-ot kódolsz 24fps-es AVI-ba)</LI>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
78 <LI>kép átméretezése</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
79 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
80 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
81
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
82 <P><B><I>Tervezett funkciók</I></B> :
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
83 <UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
84 <LI>audio külön file-ból vétele (AC3, MP3, OGG)</LI>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
85 <LI>még szélesebb skálája a be/kimeneti formátumoknak, codec-eknek
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
86 (VOB file-ok DivX4/Indeo5/VIVO videoval... :)</LI>
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
87 <LI>audio enkódolása v4l-ről</LI>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
88 </UL>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
89 </P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
90
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
91 <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
92
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
93 <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
94 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
95 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
96 (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
97 A második menetben keletkezik a tényleges 2 menetes DivX, az ideiglenes
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
98 file-ok adataiből. A keletkező file az egy menetesekhez képest sokkal jobb
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
99 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
100 keresel a neten egy útmutatót.</P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
101
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
102 <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
103 mutatja be. Csak két parancs szükséges :<BR>
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
104 <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
105 ami egy esetleges előző 3 menetes enkódolásból származhat<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
106 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts br=1100
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
107 -o movie.avi -pass 1<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
108 &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts br=1100
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
109 -o movie.avi -pass 2</CODE></P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
110
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
111 <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
112 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
113 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
114 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
115 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
116 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
117 A használata a következő :</P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
118
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
119 <P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
120 <TABLE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
121 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
122 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
123 <CODE>rm frameno.avi</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
124 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
125 <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
126 mely konfliktolhat a most következővel</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
127 </TR>
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>mencoder &lt;file/DVD&gt; -ovc frameno -o
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
131 frameno.avi</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
132 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
133 <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
134 ami a kért formátumban tartalmazza az audio streamet. Ha akarod
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
135 használhatod a <CODE>-lameopts</CODE> opciót. Ha ez egy hosszabb film,
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
136 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
137 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
138 CD-re.</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
139 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
140 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
141 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
142 <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 1
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
143 -divx4opts br=&lt;bitrate&gt;</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
144 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
145 <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
146 Opcionálisan megadhatod azt a bitrate-et amit a MEncoder az előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
147 menet végén kiírt, lásd feljebb.</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
148 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
149 <TR>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
150 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
151 <CODE>mencoder &lt;file/DVD&gt; -oac copy -pass 2
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
152 -divx4opts br=&lt;bitrate&gt;</CODE></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
153 <TD><FONT CLASS="text">
4397
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
154 <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
155 Opcionálisan megadhatod azt a bitrate-et amit a MEncoder az előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
156 menet végén kiírt, lásd feljebb. Ebben a menetben a
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
157 <CODE>frameno.avi</CODE>-ban levő audio belekerül a célfileba..
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
158 és kész is az egész!</B></TD>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
159 </TR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
160 </TABLE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
161 </P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
162
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
163 <P><B>Példa a 3 menetes enkódolásra :</B></P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
164
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
165 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - esetlegesen egy előző
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
166 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
167 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc frameno
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
168 -o frameno.avi<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
169 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
170 -divx4opts br=1100 -oac copy -o movie.avi -pass 1<BR>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
171 &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -divx4opts
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
172 br=1100 -oac copy -o movie.avi -pass 2</CODE>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
173 </P>
970a09005860 3-pass encoding dox
gabucino
parents: 4177
diff changeset
174
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
175
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
176 <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
177
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
178 <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
179 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
180 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
181 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
182 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
183 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
184 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
185 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
186 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
187
3859
686ba9f9393c scaling only works with YV12
gabucino
parents: 3721
diff changeset
188 <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
189 (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
190 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
191 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
192 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
193 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
194 a 0 : gyors bilinear.</P>
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
195
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
196 <P>Az átméretezés egyszerű :<BR>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
197 <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
198
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
199 <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
200
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
201 <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
202 <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
203 szól.</P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
204
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
205 <P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
206 <UL>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
207 <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
208 lehet vele csinálni :)<BR>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
209 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
210 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
211 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
212 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
213 PCM-et MP3-ba).</LI>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
214
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
215 <LI><B>Audio stream-ek</B> (<CODE>-oac copy</CODE> opció) : egyértelmű.</LI>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
216 </UL>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
217 </P>
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
218
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
219 <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
220
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
221 <P>Legkönnyebb dolog a világon. Egyszerűen átmásoljuk a video és audio
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
222 streameket, és közben a <B>MEncoder</B> létrehozza a megfelelő indexet is.
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
223 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
224 stream-ekben, viszont a hibásan interleave-elt fileokat igen.</P>
3583
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
225
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
226 <P>A parancs : <CODE>mencoder input.avi -ovc copy -oac copy -o output.avi</CODE></P>
66e418645b67 hm. stuff.
gabucino
parents: 3438
diff changeset
227
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
228
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
229 <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
230
3912
gabucino
parents: 3859
diff changeset
231 <P>A <A HREF="codecs.html#2.2.1.2">libavcodec</A>-kel egyszerűen lehet kódolni
gabucino
parents: 3859
diff changeset
232 jónéhány érdekes video és audio formátumba (jelenleg az audio codec-ek nem
gabucino
parents: 3859
diff changeset
233 támogatottak). A következő codec-ekkel lehet enkódolni :</P>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
234
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
235 <P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
236 <UL>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
237 <LI>mjpeg - Motion JPEG</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
238 <LI>h263p - H263 Plus</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
239 <LI>mpeg4 - DivX4</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
240 <LI>msmpeg4 - a régi DivX</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
241 <LI>rv10 - egy régi RealVideo codec</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
242 <LI>mpeg1video - MPEG1 video :)</LI>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
243 </UL>
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
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
246 <P>Az első oszlopban felsorolt codec-eket kell átadni a
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
247 <CODE>vcodec</CODE> opciónak, pl : <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
248
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
249
4919
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
250 <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
251
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
252 <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
253 Egyszerű framecopy használatával pedig MJPEG (Motion JPEG) vagy MPNG
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
254 (Motion PNG) filmek hozhatók létre.</P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
255
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
256 <P><B><I>A folyamat magyarázata</I></B></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
257
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
258 <P>Először a <B>MEncoder</B> <I>dekódolja</I> a bemeneti fileokat egy
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
259 rendelkezésre álló és szabadonválasztott MJPEG dekóderrel (PNG-k dekódolása
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
260 esetén csak a beépitett PNG dekóder használható). Alapértelmezésben az
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
261 <CODE>ffmjpeg</CODE> codec-et próbálja használni, így ajánlott libavcodec-kel
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
262 fordítani. Ennek a codecnek a legnagyobb hátránya hogy bizonyos JPEG
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
263 fileokat nem tud kezelni (ilyenkor zöld kimenet látható). Ilyenkor különböző
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
264 képkonvertáló programokkal előtte konvertáld át ezeket a <B>MEncoder</B>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
265 által is emészthető formába.<BR>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
266 Választhatsz más dekódert is, például az <CODE>mcmjpg32.dll</CODE>-t
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
267 (MainConcept Motion JPEG). Ilyenkor meg kell nézni a <CODE>codecs.conf</CODE>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
268 fileban hogy az adott codecre milyen névvel lehet hivatkozni (<CODE>videocodec</CODE>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
269 sor), és utána ezt a nevet a <CODE>-vc</CODE> opció után írni. A fenti
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
270 példát véve: <CODE>-vc mjpeg</CODE>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
271 </P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
272
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
273 <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
274 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
275 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
276 használható olyan codecekkel amelyek YUV formátumot várnak. Ilyen
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
277 például a DivX4, vagy az ffmpeg-beli msmpeg4.</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><B><I>Példák</I></B></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
280
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
281 <P>Az <CODE>-mf</CODE> opció magyarázata a lenti összefoglaló
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
282 <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
283
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
284 <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
285 &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
286 kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
287
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
288 <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
289 &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
290 -o kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
291
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
292 <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
293 &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
294 kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
295
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
296 <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
297 &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
298 -o kimenet.avi</CODE></P>
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
299
40b48a0a780e documented Multifile JPEG/PNG input (-mf)
gabucino
parents: 4709
diff changeset
300
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
301 <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
302
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
303 <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
304
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
305 <P><B><A NAME=2.4.5>2.4.5. Opciók</B></P>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
306
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
307 <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
308
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
309 <P>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
310 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
311 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
312 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
313 feliratokat bekódold a keletkező AVI-ba. Vagy a <CODE>-noidx</CODE> opcióval
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
314 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
315 </P>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
316
4177
cab4ac1467e4 many small updates
gabucino
parents: 3983
diff changeset
317 <TABLE BORDER=1>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
318 <TR>
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 <I>-ss</I> időpont</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
321 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
322 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
323 </TD>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
324 </TR>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
325 <TR>
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 <I>-endpos</I> időpont/időtartam</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
328 <TD><FONT CLASS="text">
4709
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
329 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
330 elérésekor. Lásd a manpage-t !
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
331 </TD>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
332 </TR>
860808c94265 -ss -endpos documented
gabucino
parents: 4680
diff changeset
333 <TR>
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 <I>-o</I> filenév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
336 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
337 kimeneti filenév megadása
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
338 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
339 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
340 <TR>
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 <I>-x</I> szélesség pixelben</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
343 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
344 kimeneti video átméretezése megadott szélességre
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
345 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
346 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
347 <TR>
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 <I>-y</I> magasság pixelben</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
350 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
351 kimeneti video átméretezése megadott magasságúra
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
352 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
353 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
354 <TR>
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 <I>-sws</I> 0-2</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
357 <TD><FONT CLASS="text">
3287
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
358 átmérezetési módszer meghatározása<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
359 &nbsp;&nbsp;0 - fast bilinear<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
360 &nbsp;&nbsp;1 - bilinear<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
361 &nbsp;&nbsp;2 - bicubic (legjobb minőség)<BR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
362 </TD>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
363 </TR>
e1cf5e6338a8 -x -y -sws added
gabucino
parents: 3230
diff changeset
364 <TR>
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 <I>-ovc</I> codecnév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
367 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
368 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
369 &nbsp;&nbsp;<B>help</B> - codecek listája<BR>
4680
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
370 &nbsp;&nbsp;<B>null</B> - a kimeneti AVI-ban nem lesz video stream<BR>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
371 &nbsp;&nbsp;<B>raw</B> - tömörítetlen video létrehozása<BR>
b5d956f0b6ea sok ize, mutyur, bizbasz.
gabucino
parents: 4585
diff changeset
372 &nbsp;&nbsp;<B>rawrgb</B> - ?<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
373 &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
374 &nbsp;&nbsp;<B>divx4</B> - enkódolás DivX4-be<BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
375 &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
376 &nbsp;&nbsp;<B>vfw</B> - enkódolás egy Windows-os DLL-lel<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
377 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
378 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
379 <TR>
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 <I>-oac</I> codecnév</TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
382 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
383 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
384 &nbsp;&nbsp;<B>help</B> - codecek listája<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
385 &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
386 &nbsp;&nbsp;<B>pcm</B> - tömörítetlen PCM<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
387 &nbsp;&nbsp;<B>mp3lame</B> - MP3 enkódolás<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
388 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
389 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
390 <TR>
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 <I>-divx4opts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
393 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
394 Ha DivX4-be enkódolsz, itt megadhatod a paramétereket, pl :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
395 &nbsp;&nbsp;<CODE>-divx4opts br=1800:deinterlace:key=250</CODE><BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
396 Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
397 &nbsp;&nbsp;<B>help</B> - segíccség<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
398 &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
399 &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
400 &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
401 </TD>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
402 </TR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
403 <TR>
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 <I>-lavcopts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
406 <TD><FONT CLASS="text">
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
407 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
408 &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
409 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
410 &nbsp;&nbsp;<B>help</B> - segíccség<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
411 &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
412 &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
413 &nbsp;&nbsp;<B>vhq</B> - legjobb minőség (?)<BR>
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
414 &nbsp;&nbsp;<B>keyint</B>=XXX - keyframe-k közötti időintervallum<BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
415 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
416 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
417 <TR>
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 <I>-lameopts</I></TD>
4982
6cb9d9a1716d HTML: different font handling - idea from new hp dezign
gabucino
parents: 4919
diff changeset
420 <TD><FONT CLASS="text">
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
421 Ha MP3-ba kódolsz, itt adhatod meg a paramétereket, pl :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
422 &nbsp;&nbsp;<CODE>-lameopts q=3</CODE><BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
423 &nbsp;&nbsp;<CODE>-lameopts br=192:cbr</CODE><BR>
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
424 Leghasznosabb opciók: <B>(a teljes lista a manpage-ban található !)</B><BR>
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
425 &nbsp;&nbsp;<B>help</B> - törpítség<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
426 &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
427 &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
428 &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
429 </TD>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
430 </TR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
431 </TABLE>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
432
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
433 <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
434
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
435 <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
436
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
437 <P>A DVD 2-es fejezetének enkódolása :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
438 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
439
3721
66da035c4ee2 some quick updates for the prerelease
gabucino
parents: 3620
diff changeset
440 <P>Ugyanez libavcodec-kel, MJPEG tömörítéssel :<BR>
4585
55c8aefdef1b vao, something changed in these files!
gabucino
parents: 4397
diff changeset
441 <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
442
3438
963b39283f48 fixes, and some new stuff. sorry forgot :)
gabucino
parents: 3382
diff changeset
443 <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
444 <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
445
3026
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
446 <P>Enkódolás HTTP-ről :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
447 <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
448
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
449 <P>Enkódolás standard bemenetről :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
450 <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
451
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
452 <P>Több VOB file enkódolása :<BR>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
453 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;cat *.vob | mencoder &lt;options&gt; -</CODE></P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
454
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
455 <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
456 <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
457
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
458 <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
459 <P>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
460 </FONT>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
461
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
462 </BODY>
1b65a4abf104 hmpf. forgot to add
gabucino
parents:
diff changeset
463 </HTML>