Mercurial > mplayer.hg
annotate DOCS/xml/cs/documentation.xml @ 36598:db6d34cfbd34
vo_corevideo: remove draw_frame and draw_slice.
Patch by Zongyao Qu [zongyao.qu gmail.com].
author | reimar |
---|---|
date | Wed, 22 Jan 2014 18:35:17 +0000 |
parents | c431f2e17a19 |
children |
rev | line source |
---|---|
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
24709 | 2 <!-- Synced with r24293--> |
14351 | 3 |
4 <bookinfo id="toc"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
5 <title><application>MPlayer</application> - Multimediální přehrávač</title> |
14351 | 6 <subtitle><ulink url="http://www.mplayerhq.hu"></ulink></subtitle> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
7 <date>24. března 2003</date> |
14351 | 8 <copyright> |
9 <year>2000</year> | |
10 <year>2001</year> | |
11 <year>2002</year> | |
12 <year>2003</year> | |
13 <year>2004</year> | |
14394 | 14 <year>2005</year> |
17312 | 15 <year>2006</year> |
21849 | 16 <year>2007</year> |
25538 | 17 <year>2008</year> |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28480
diff
changeset
|
18 <year>2009</year> |
30372 | 19 <year>2010</year> |
35709 | 20 <year>2011</year> |
21 <year>2012</year> | |
22 <year>2013</year> | |
36472 | 23 <year>2014</year> |
14351 | 24 <holder>MPlayer team</holder> |
25 </copyright> | |
26 <legalnotice> | |
27 <title>License</title> | |
24709 | 28 <para>MPlayer is free software; you can redistribute it and/or modify |
14351 | 29 it under the terms of the GNU General Public License as published by the |
30 Free Software Foundation; either version 2 of the License, or (at your | |
31 option) any later version.</para> | |
32 | |
24709 | 33 <para>MPlayer is distributed in the hope that it will be useful, but |
14351 | 34 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
35 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
36 for more details.</para> | |
37 | |
38 <para>You should have received a copy of the GNU General Public License | |
24709 | 39 along with MPlayer; if not, write to the Free Software Foundation, |
19614 | 40 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.</para> |
14351 | 41 </legalnotice> |
42 </bookinfo> | |
43 | |
44 | |
45 <preface id="howtoread"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
46 <title>Jak číst tuto dokumentaci</title> |
14351 | 47 |
48 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
49 Pokud instalujete poprvé: měli byste si přečíst celou dokumentaci odtud až |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
50 do konce kapitoly Instalace a následovat linky, které naleznete. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
51 Pokud máte jiné dotazy, vraťte se zpět na <link linkend="toc">Obsah</link> |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
52 a vyhledejte si příslušnou část. Přečtěte si <xref linkend="faq"/>, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
53 nebo zkuste grep na souborech. Odpovědi na většinu otázek by měly být někde tady, |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28480
diff
changeset
|
54 zbytek byl pravděpodobně probrán v některé z našich |
23364 | 55 <ulink url="http://www.mplayerhq.hu/design7/mailing_lists.html">e-mailových konferencí</ulink>. |
19929 | 56 <!-- FIXME: This refers to nonexistent links |
57 Prohledejte | |
14351 | 58 <ulink url="http://www.mplayerhq.hu/cgi-bin/s-arch.cgi">archivy</ulink>, zde naleznete |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
59 mnoho hodnotných informací. |
19929 | 60 --> |
14351 | 61 </para> |
62 </preface> | |
63 | |
64 | |
65 <chapter id="intro"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
66 <title>Představení</title> |
14351 | 67 |
68 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
69 <application>MPlayer</application> je multimediální přehrávač pro Linux (běží na mnoha |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
70 jiných Unixech a <emphasis role="bold">ne-x86</emphasis> CPU, viz |
23364 | 71 <xref linkend="ports"/>). |
72 Přehraje většinu MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, | |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
28480
diff
changeset
|
73 RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA, Matroska souborů s podporou |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
74 mnoha nativních XAnim, RealPlayer a Win32 DLL kodeků. Můžete sledovat |
23364 | 75 <emphasis role="bold">VideoCD, SVCD, DVD, 3ivx, RealMedia, Sorenson, Theora</emphasis> |
76 a také <emphasis role="bold">MPEG-4 (DivX)</emphasis> filmy. Další skvělou vlastností | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
77 <application>MPlayer</application>u je velké množství podporovaných |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
78 výstupních rozhraní. Pracuje s X11, Xv, DGA, OpenGL, SVGAlib, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
79 fbdev, AAlib, libcaca, DirectFB, rovněž můžete použít GGI a SDL (a takto i jejich ovladače) |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
80 a také některé nízkoúrovňové ovladače konkrétních karet (pro Matrox, 3Dfx a |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
81 Radeon, Mach64, Permedia3)! Většina z nich podporuje softwarové nebo hardwarové škálování |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
82 (změna velikosti obrazu), takže si můžete užít video na celé obrazovce. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
83 <application>MPlayer</application> podporuje zobrazování přes některé hardwarové MPEG |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
84 dekódovací karty, jako je <link linkend="dvb">DVB</link> a |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
85 <link linkend="dxr3">DXR3/Hollywood+</link>. A což teprve velké krásné vyhlazené a |
23364 | 86 stínované titulky |
87 (<emphasis role="bold">14 podporovaných typů</emphasis>) | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
88 spolu s Evropskými/ISO 8859-1,2 (Bulharskými, Anglickými, Českými, atd), Cyrilickými a Korejskými |
14351 | 89 fonty a displej na obrazovce (OSD)? |
90 </para> | |
91 | |
92 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
93 Přehrávač je pevný jako skála při přehrávání poškozených MPEG souborů |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
94 (použitelné pro některá VCD), také přehrává špatné AVI soubory, které |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
95 nelze přehrávat ani věhlasným windows media playerem. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
96 Dokonce lze přehrávat i AVI bez indexu a navíc můžete jejich indexy dočasně |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
97 obnovit pomocí volby <option>-idx</option>, nebo trvale pomocí |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
98 <application>MEncoder</application>u, což umožní převíjení! |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
99 Jak vidíte, kvalita a stabilita jsou těmi nejdůležitějšími vlastnostmi, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
100 rychlost je ovšem také skvělá. Rovněž máme účinný systém filtrů pro manipulaci |
14351 | 101 s videem i se zvukem. |
102 </para> | |
103 | |
104 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
105 <application>MEncoder</application> (<application>MPlayer</application>ův Filmový |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
106 Enkodér) je jednoduchý filmový enkodér, navržený k enkódování |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
107 <application>MPlayer</application>em přehrávatelných filmů |
14351 | 108 (<emphasis role="bold">AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/RM/NUV/NET/PVA</emphasis>) |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
109 do jiných <application>MPlayer</application>em přehrávatelných formátů (viz níže). |
23364 | 110 Může enkódovat různými kodeky, třeba <emphasis role="bold">MPEG-4 (DivX4)</emphasis> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
111 (jedním nebo dvěma průchody), <systemitem class="library">libavcodec</systemitem>, |
14351 | 112 <emphasis role="bold">PCM/MP3/VBR MP3</emphasis> |
113 audia. | |
114 </para> | |
115 | |
116 <itemizedlist> | |
117 <title>Vlastnosti <application>MEncoder</application>u</title> | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
118 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
119 Enkódování ze široké řady formátů souboru a dekodérů |
14351 | 120 <application>MPlayer</application>u |
23364 | 121 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
122 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
123 Enkódování pomocí všech FFmpeg |
28480 | 124 <systemitem class="library">libavcodec</systemitem> kodeků |
23364 | 125 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
126 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
127 Video enkódování z <emphasis role="bold">V4L kompatibilních TV tunerů</emphasis> |
23364 | 128 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
129 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
130 Enkódování/multiplexování do prokládaných AVI souborů se správným indexem |
23364 | 131 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
132 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
133 Tvorba souborů z externího audio proudu |
23364 | 134 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
135 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
136 1, 2 nebo 3 průchodové enkódování |
23364 | 137 </para></listitem> |
14351 | 138 <listitem><para> |
139 <emphasis role="bold">VBR</emphasis> MP3 zvuk | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
140 <important><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
141 VBR MP3 zvuk není vždy přehráván dobře přehrávači pro windows! |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
142 </para></important> |
23364 | 143 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
144 <listitem><para> |
14351 | 145 PCM zvuk |
23364 | 146 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
147 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
148 Kopírování datového proudu |
23364 | 149 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
150 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
151 Vstupní A/V synchronizace (založená na PTS, lze ji vypnout pomocí |
14351 | 152 volby <option>-mc 0</option>) |
23364 | 153 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
154 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
155 Korekce snímkové rychlosti pomocí volby <option>-ofps</option> (užitečné při enkódování |
15000 | 156 30000/1001 fps VOB do 24000/1001 fps AVI) |
23364 | 157 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
158 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
159 Používá výkonný systém filtrů (ořez, expanze, postproces, rotace, škálování (změna velikosti), |
14351 | 160 konverze rgb/yuv) |
23364 | 161 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
162 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
163 Umí enkódovat DVD/VOBsub <emphasis role="bold">A</emphasis> textové titulky do výstupního |
14351 | 164 souboru |
23364 | 165 </para></listitem> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
20719
diff
changeset
|
166 <listitem><para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
167 Umí ripovat DVD titulky do VOBsub formátu |
23364 | 168 </para></listitem> |
14351 | 169 </itemizedlist> |
170 | |
171 <para> | |
172 <application>MPlayer</application> a <application>MEncoder</application> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20062
diff
changeset
|
173 mohou být distribuovány za podmínek stanovených v GNU General Public License Version 2. |
14351 | 174 </para> |
175 | |
176 </chapter> |