annotate DOCS/xml/cs/containers.xml @ 20029:410311d56c8d

Make sync tags consistent.
author diego
date Wed, 04 Oct 2006 13:41:05 +0000
parents 4b7e50d82bb7
children 90b3178b8c16
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19929
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-2"?>
20029
410311d56c8d Make sync tags consistent.
diego
parents: 19929
diff changeset
2 <!-- synced with r19738 -->
19929
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
3 <chapter id="containers">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
4 <title>Nosné formáty (Containers)</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
5
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
6 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
7 Považujeme za důležité vyjasnit všeobecný omyl. Když lidé vidí soubor s příponou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
8 <filename>.AVI</filename>, automaticky se domnívají, že to není MPEG soubor.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
9 To však není pravda. Aspoň ne úplně. Narozdíl od všeobecného mínění tyto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
10 soubory <emphasis>mohou</emphasis> obsahovat MPEG-1 video.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
11 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
12
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
13 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
14 Jak vidíte, <emphasis role="bold">kodek</emphasis> není to samé jako
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
15 <emphasis role="bold">nosný formát</emphasis>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
16 Příklady video <emphasis role="bold">kodeků</emphasis> jsou: MPEG-1, MPEG-2,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
17 MPEG-4 (DivX), Indeo5, 3ivx.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
18 Příklady nosných <emphasis role="bold">formátů</emphasis> jsou: MPG, AVI,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
19 ASF.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
20 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
21
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
22 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
23 Teoreticky můžete vložit OpenDivX video a MP3 audio
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
24 do <emphasis role="bold">nosného formátu MPG</emphasis>. Většina přehrávačů jej
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
25 však nepřehraje, jelikož zde očekávají MPEG-1 video a MP2 audio (narozdíl od
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
26 <emphasis role="bold">AVI</emphasis>, <emphasis role="bold">MPG</emphasis>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
27 nemá potřebná pole k popisu svých video a audio datových proudů).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
28 Nebo můžete vložit MPEG-1 video do AVI souboru.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
29 <ulink url="http://ffmpeg.org/">FFmpeg</ulink> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
30 <link linkend="mencoder"><application>MEncoder</application></link> mohou tyto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
31 soubory vytvořit.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
32 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
33
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
34
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
35 <sect1 id="video-formats">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
36 <title>Video formáty</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
37
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
38 <sect2 id="mpg-vob-dat">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
39 <title>MPEG soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
40
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
41 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
42 MPEG soubory se vyskytují v různých obálkách:
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
43 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
44
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
45 <itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
46 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
47 MPG: Toto je <emphasis role="bold">nejjednodušší</emphasis> forma souborových
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
48 formátů MPEG. Obsahuje MPEG-1 video a MP2 (MPEG-1 layer 2) nebo méně často
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
49 MP1 audio.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
50 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
51 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
52 DAT: Toto je naprosto stejný formát jako MPG, jen s jinou příponou. Používá se
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
53 na <emphasis role="bold">Video CD</emphasis>. Díky způsobu, jak jsou VCD
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
54 vytvářeny a Linux navržen, nemohou být DAT soubory přehrávány nebo kopírovány
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
55 z VCD jako běžné soubory. Musíte použít <option>vcd://</option>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
56 pro přehrávání Video CD.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
57 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
58 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
59 VOB: Toto je souborový formát MPEG na <emphasis role="bold">DVD</emphasis>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
60 Je stejný jako MPG, plus schopnost obsahovat titulky nebo ne-MPEG
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
61 (AC3) audio. Obsahuje video enkódované do MPEG-2 a obvykle AC3 audio, ale DTS,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
62 MP2 a nekomprimovaný LPCM jsou rovněž povoleny. <emphasis role="bold">Přečtěte
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
63 si <link linkend="dvd">DVD</link> sekci</emphasis>!
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
64 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
65 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
66 TY: Toto je TiVo MPEG datový proud. Obsahuje MPEG PES data pro audio a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
67 video datové proudy, spolu s dodatečnými informacemi jako closed captions.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
68 Kontejner není produktem MPEG programu, ale je to uzavřený formát vytvořený
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
69 firmou TiVo. Více informací o TiVo proudovém formátu naleznete na
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
70 <ulink url="http://dvd-create.sourceforge.net/tystudio/tystream.shtml">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
71 stránkách TyStudia</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
72 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
73 </itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
74
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
75 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
76 Série snímků tvoří nezávislé skupiny v MPEG souborech. To znamená, že můžete
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
77 MPEG soubory stříhat/spojovat pomocí standardních souborových nástrojů (jako je
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
78 <command>dd</command>, <command>cut</command>) a soubor zůstává naprosto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
79 funkční.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
80 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
81
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
82 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
83 Důležitou vlastností MPG je pole obsahující poměr stran obsaženého videa.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
84 Například SVCD mají rozlišení videa 480x480 a v hlavičce mají nastaven poměr
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
85 stran na 4:3, takže jsou přehrávány na 640x480.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
86 AVI soubory toto pole neobsahují, takže musí být přeškálovány během enkódování,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
87 nebo přehrávány s volbou <option>-aspect</option>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
88 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
89 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
90
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
91
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
92 <sect2 id="avi">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
93 <title>AVI soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
94
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
95 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
96 Navrženy Microsoftem, <emphasis role="bold">AVI (Audio Video Interleaved)</emphasis>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
97 je rozšířený víceúčelový formát. V současnosti je většinou používaný pro MPEG-4
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
98 (DivX, XviD, DivX4, a další) video.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
99 Má mnoho známých nedostatků a nedokonalostí (například ve streamování).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
100 Podporuje jeden video datový proud a 0 až 99 audio proudů a může být veliký až
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
101 2GB, avšak existuje rozšíření umožňující větší soubory nazývané
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
102 <emphasis role="bold">OpenDML</emphasis>. V současnosti Microsoft velmi odrazuje
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
103 od jeho používání a podporuje ASF/WMV. Ne že by to někoho zajímalo.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
104 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
105
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
106 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
107 Existuje hack, který umožňuje vkládat do AVI souborů Ogg Vorbis audio proudy,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
108 ale činí je nekompatibilní se standardním AVI.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
109 <application>MPlayer</application> podporuje přehrávání těchto souborů.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
110 Převíjení je rovněž implementováno, ale často znemožňováno špatně enkódovanými
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
111 soubory se zmatenými hlavičkami. Naneštěstí jediný enkodér schopný vytvořit tyto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
112 soubory, <application>NanDub</application>, má tento problém.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
113 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
114
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
115 <note>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
116 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
117 DV kamery vytváří surové DV datové proudy, které jsou konvertovány DV
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
118 grabovacími utilitami do dvou odlišných AVI souborů. AVI pak obsahuje buď
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
119 oddělené video a audio proudy které <application>MPlayer</application> umí
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
120 přehrávat, nebo surový DV proud, jehož podpora je ve vývoji.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
121 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
122 </note>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
123
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
124 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
125 Známe dva druhy AVI souborů:
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
126 <itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
127 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
128 <emphasis role="bold">Prokládaný:</emphasis> Audio a video obsah je proložený.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
129 Toto je obvyklé použití. Doporučené a většinou používané. Některé nástroje
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
130 vytvářejí AVI se špatnou synchronizací. <application>MPlayer</application>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
131 detekuje tyto soubory jako prokládané a to vyvrcholí ztrátou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
132 A/V synchronizace, pravděpodobně při přetáčení. Tyto soubory by měly být
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
133 přehrávány jako neprokládané (s volbou <option>-ni</option>).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
134 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
135 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
136 <emphasis role="bold">Neprokládané:</emphasis> Nejprve jde celý video proud,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
137 pak celý audio proud. To vyžaduje mnoho hledání, což činí přehrávání ze sítě
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
138 nebo CD-ROM obtížným.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
139 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
140 </itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
141 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
142
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
143 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
144 <application>MPlayer</application> podporuje dva druhy časování pro AVI soubory:
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
145 <itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
146 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
147 <emphasis role="bold">založený na bps:</emphasis> Vychází z bitové/vzorkové
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
148 rychlosti video/audio proudu. Tuto metodu používá většina přehrávačů,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
149 včetně <ulink url="http://avifile.sf.net">avifile</ulink>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
150 a <application>Windows Media Player</application>u. Soubory s poškozenými
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
151 hlavičkami a soubory obsahující VBR audio nevytvořené VBR slučitelným
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
152 enkodérem vyústí v rozejití zvuku a videa při použití této metody
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
153 (zpravidla při převíjení).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
154 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
155 <listitem><simpara>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
156 <emphasis role="bold">založený na prokládání:</emphasis> Nepoužívá hodnotu
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
157 bitové rychlosti z hlavičky, místo toho využívá relativní pozici prokládaných
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
158 audio a video chunků, což umožňuje přehrávat špatně enkódované soubory s VBR
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
159 zvukem.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
160 </simpara></listitem>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
161 </itemizedlist>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
162 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
163
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
164 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
165 Jakýkoli audio a video kodek je povolen, ale berte na vědomí, že VBR audio není
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
166 většinou přehrávačů dobře podporován. Formát souboru umožňuje použití VBR audia,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
167 ale většina přehrávačů očekává CBR zvuk, takže selžou s VBR. VBR je neobvyklé a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
168 Microsoftí AVI specifikace popisuje pouze CBR audio. Rovněž jsme si všimli, že
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
169 většina AVI enkodérů/multiplexerů vytváří vadné soubory, když je použito VBR
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
170 audio. Existují pouze dvě známé výjimky: <application>NanDub</application> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
171 <link linkend="mencoder"><application>MEncoder</application></link>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
172 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
173 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
174
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
175
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
176 <sect2 id="asf-wmv">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
177 <title>ASF/WMV soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
178 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
179 ASF (Active Streaming Format) pochází z dílny Microsoftu. Tam vytvořili dvě
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
180 varianty ASF, v1.0 a v2.0. v1.0 je používána jejich mediálními nástroji
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
181 (<application>Windows Media Player</application> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
182 <application>Windows Media Encoder</application>)
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
183 a je přísně tajný. v2.0 je publikován a patentován :). Samozřejmě se od sebe
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
184 liší a nejsou vůbec kompatibilní (je to jen další právnická hra).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
185 <application>MPlayer</application> podporuje pouze v1.0, protože nikdo nikdy
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
186 neviděl v2.0 soubory :). Poznamenejme že ASF soubory se v těchto dnech vyskytují
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
187 s příponou <filename>.WMA</filename> nebo <filename>.WMV</filename>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
188 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
189 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
190
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
191
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
192 <sect2 id="mov">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
193 <title>QuickTime/MOV soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
194
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
195 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
196 Tyto formáty byly vytvořeny v Apple a mohou obsahovat jakýkoli kodek, CBR nebo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
197 VBR. Obvykle mají příponu <filename>.QT</filename> nebo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
198 <filename>.MOV</filename>. Poznamenejme, že vzhledem k tomu, že si skupina
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
199 MPEG-4 vybrala QuickTime jako doporučený formát souboru pro MPEG-4,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
200 jejich MOV soubory mají příponu <filename>.MPG</filename> nebo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
201 <filename>.MP4</filename> (Zajímavé je, že video a audio proudy v těchto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
202 souborech jsou skutečné MPG a AAC soubory. Dokonce je můžete extrahovat pomocí
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
203 voleb <option>-dumpvideo</option> a <option>-dumpaudio</option>.).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
204 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
205
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
206 <note>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
207 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
208 Většina nových QuickTime souborů používá <emphasis role="bold">Sorenson</emphasis>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
209 video a QDesign Music audio. Viz naši sekci o kodeku
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
210 <link linkend="sorenson">Sorenson</link>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
211 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
212 </note>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
213 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
214
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
215
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
216 <sect2 id="vivo">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
217 <title>VIVO soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
218
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
219 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
220 <application>MPlayer</application> šťastně demuxuje souborový formát VIVO.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
221 Největší nevýhoda tohoto formátu je, že nemá indexový blok ani pevnou délku
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
222 paketu nebo synchronizační bity a mnoha souborům schází dokonce i klíčové
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
223 snímky, takže zapomeňte na převíjení!
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
224 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
225
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
226 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
227 Video kodekem VIVO/1.0 souborů je standardní
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
228 <emphasis role="bold">h.263</emphasis>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
229 Video kodekem VIVO/2.0 souborů je upravený, nestandardní
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
230 <emphasis role="bold">h.263v2</emphasis>. Zvuk mají stejný, může to být
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
231 <emphasis role="bold">g.723 (standard)</emphasis> nebo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
232 <emphasis role="bold">Vivo Siren</emphasis>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
233 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
234
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
235 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
236 Instalační instrukce naleznete v sekcích
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
237 <link linkend="vivo-video">VIVO video kodek</link> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
238 <link linkend="vivo-audio">VIVO audio kodek</link>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
239 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
240 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
241
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
242
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
243 <sect2 id="fli">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
244 <title>FLI soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
245 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
246 <emphasis role="bold">FLI</emphasis> je velmi starý souborový formát používaný
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
247 Autodesk Animatorem, ale je běžným formátem pro krátké animace na netu.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
248 <application>MPlayer</application> demuxuje a dekóduje FLI filmy a je dokonce
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
249 schopen v nich převíjet (použitelné při přeskakování s volbou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
250 <option>-loop</option>). FLI soubory neobsahují klíčové snímky, takže bude obraz
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
251 ještě chvíli po převíjení roztříštěný.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
252 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
253 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
254
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
255
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
256 <sect2 id="realmedia">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
257 <title>RealMedia (RM) soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
258
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
259 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
260 Ano, <application>MPlayer</application> umí číst (demux) RealMedia
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
261 (<filename>.rm</filename>) soubory.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
262 Zde je seznam podporovaných <link
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
263 linkend="realvideo">RealVideo</link> a <link
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
264 linkend="realaudio">RealAudio</link> kodeků.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
265 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
266 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
267
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
268
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
269 <sect2 id="nuppelvideo">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
270 <title>NuppelVideo soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
271 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
272 NuppelVideo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
273 je nástroj pro zachytávání TV (AFAIK:). <application>MPlayer</application> umí
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
274 číst tyto <filename>.NUV</filename> soubory (pouze NuppelVideo 5.0). Tyto
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
275 soubory mohou obsahovat nekomprimované YV12, YV12+RTJpeg komprimované,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
276 YV12 RTJpeg+lzo komprimované a YV12+lzo komprimované snímky.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
277 <application>MPlayer</application> je dekóduje (a také je
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
278 <emphasis role="bold">enkóduje</emphasis> <application>MEncoder</application>em
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
279 do MPEG-4 (DivX)/atd.!) všechny.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
280 Seeking works.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
281 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
282 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
283
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
284
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
285 <sect2 id="yuv4mpeg">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
286 <title>yuv4mpeg soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
287 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
288 <ulink url="http://mjpeg.sf.net">yuv4mpeg / yuv4mpeg2</ulink>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
289 je souborový formát používaný
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
290 <ulink url="http://mjpeg.sf.net">mjpegtools programy</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
291 Můžete zachytávat, vytvářet, filtrovat nebo enkódovat video v tomto formátu
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
292 pomocí těchto nástrojů. Formát souboru je ve skutečnosti sekvence
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
293 nekomprimovaných YUV 4:2:0 obrázků.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
294 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
295 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
296
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
297
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
298 <sect2 id="film">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
299 <title>FILM soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
300 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
301 Tento formát používaly staré CD-ROM hry pro Sega Saturn.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
302 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
303 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
304
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
305
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
306 <sect2 id="roq">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
307 <title>RoQ soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
308 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
309 RoQ soubory jsou multimediální soubory používané v některých hrách od ID, jako
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
310 Quake III a Return to Castle Wolfenstein.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
311 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
312 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
313
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
314
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
315 <sect2 id="ogg">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
316 <title>OGG/OGM soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
317 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
318 Toto je nový souborový formát od
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
319 <ulink url="http://www.xiph.org">Xiphophorus</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
320 Může obsahovat jakýkoli video nebo audio kodek, CBR nebo VBR. Budete potřebovat
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
321 <systemitem class="library">libogg</systemitem> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
322 <systemitem class="library">libvorbis</systemitem> nainstalovány před kompilací
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
323 <application>MPlayer</application>u, aby byl schopen je přehrávat.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
324 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
325 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
326
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
327
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
328 <sect2 id="sdp">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
329 <title>SDP soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
330 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
331 <ulink url="ftp://ftp.rfc-editor.org/in-notes/rfc2327.txt">SDP</ulink> je
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
332 IETF standardní formát pro popis video a/nebo audio RTP datových proudů.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
333 (Vyžaduje
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
334 &quot;<ulink url="http://www.live555.com/mplayer/">LIVE555 Streaming Media</ulink>&quot;.)
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
335 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
336 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
337
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
338
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
339 <sect2 id="pva">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
340 <title>PVA soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
341 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
342 PVA je formát podobný MPEG, používaný softwarem pro DVB TV desky (např.:
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
343 <application>MultiDec</application>, <application>WinTV</application>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
344 pod Windows).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
345 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
346 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
347
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
348
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
349 <sect2 id="nsv">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
350 <title>NSV soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
351 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
352 NSV (NullSoft Video) je souborový formát používaný přehrávačem
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
353 <application>Winamp</application> pro streamování audia a videa.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
354 Video je VP3, VP5 nebo VP6, audio je MP3, AAC nebo VLB.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
355 Jen zvuková verze NSV užívá příponu <filename>.nsa</filename>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
356 <application>MPlayer</application> umí přehrávat jak NSV datové proudy, tak
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
357 soubory. Poznamenejme, že většina souborů ze
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
358 <ulink url="http://www.winamp.com">stránek Winampu</ulink> používá VLB audio,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
359 které zatím nelze dekódovat. Mimo to proudy z tohoto serveru vyžadují další
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
360 depaketovací vrstvu, která ještě musí být implementována (stejně jsou ty soubory
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
361 nepřehratelné, protože mají VLB audio).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
362 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
363 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
364
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
365
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
366 <sect2 id="matroska">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
367 <title>Soubory Matroska</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
368 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
369 Matroska je otevřený nosný (container) formát.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
370 Více se dozvíte na <ulink url="http://www.matroska.org/">oficiálním serveru</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
371 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
372 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
373
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
374
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
375 <sect2 id="nut">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
376 <title>Soubory NUT</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
377 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
378 NUT je nosný formát vyvíjený týmy <application>MPlayer</application> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
379 <application>FFmpeg</application>. Oba projekty jej podporují.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
380 Více se dozvíte na <ulink url="http://www.nut.hu/">oficiálním serveru</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
381 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
382 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
383
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
384
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
385 <sect2 id="gif">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
386 <title>GIF soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
387 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
388 Formát <emphasis role="bold">GIF</emphasis> je obecný formát pro webovou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
389 grafiku. Existují dvě verze GIF specifikace, GIF87a a GIF89a. Hlavní rozdíl
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
390 je, že GIF89a umožňuje animaci. <application>MPlayer</application> podporuje
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
391 oba formáty pomocí <systemitem class="library">libungif</systemitem> nebo
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
392 jiné libgif-kompatibilní knihovny. Neanimované GIFy budou zobrazeny jako
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
393 jednoobrázková videa. (Použijte volby <option>-loop</option> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
394 <option>-fixed-vo</option> pro delší zobrazení.)
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
395 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
396
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
397 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
398 <application>MPlayer</application> v současnosti nepodporuje převíjení v GIF
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
399 souborech. GIF soubory nemusí mít nutně pevnou velikost rámce, anebo pevnou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
400 snímkovou rychlost. Spíše má každý snímek nezávislou velikost a předpokládá se
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
401 jeho umístění do určitého místa v poli pevné velikosti. Snímková rychlost je
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
402 ovládána volitelným blokem před každým snímkem, který udává zpoždění dalšího
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
403 snímku v setinách sekundy.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
404 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
405
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
406 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
407 Standardní GIF soubory obsahují 24-bitové RGB snímky s maximálně 8-bitovou
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
408 indexovanou paletou. Snímky jsou obvykle komprimovány algoritmem LZW, ačkoli
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
409 některé GIF enkodéry produkují nekomprimované snímky, aby se vyhnuly
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
410 patentovým problémům s LZW kompresí.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
411 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
412
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
413 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
414 Pokud vaše distribuce neobsahuje <systemitem class="library">libungif</systemitem>,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
415 stáhněte si ji z
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
416 <ulink url="http://sourceforge.net/projects/libungif">domácí stránky libungif
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
417 </ulink>. Podrobné technické informace naleznete v
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
418 <ulink url="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">GIF89a specifikaci</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
419 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
420 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
421 </sect1>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
422
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
423 <!-- ********** -->
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
424
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
425 <sect1 id="audio-formats">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
426 <title>Audio formáty</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
427
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
428 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
429 <application>MPlayer</application> je <emphasis role="bold">filmový</emphasis>,
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
430 nikoli <emphasis role="bold">multimediální</emphasis> přehrávač, ačkoli umí
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
431 přehrát některé zvukové formáty (ty jsou vyjmenovány v následujících sekcích).
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
432 Toto není doporučené použití <application>MPlayer</application>u, raději
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
433 použijte <ulink url="http://www.xmms.org">XMMS</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
434 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
435
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
436 <sect2 id="mp3">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
437 <title>MP3 soubory</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
438 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
439 Můžete mít problémy s přehráním určitých MP3 souborů, které
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
440 <application>MPlayer</application> nesprávně detekuje jako MPEGy a přehrává je
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
441 nesprávně nebo vůbec. Toto nelze opravit bez vyřazení podpory pro některé
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
442 poškozené MPEG soubory, proto to tak v dohledné době zůstane. Příznak
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
443 <option>-demuxer</option> popsaný v man stránce vám pomůže v těchto případech.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
444 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
445 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
446
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
447 <sect2 id="ogg-vorbis">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
448 <title>OGG/OGM soubory (Vorbis)</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
449 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
450 Vyžaduje správně nainstalované
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
451 <systemitem class="library">libogg</systemitem> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
452 <systemitem class="library">libvorbis</systemitem>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
453 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
454 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
455
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
456 <sect2 id="cdda">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
457 <title>CD audio</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
458 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
459 <application>MPlayer</application> umí použít <application>cdparanoia</application>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
460 pro přehrávání CDDA (Audio CD). Zaměření této části nezahrnuje výčet vlastností
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
461 <application>cdparanoia</application>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
462 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
463
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
464 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
465 Viz volbu <option>-cdda</option> v man stránce, která může být použita pro
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
466 propašování voleb do <application>cdparanoia</application>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
467 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
468 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
469
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
470 <sect2 id="xmms">
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
471 <title>XMMS</title>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
472 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
473 <application>MPlayer</application> může použít vstupní pluginy pro
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
474 <application>XMMS</application> pro přehrávání mnoha souborových formátů.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
475 Jsou to pluginy pro SNES herní melodie, SID melodie (z Commodore 64), mnoho
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
476 Amiga formátů, .xm, .it, VQF, musepack, Bonk, shorten a mnoho dalších.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
477 Můžete je najít na
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
478 <ulink url="http://www.xmms.org/plugins.php?category=input">stránce XMMS input pluginů</ulink>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
479 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
480
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
481 <para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
482 Pro tuto vlastnost musíte mít <application>XMMS</application> a zkompilovat
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
483 <application>MPlayer</application> s <filename>./configure --enable-xmms</filename>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
484 Pokud to nebude fungovat, budete muset nastavit cestu k
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
485 <application>XMMS</application> pluginu a knihovně explicitně konfiguračními
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
486 volbami <option>--with-xmmsplugindir</option> a
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
487 <option>--with-xmmslibdir</option>.
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
488 </para>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
489 </sect2>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
490 </sect1>
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
491
4b7e50d82bb7 synced to 14.9.2006
jheryan
parents:
diff changeset
492 </chapter>