annotate DOCS/xml/cs/usage.xml @ 29982:d44a9fa37399

Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
author diego
date Mon, 14 Dec 2009 02:40:55 +0000
parents c81e83794b0e
children d335ceb31507
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
2 <!-- Synced with r24056 -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
3 <chapter id="usage">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
4 <title>Použití</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
5
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
6 <sect1 id="commandline">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
7 <title>Příkazový řádek</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
8
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
9 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
10 <application>MPlayer</application> využívá komplexní strukturu voleb. Ta sestává
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
11 z globálních voleb uváděných jako první, například:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
12 <screen>mplayer -vfm 5</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
13 a voleb zapisovaných za jménem souboru, které se projeví pouze u tohoto jména
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
14 souboru/URL/čehokoli, například:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
15 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
16 mplayer -vfm 5 <replaceable>film1.avi</replaceable> <replaceable>film2.avi</replaceable> -vfm 4
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
17 </screen>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
18 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
19
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
20 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
21 Můžete seskupovat jména souborů/adresy URL pomocí <literal>{</literal> a
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
22 <literal>}</literal>. Toho se dá využít s volbou <option>-loop</option>:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
23 <screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
24 Výše uvedený příkaz přehraje soubory v tomto pořadí: 1, 1, 2, 1, 1, 2, 1, 1, 2.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
25 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
26
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
27 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
28 Přehrávání souboru:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
29 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
30 <command>mplayer</command><!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
31 --> [<replaceable>volby</replaceable>]<!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
32 --> [<replaceable>cesta</replaceable>/]<replaceable>soubor</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
33 </synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
34 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
35
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
36 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
37 Jiný způsob přehrání souboru:
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
38 <synopsis>
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
39 <command>mplayer</command><!--
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
40 --> [<replaceable>volby</replaceable>]<!--
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
41 --> <replaceable>file:///uri-eskejpovaná-cesta-k-souboru</replaceable>
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
42 </synopsis>
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
43 </para>
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
44
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
45 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
46 Přehrávání více souborů:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
47 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
48 <command>mplayer</command><!--
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
49 --> [<replaceable>výchozí volby</replaceable>]<!--
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
50 --> [<replaceable>cesta</replaceable>/]<replaceable>soubor1</replaceable><!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
51 --> [<replaceable>volby pro soubor1</replaceable>]<!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
52 --> <replaceable>soubor2</replaceable><!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
53 --> [<replaceable>volby pro soubor2</replaceable>] ...
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
54 </synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
55 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
56
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
57 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
58 Přehrávání VCD:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
59 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
60 <command>mplayer</command> [<replaceable>volby</replaceable>]<!--
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
61 --> vcd://<replaceable>číslo_stopy</replaceable><!--
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
62 --> [-cdrom-device <replaceable>/dev/cdrom</replaceable>]
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
63 </synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
64 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
65
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
66 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
67 Přehrávání DVD:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
68 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
69 <command>mplayer</command> [<replaceable>volby</replaceable>]<!--
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
70 --> dvd://<replaceable>číslo_titulu</replaceable><!--
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
71 --> [-dvd-device <replaceable>/dev/dvd</replaceable>]
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
72 </synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
73 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
74
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
75 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
76 Přehrávání z WWW:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
77 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
78 <command>mplayer</command> [<replaceable>volby</replaceable>]<!--
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
79 --> http://<replaceable>doména.com/soubor.asf</replaceable>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
80 </synopsis>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
81 (rovněž lze použít playlisty)
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
82 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
83
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
84 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
85 Přehrávání z RTSP:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
86 <synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
87 <command>mplayer</command> [<replaceable>volby</replaceable>]<!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
88 --> rtsp://<replaceable>server.priklad.com/JmenoProudu</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
89 </synopsis>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
90 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
91
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
92 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
93 Příklady:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
94 <screen>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
95 mplayer -vo x11 <replaceable>/mnt/Filmy/Kontakt/kontakt2.mpg</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
96 mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
97 mplayer -afm 3 <replaceable>/mnt/DVDtrailery/alien4.vob</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
98 mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
99 mplayer -abs 65536 -delay -0.4 -nobps <replaceable>~/filmy/test.avi</replaceable><!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
100 --></screen>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
101 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
102 </sect1>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
103
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
104
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
105 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
106
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
107
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
108 <sect1 id="subosd">
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
109 <title>Titulky a OSD</title>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
110
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
111 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
112 <application>MPlayer</application> umí zobrazovat titulky spolu s filmem.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
113 V současnosti podporuje tyto formáty:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
114 <itemizedlist>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
115 <listitem><para>VOBsub</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
116 <listitem><para>OGM</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
117 <listitem><para>CC (closed caption)</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
118 <listitem><para>MicroDVD</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
119 <listitem><para>SubRip</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
120 <listitem><para>SubViewer</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
121 <listitem><para>Sami</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
122 <listitem><para>VPlayer</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
123 <listitem><para>RT</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
124 <listitem><para>SSA</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
125 <listitem><para>PJS (Phoenix Japanimation Society)</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
126 <listitem><para>MPsub</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
127 <listitem><para>AQTitle</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
128 <listitem><para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
129 <ulink url="http://unicorn.us.com/jacosub/">JACOsub</ulink>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
130 </para></listitem>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
131 </itemizedlist>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
132 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
133
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
134 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
135 <application>MPlayer</application> umí vyextrahovat výše uvedené formáty titulků
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
136 (<emphasis role="bold">s výjimkou prvních třech</emphasis>) do následujících
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
137 cílových formátů zadáním příslušných voleb:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
138 <itemizedlist>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
139 <listitem><para>MPsub: <option>-dumpmpsub</option></para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
140 <listitem><para>SubRip: <option>-dumpsrtsub</option></para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
141 <listitem><para>MicroDVD: <option>-dumpmicrodvdsub</option></para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
142 <listitem><para>JACOsub: <option>-dumpjacosub</option></para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
143 <listitem><para>Sami: <option>-dumpsami</option></para></listitem>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
144 </itemizedlist>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
145 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
146
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
147 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
148 <application>MEncoder</application> umí vyextrahovat DVD titulky do formátu
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
149 <link linkend="menc-feat-extractsub">VOBsub</link>.
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
150 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
151
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
152 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
153 Volby příkazového řádku se pro různé formáty mírně liší:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
154 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
155
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
156 <formalpara>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
157 <title>VOBsub titulky</title>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
158 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
159 VOBsub titulky se skládají z velkého (řádově megabajty) <filename>.SUB</filename>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
160 souboru a volitelného <filename>.IDX</filename> a/nebo <filename>.IFO</filename>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
161 souboru. Pokud máte soubory jako
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
162 <filename><replaceable>sample.sub</replaceable></filename>,
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
163 <filename><replaceable>sample.ifo</replaceable></filename> (volitelný),
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
164 <filename><replaceable>sample.idx</replaceable></filename> &ndash; musíte předat
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
165 <application>MPlayer</application>u volby <option>-vobsub sample
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
166 [-vobsubid <replaceable>id</replaceable>]</option>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
167 (volitelně s plnou cestou). Volba <option>-vobsubid</option> je jako
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
168 <option>-sid</option> pro DVD, můžete jí vybírat mezi titulkovými stopami
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
169 (jazyky). Je-li <option>-vobsubid</option> vynechána, pak se
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
170 <application>MPlayer</application> pokusí použít jazyky zadané volbou
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
171 <option>-slang</option> a při selhání použije
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
172 <systemitem>langidx</systemitem> v <filename>.IDX</filename>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
173 souboru. Pokud selže i zde, nebudou titulky.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
174 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
175 </formalpara>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
176
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
177 <formalpara>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
178 <title>Ostatní titulky</title>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
179 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
180 Ostatní formáty tvoří jediný textový soubor obsahující časování,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
181 umístění a textovou část. Použití: máte-li soubor jako
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
182 <filename><replaceable>sample.txt</replaceable></filename>,
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
183 musíte předat volbu <option>-sub
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
184 <replaceable>sample.txt</replaceable></option> (volitelně s plnou cestou).
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
185 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
186 </formalpara>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
187
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
188 <variablelist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
189 <title>Úpravy časování a umístění titulků:</title>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
190 <varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
191 <term><option>-subdelay <replaceable>sec</replaceable></option></term>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
192 <listitem><para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
193 Opozdí titulky o <option><replaceable>sec</replaceable></option> sekund.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
194 Může být i záporné. Hodnota je přidána k čítači pozice ve filmu.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
195 </para></listitem>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
196 </varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
197 <varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
198 <term><option>-subfps <replaceable>RYCHLOST</replaceable></option></term>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
199 <listitem><para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
200 Nastavuje rychlost ve snímcích/sek titulkového souboru (desetinné číslo).
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
201 </para></listitem>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
202 </varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
203 <varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
204 <term><option>-subpos <replaceable>0-100</replaceable></option></term>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
205 <listitem><para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
206 Nastavuje pozici titulků.
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
207 </para></listitem>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
208 </varlistentry>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
209 </variablelist>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
210
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
211 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
212 Pokud se vám zvětšuje rozdíl mezi filmem a titulky, při použití
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
213 titulkového souboru formátu MicroDVD, nejspíš se snímková rychlost
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
214 titulků a filmu liší. Poznamenejme, že MicroDVD formát používá
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
215 pro časování absolutní čísla snímků, ale není v něm informace
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
216 o snímkové rychlosti, a proto byste měli s tímto formátem používat volbu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
217 <option>-subfps</option>. Chcete-li tento problém vyřešit trvale,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
218 musíte manuálně převést snímkovou rychlost souboru s titulky.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
219 <application>MPlayer</application> může převod udělat za
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
220 vás:
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
221
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
222 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
223 mplayer -dumpmicrodvdsub -fps <replaceable>fps_titulků</replaceable> -subfps <replaceable>avi_fps</replaceable> \
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
224 -sub <replaceable>soubor_s_titulky</replaceable> <replaceable>dummy.avi</replaceable>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
225 </screen>
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
226 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
227
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
228 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
229 O DVD titulcích si přečtěte v sekci <link linkend="dvd">DVD</link>.
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
230 </para>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
231 </sect1>
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
232
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
233
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
234 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
235
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
236
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
237 <sect1 id="control">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
238 <title>Ovládání</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
239
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
240 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
241 <application>MPlayer</application> má plně konfigurovatelnou, příkazy řízenou,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
242 ovládací vrstvu, která vám umožní ovládat <application>MPlayer</application>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
243 pomocí klávesnice, myši, joysticku nebo dálkového ovládače (používající LIRC).
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
244 Úplný seznam ovládacích prvků na klávesnici naleznete v man stránce.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
245 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
246
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
247 <!-- ********** -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
248
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
249 <sect2 id="ctrl-cfg">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
250 <title>Konfigurace ovládání</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
251
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
252 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
253 <application>MPlayer</application> umožňuje přiřadit jakoukoli klávesu jakémukoli
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
254 příkazu <application>MPlayer</application>u pomocí jednoduchého konfiguračního
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
255 souboru.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
256 Syntaxe sestává z názvu klávesy následovaného příkazem. Výchozí umístění
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
257 konfiguračního souboru je
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
258 <filename>$HOME/.mplayer/input.conf</filename> ale můžete jej potlačit použitím
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
259 volby <option>-input <replaceable>konfig</replaceable></option>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
260 (relativní cesty jsou vztaženy k <filename>$HOME/.mplayer</filename>).
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
261 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
262
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
263 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
264 Úplný seznam podporovaných jmen kláves dostanete příkazem
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
265 <command>mplayer -input keylist</command>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
266 a úplný seznam dostupných příkazů příkazem
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
267 <command>mplayer -input cmdlist</command>.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
268 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
269
20540
91c99853793c Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents: 20529
diff changeset
270 <example id="input_control_file">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
271 <title>Jednoduchý vstupní ovládací soubor</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
272 <programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
273 ##
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
274 ## Vstupní soubor ovládání MPlayeru
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
275 ##
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
276
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
277 RIGHT seek +10
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
278 LEFT seek -10
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
279 - audio_delay 0.100
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
280 + audio_delay -0.100
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
281 q quit
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
282 &gt; pt_step 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
283 &lt; pt_step -1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
284 ENTER pt_step 1 1<!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
285 --></programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
286 </example>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
287 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
288
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
289 <!-- ********** -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
290
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
291 <sect2 id="lirc">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
292 <title>Ovládání z LIRC</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
293
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
294 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
295 Linux Infrared Remote Control &ndash; použijte jednoduše vyrobitelný doma udělaný
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
296 IR-přijímač,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
297 (téměř) libovolný dálkový ovládač a ovládejte jím svůj Linux!
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
298 Více se o tom dovíte na <ulink url="http://www.lirc.org">domácí stránce LIRC</ulink>.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
299 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
300
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
301 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
302 Pokud máte nainstalován balíček LIRC, <filename>configure</filename> jej zdetekuje.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
303 Pokud vše dopadne dobře, <application>MPlayer</application> při startu
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
304 vypíše "<systemitem>Nastavuji podporu LIRC...</systemitem>".
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
305 Pokud dojde k chybě, oznámí vám to. Pokud nevypíše žádnou zprávu o LIRC,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
306 pak pro něj není podpora zakompilována. To je vše :-)
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
307 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
308
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
309 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
310 Jméno spustitelného souboru <application>MPlayer</application>u je - překvapení -
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
311 <filename>mplayer</filename>. Můžete použít jakýkoli příkaz
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
312 <application>MPlayer</application>u a dokonce i více než jeden, pokud je oddělíte
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
313 znakem <literal>\n</literal>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
314 Nezapomeňte zapnout opakovací (repeat) příznak v <filename>.lircrc</filename> tam,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
315 kde to dává smysl (vyhledávání, hlasitost, atd.).
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
316 Zde je výňatek z demonstračního
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
317 <filename>.lircrc</filename>:
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
318 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
319
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
320 <programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
321 begin
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
322 button = VOLUME_PLUS
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
323 prog = mplayer
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
324 config = volume 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
325 repeat = 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
326 end
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
327
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
328 begin
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
329 button = VOLUME_MINUS
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
330 prog = mplayer
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
331 config = volume -1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
332 repeat = 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
333 end
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
334
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
335 begin
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
336 button = CD_PLAY
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
337 prog = mplayer
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
338 config = pause
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
339 end
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
340
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
341 begin
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
342 button = CD_STOP
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
343 prog = mplayer
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
344 config = seek 0 1\npause
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
345 end<!--
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
346 --></programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
347
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
348 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
349 Pokud se vám nelíbí standardní umístění lirc-config souboru
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
350 (<filename>~/.lircrc</filename>) použijte volbu <option>-lircconf
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
351 <replaceable>soubor</replaceable></option> k určení jiného souboru.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
352 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
353 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
354
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
355 <!-- ********** -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
356
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
357 <sect2 id="slave-mode">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
358 <title>Závislý režim</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
359
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
360 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
361 Závislý režim vám umožňuje vytvořit jednoduché ovládací panely (frontendy)
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
362 <application>MPlayer</application>u. Pokud je <application>MPlayer</application>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
363 spuštěn s volbou <option>-slave</option>, pak bude číst příkazy oddělené novým
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
364 řádkem (\n) ze standardního vstupu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
365 Příkazy jsou dokumentovány v souboru
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
366 <ulink url="../../tech/slave.txt">slave.txt</ulink>.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
367 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
368 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
369 </sect1>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
370
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
371
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
372 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
373
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
374
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
375 <sect1 id="streaming">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
376 <title>Přehrávání datových proudů ze sítě nebo rour</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
377
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
378 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
379 <application>MPlayer</application> umí přehrávat soubory ze sítě s použitím protokolu
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
380 HTTP, FTP, MMS nebo RTSP/RTP.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
381 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
382
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
383 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
384 Přehrávání pracuje jednoduše tak, že uvedete URL na příkazovém řádku.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
385 <application>MPlayer</application> ctí systémovou proměnnou <envar>http_proxy</envar>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
386 a použije proxy pokud je k dispozici. Proxy může být rovněž vynucena:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
387 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
388 mplayer <replaceable>http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</replaceable>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
389 </screen>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
390 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
391
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
392 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
393 <application>MPlayer</application> umí číst ze std. vstupu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
394 (<emphasis>ne</emphasis> z pojmenovaných rour). To může být například použito
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
395 pro přehrávání z FTP:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
396 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
397 wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
398 </screen>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
399 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
400
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
401 <note><para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
402 Také doporučujeme zapnout <option>-cache</option> při přehrávání
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
403 ze sítě:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
404 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
405 wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 -
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
406 </screen>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
407 </para></note>
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
408
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
409 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
410
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
411 <sect2 id="streaming-save">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
412 <title>Uložení proudového obsahu</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
413
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
414 <para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
415 Jakmile jste přiměli <application>MPlayer</application> přehrát
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
416 váš oblíbený internetový proud, můžete použít volbu
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
417 <option>-dumpstream</option> k uložení datového proudu do souboru.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
418 For example:
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
419 <screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
420 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>proud.asf</replaceable>
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
421 </screen>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
422 uloží proudové video z
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
423 <replaceable>http://217.71.208.37:8006</replaceable> do
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
424 <replaceable>proud.asf</replaceable>.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
425 Pracovat to bude se všemi <application>MPlayer</application>em podporovanými
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
426 protokoly, jako MMS, RTSP, a tak dále.
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
427 </para>
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
428 </sect2>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
429 </sect1>
15676
edd2306e0da0 Synced with 1.27
jheryan
parents: 15003
diff changeset
430
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
431
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
432 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
433
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
434
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
435 <sect1 id="edl" xreflabel="Seznamy editačních zásahů (EDL)">
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
436 <title>Seznamy editačních zásahů (EDL)</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
437
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
438 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
439 Systém seznamů editačních zásahů (EDL) umožňuje automaticky vynechat nebo vypnout
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
440 zvuk v částech videa při přehrávání, což je zajišťováno pro každý film zvláštním
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
441 EDL konfiguračním souborem.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
442 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
443
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
444 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
445 Toho se dá využít pro ty, kdo chtějí sledovat film v "rodinném" režimu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
446 Můžete vystříhat veškeré násilí, nechutnosti, Jar-Jar Binkse .. z filmu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
447 podle svých vlastních osobních preferencí. Mimoto jsou zde i jiná využití,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
448 jako je automatické vystřihávání reklam z videa které sleduješ.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
449 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
450
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
451 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
452 Formát EDL souboru je poměrně kostrbatý. Každý příkaz je na samostatném
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
453 řádku a označuje co dělat (vystřihnout/ztišit) a kdy to dělat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
454 (pomocí ukazatelů v sekundách).
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
455 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
456
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
457 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
458
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
459 <sect2 id="edl_using">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
460 <title>Použití EDL souboru</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
461
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
462 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
463 Vložte volbu <option>-edl &lt;soubor&gt;</option> při spouštění
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
464 <application>MPlayer</application>, se jménem EDL souboru, který chcete použít
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
465 na video.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
466 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
467 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
468
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
469 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
470
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
471 <sect2 id="edl_making">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
472 <title>Vytvoření EDL souboru</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
473
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
474 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
475 Současný formát EDL souboru je:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
476 <programlisting>[počáteční sekunda] [koncová sekunda] [akce]</programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
477 Kde jsou sekundy desetinnými čísly a akce je buď
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
478 <literal>0</literal> pro vynechání nebo <literal>1</literal> pro vypnutí zvuku.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
479 Příklad:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
480 <programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
481 5.3 7.1 0
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
482 15 16.7 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
483 420 422 0
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
484 </programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
485 To vynechá část videa mezi sekundami 5.3 a 7.1, pak vypne zvuk na
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
486 15 sekundě, zapne jej na 16.7 sekundy a vynechá část videa mezi sekundami 420 a 422.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
487 Tyto akce budou provedeny jakmile časovač přehrávání dosáhne hodnoty zadané
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
488 v souboru.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
489 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
490
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
491 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
492 Pro vytvoření EDL souboru se kterým budete moci začít, použijte volbu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
493 <option>-edlout &lt;soubor&gt;</option>. Během přehrávání jen stiskněte
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
494 <keycap>i</keycap> pro označení začátku a konce bloku. Pro vyznačený čas
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
495 bude do souboru zapsán odpovídající záznam. Můžete se pak vrátit a doladit
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
496 vygenerovaný EDL soubor, stejně jako změnit výchozí akci, což je vystřižení
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
497 vyznačených bloků.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
498 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
499 </sect2>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
500 </sect1>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
501
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
502
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
503 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
504
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
505
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
506 <sect1 id="advaudio" xreflabel="Advanced Audio">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
507 <title>Pokročilé audio</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
508
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
509 <sect2 id="advaudio-surround">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
510 <title>Surround/Vícekanálové přehrávání</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
511
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
512 <sect3 id="advaudio-surround-DVD">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
513 <title>DVD</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
514
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
515 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
516 Většina DVD a mnoho jiných souborů obsahuje surround zvuk.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
517 <application>MPlayer</application> podporuje přehrávání přehrávání surround,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
518 ale ve výchozím nastavení jej nezapíná, jelikož stereo vybavení je mnohem
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
519 častější. Pro přehrávání souboru, který má více než dvoukanálový zvuk použijte
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
520 volbu <option>-channels</option>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
521 Například pro přehrání DVD s 5.1 zvukem:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
522 <screen>mplayer dvd://1 -channels 6</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
523 Poznamenejme, že ačkoli se jmenuje "5.1", ve skutečnosti má šest kanálů.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
524 Pokud máte surround zvukové vybavení, můžete si přidat volbu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
525 <option>channels</option> do svého konfiguračního souboru
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
526 <application>MPlayer</application>u <filename>~/.mplayer/config</filename>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
527 Například pro použití čtyřkanálového přehrávání zvuku jako výchozí, přidejte
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
528 následující řádek:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
529 <programlisting>channels=4</programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
530 <application>MPlayer</application> pak poskytuje zvuk ve čtyřech kanálech,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
531 pokud jsou všechny čtyři kanály k dispozici.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
532 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
533 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
534
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
535
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
536 <sect3 id="advaudio-surround-stereoinfour">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
537 <title>Přehrávání stereo souborů do čtyřech reproduktorů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
538
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
539 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
540 <application>MPlayer</application> ve výchozím nastavení neduplikuje žádné
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
541 kanály a nedělá to ani většina audio ovladačů. Pokud to chcete udělat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
542 ručně:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
543 <screen>mplayer <replaceable>soubor</replaceable> -af channels=2:2:0:1:0:0</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
544 Vysvětlení naleznete v sekci
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
545 <link linkend="advaudio-channels-copying">kopírování kanálů</link>.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
546 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
547 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
548
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
549
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
550 <sect3 id="advaudio-surround-passthrough">
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
551 <title>AC–3/DTS Passthrough</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
552
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
553 <para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
554 DVD mají obvykle surround zvuk enkódovaný ve formátu AC–3 (Dolby Digital) nebo
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
555 DTS (Digital Theater System). Některá moderní zařízení jsou schopna dekódovat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
556 tyto formáty interně. <application>MPlayer</application> lze nakonfigurovat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
557 tak, aby přenesl zvuková data bez dekódování. To bude fungovat pouze pokud máte
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
558 S/PDIF (Sony/Philips Digital Interface) jack ve zvukové kartě.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
559 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
560
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
561 <para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
562 Pokud vaše zařízení umí dekódovat jak AC–3, tak DTS, můžete bezpečně zapnout
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
563 passthrough pro oba formáty. Jinak zapněte passthrough pouze pro formát, který
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
564 vaše zařízení podporuje.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
565 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
566
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
567 <itemizedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
568 <title>Zapnutí passthrough z příkazového řádku:</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
569 <listitem><para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
570 Jen pro AC–3 použijte <option>-ac hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
571 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
572 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
573 Jen pro DTS použijte <option>-ac hwdts</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
574 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
575 <listitem><para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
576 Pro oba (AC–3 i DTS) použijte <option>-afm hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
577 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
578 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
579
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
580 <itemizedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
581 <title>Zapnutí passthrough v konfiguračním souboru
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
582 <application>MPlayer</application>u: </title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
583 <listitem><para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
584 Jen pro AC–3 použijte <option>ac=hwac3,</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
585 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
586 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
587 Jen pro DTS použijte <option>ac=hwdts,</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
588 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
589 <listitem><para>
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
590 Pro oba (AC–3 i DTS) použijte <option>afm=hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
591 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
592 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
593
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
594 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
595 Povšimněte si čárky (",") na konci
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
596 <option>ac=hwac3,</option> a <option>ac=hwdts,</option>. To umožní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
597 <application>MPlayer</application>u použít normální kodek, když přehrávaný
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
598 soubor nemá AC–3 nebo DTS zvuk. Volba <option>afm=hwac3</option> nevyžaduje
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
599 čárku; <application>MPlayer</application> se zařídí podle potřeby automaticky,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
600 pokud je zvolena rodina audio kodeků.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
601 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
602 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
603
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
604
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
605 <sect3 id="advaudio-surround-matrix">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
606 <title>Maticově enkódovaný zvuk</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
607
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
608 <para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
609 <emphasis>***TODO***</emphasis>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
610 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
611
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
612 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
613 Tato sekce musí být teprve napsaná a nemůže být dokončena dokud nám někdo
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
614 nepošle vzorkové soubory pro testování. Pokud máte nějaké maticově enkódované
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
615 zvukové soubory, víte, kde je lze najít, nebo máte jakoukoli informaci, která
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
616 by mohla pomoci, pošlete prosím zprávu do konference
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
617 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs">MPlayer-DOCS</ulink>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
618 Do předmětu vložte "[matrix-encoded audio]".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
619 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
620
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
621 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
622 Pokud nepřijdou žádné soubory nebo informace, tato sekce bude odstraněna.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
623 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
624
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
625 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
626 Dobré odkazy:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
627 <itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
628 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
629 <ulink url="http://electronics.howstuffworks.com/surround-sound5.htm">http://electronics.howstuffworks.com/surround-sound5.htm</ulink>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
630 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
631 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
632 <ulink url="http://www.extremetech.com/article2/0,1697,1016875,00.asp">http://www.extremetech.com/article2/0,1697,1016875,00.asp</ulink>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
633 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
634 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
635 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
636 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
637
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
638
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
639 <sect3 id="advaudio-surround-hrtf">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
640 <title>Surround emulace ve sluchátkách</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
641
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
642 <para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
643 <application>MPlayer</application> obsahuje HRTF (Head Related Transfer
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
644 Function) filtr založený na
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
645 <ulink url="http://sound.media.mit.edu/KEMAR.html">projektu MIT</ulink>,
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
646 kde jsou měření vzata z mikrofonů na umělé lidské hlavě.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
647 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
648
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
649 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
650 Ačkoli není možné přesně imitovat surround systém,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
651 <application>MPlayer</application>ův HRTF filtr produkuje prostorově mnohem
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
652 prokreslenější zvuk ve 2-kanálových sluchátkách. Obvyklé míchání jednoduše
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
653 kombinuje všechny kanály do dvou; krom kombinace kanálů, <option>hrtf</option>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
654 generuje slabá echa, poněkud zvětšuje oddělení stereo kanálů a mění hlasitost
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
655 některých kmitočtů. Jestli HRTF zní lépe může záviset na zdrojovém zvuku a
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
656 osobním vkusu, ale určitě stojí za zkoušku.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
657 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
658
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
659 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
660 Pro přehrání DVD s HRTF:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
661 <screen>mplayer dvd://1 -channels 6 -af hrtf</screen>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
662 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
663
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
664 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
665 <option>hrtf</option> pracuje dobře pouze s 5 nebo 6 kanály.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
666 <option>hrtf</option> také vyžaduje zvuk 48 kHz. DVD audio již je 48 kHz, ale
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
667 pokud máte soubor s odlišným vzorkovacím kmitočtem, který chcete přehrávat
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
668 pomocí <option>hrtf</option>, musíte jej převzorkovat:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
669 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
670 mplayer <replaceable>soubor</replaceable> -channels 6 -af resample=48000,hrtf
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
671 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
672 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
673 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
674
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
675
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
676 <sect3 id="advaudio-surround-troubleshooting">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
677 <title>Potíže</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
678
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
679 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
680 Pokud neslyšíte ze surround kanálů žádný zvuk, ověřte si nastavení směšovače
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
681 pomocí programu jako je <application>alsamixer</application>;
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
682 audio výstupy jsou často vypnuty a nastaveny na nulovou hlasitost jako výchozí.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
683 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
684 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
685 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
686
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
687 <!-- ********** -->
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
688
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
689 <sect2 id="advaudio-channels">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
690 <title>Manipulace s kanály</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
691
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
692 <sect3 id="advaudio-channels-general">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
693 <title>Obecné informace</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
694
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
695 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
696 Naneštěstí neexistuje standard pro řazení kanálů. Následující řazení jsou
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
697 používaná v AC–3 a jsou poměrně typická; zkuste je a uvidíte, zda tomu váš zdroj
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
698 odpovídá. Kanály jsou číslovány od 0.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
699
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
700 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
701 <title>mono</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
702 <listitem override="0"><para>střed</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
703 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
704
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
705 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
706 <title>stereo</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
707 <listitem override="0"><para>levý</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
708 <listitem><para>pravý</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
709 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
710
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
711 <orderedlist spacing="compact">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
712 <title>kvadrofonní</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
713 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
714 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
715 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
716 <listitem><para>pravý zadní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
717 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
718
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
719 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
720 <title>surround 4.0</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
721 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
722 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
723 <listitem><para>středový zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
724 <listitem><para>středový čelní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
725 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
726
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
727 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
728 <title>surround 5.0</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
729 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
730 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
731 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
732 <listitem><para>pravý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
733 <listitem><para>středový čelní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
734 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
735
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
736 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
737 <title>surround 5.1</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
738 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
739 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
740 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
741 <listitem><para>pravý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
742 <listitem><para>středový čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
743 <listitem><para>subwoofer</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
744 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
745 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
746
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
747 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
748 Volba <option>-channels</option> se používá pro požadavek na počet kanálů z
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
749 dekodéru zvuku. Některé audio kodeky používají počet zadaných kanálů pro
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
750 rozhodování, zda je nutné podmixovat zdroj. Poznamenejme, že to ne vždy
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
751 ovlivní počet výstupních kanálů. Například použití
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
752 <option>-channels 4</option> pro přehrání stereo MP3 souboru povede ke
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
753 2-kanálovému výstupu, jelikož MP3 kodek neprodukuje extra kanály.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
754 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
755
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
756 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
757 Pro vytvoření nebo odstranění kanálů slouží zvukový filtr
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
758 <option>channels</option>, který je rovněž vhodný k ovládání počtu zvukových
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
759 kanálů posílaných do zvukové karty. Viz následující sekce pro více informací
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
760 o manipulacích s kanály.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
761 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
762 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
763
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
764
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
765 <sect3 id="advaudio-channels-mono">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
766 <title>Přehrávání mono na dvou reproduktorech</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
767
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
768 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
769 Mono zní mnohem lépe, když je přehráván dvěma reproduktory &ndash; zvlášť při
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
770 použití sluchátek. Audio soubory, které ve skutečnosti mají jeden kanál,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
771 jsou automaticky přehrávány dvěma reproduktory; naneštěstí je většina
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
772 mono souborů ve skutečnosti enkódována jako stereo s jedním kanálem utlumeným.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
773 Nejjednodušší a nejblbuvzdornější způsob, jak přinutit oba reproduktory
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
774 poskytovat stejný zvuk je filtr <option>extrastereo</option>:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
775 <screen>mplayer <replaceable>soubor</replaceable> -af extrastereo=0</screen>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
776 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
777
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
778 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
779 To zprůměruje oba kanály, takže budou mít poloviční hlasitost originálu.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
780 Další sekce přinášejí příklady dalších možností, jak to udělat bez snížení
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
781 hlasitosti, ale ty jsou mnohem komplexnější a vyžadují odlišné volby
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
782 v závislosti na tom, který kanál ponecháte. Pokud potřebujete jen upravit
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
783 hlasitost, může být lehčí experimentovat s filtrem <option>volume</option>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
784 a najít vhodnou hodnotu. Například:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
785 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
786 mplayer <replaceable>soubor</replaceable> -af extrastereo=0,volume=5
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
787 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
788 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
789 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
790
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
791
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
792 <sect3 id="advaudio-channels-copying">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
793 <title>Kopírování/přesun kanálů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
794
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
795 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
796 Filtr <option>channels</option> umí přesunout jakýkoli nebo všechny kanály.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
797 Nastavení všech parametrů filtru <option>channels</option> může být
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
798 komplikované a vyžaduje pozornost.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
799
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
800 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
801 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
802 Rozhodněte, kolik výstupních kanálů potřebujete. To je první parametr.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
803 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
804 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
805 Spočítejte, kolik přesunů kanálů budete dělat. To je druhý parametr. Každý
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
806 kanál může být přesunut naráz do několika různých kanálů, ale pamatujte, že
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
807 pokud je kanál přesunut (dokonce i jen do jednoho cíle), bude zdrojový kanál
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
808 prázdný dokud do něj nepřesunete jiný kanál. Chcete-li kanál zkopírovat,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
809 aby zdroj zůstal stejný, jednoduše přesuňte kanál do obou, cíle i zdroje.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
810 Například:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
811 <programlisting>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
812 channel 2 --> channel 3
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
813 channel 2 --> channel 2<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
814 --></programlisting>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
815 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
816 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
817 Zapište kopie kanálů jako dvojici parametrů. Pamatujte, že první kanál je 0,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
818 druhý 1 atd. Na pořadí parametrů nezáleží, pokud jsou správně sdruženy do
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
819 párů <replaceable>zdroj:cíl</replaceable>.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
820 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
821 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
822 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
823
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
824 <bridgehead>Příklad: jeden kanál ve dvou reproduktorech</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
825 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
826 Zde máte příklad jiného způsobu, jak hrát jeden kanál v obou reproduktorech.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
827 Pro náš účel předpokládejme, že by měl být přehráván levý kanál a zahozen pravý.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
828 Následujeme výše uvedený postup:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
829 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
830 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
831 Abychom měli výstupní kanál pro každý z obou reproduktorů, musí být první
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
832 parametr "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
833 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
834 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
835 Levý kanál musí být přesunut do pravého a také sám do sebe, aby nezůstal
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
836 prázdný. To jsou celkem dva přesuny, takže druhý parametr bude také "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
837 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
838 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
839 Pro přesun levého kanálu (channel 0) do pravého kanálu (channel 1) bude dvojice
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
840 parametrů "0:1" a "0:0" přesune levý kanál na sebe.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
841 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
842 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
843 Vše dohromady pak dá:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
844 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
845 mplayer <replaceable>soubor</replaceable> -af channels=2:2:0:1:0:0
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
846 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
847 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
848
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
849 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
850 Výhoda tohoto postupu před <option>extrastereo</option> je v tom, že
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
851 je hlasitost každého výstupního kanálu stejná jako hlasitost zdrojového
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
852 kanálu. Nevýhodou je to, že parametry musí být změněny na "2:2:1:0:1:1",
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
853 pokud je požadovaný zvuk v pravém kanálu. Také je těžší si je pamatovat
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
854 a napsat.
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
855 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
856
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
857 <bridgehead>Příklad: levý kanál v obou reproduktorech &ndash; zkratka</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
858 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
859 Ve skutečnosti je mnohem jednodušší způsob použití filtru
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
860 <option>channels</option> pro přehrávání levého kanálu v obou reproduktorech:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
861 <screen>mplayer <replaceable>soubor</replaceable> -af channels=1</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
862 Druhý kanál je zahozen a bez dalších parametrů je ponechán jediný zbývající
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
863 kanál. Ovladače zvukových karet hrají jednokanálový zvuk automaticky v obou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
864 reproduktorech. To pracuje pouze pokud je požadovaný levý kanál.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
865 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
866
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
867 <bridgehead>Příklad: kopírování čelních kanálů do zadních</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
868 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
869 Dalším běžným úkonem je duplikace čelních kanálů a jejich přehrávání v zadních
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
870 reproduktorech kvadrofonní sestavy.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
871 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
872 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
873 Zde by mely být čtyři výstupní kanály. První parametr je "4".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
874 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
875 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
876 Oba přední kanály musí být přesunuty do odpovídajících zadních kanálů a
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
877 také na sebe. To jsou čtyři přesuny, takže druhý parametr bude "4".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
878 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
879 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
880 Levý čelní (channel 0) přesuneme do levého zadního (channel 2): "0:2".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
881 Levý čelní musíme rovněž přesunout do sama sebe: "0:0". Pravý přední (channel
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
882 1) je přesunut do pravého zadního (channel 3): "1:3" a také do sebe: "1:1".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
883 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
884 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
885 Po zkombinování všech nastavení dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
886 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
887 mplayer <replaceable>soubor</replaceable> -af channels=4:4:0:2:0:0:1:3:1:1
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
888 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
889 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
890 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
891
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
892
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
893 <sect3 id="advaudio-channels-mixing">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
894 <title>Mixování kanálů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
895
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
896 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
897 Filtr <option>pan</option> umí mixovat kanály podle požadavků uživatele.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
898 Umožňuje vše co filtr <option>channels</option> a ještě víc. Naneštěstí jsou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
899 jeho parametry ještě komplikovanější.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
900 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
901 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
902 Rozhodněte, s kolika kanály budeme pracovat. To můžete nastavit pomocí volby
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
903 <option>-channels</option> a/nebo <option>-af channels</option>. Později se
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
904 v příkladech dozvíte, kdy použít kterou.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
905 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
906 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
907 Rozhodněte, kolik kanálů propustíme do <option>pan</option> (ostatní dekódované
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
908 kanály jsou zahozeny). To je první parametr a také ovládá, kolik kanálů bude mít
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
909 výstup.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
910 </para></listitem>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
911 <listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
912 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
913 Zbývající parametry nastavují, kolik z daného kanálu bude namixováno do každého
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
914 dalšího kanálu. Toto je ta komplikovaná část. Pro usnadnění si rozdělte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
915 parametry do několika skupin, jednu pro každý výstupní kanál. Každý parametr
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
916 uvnitř skupiny odpovídá vstupnímu kanálu. Číslo, které nastavíte bude procento
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
917 vstupního kanálu, které bude namixováno do výstupního kanálu.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
918 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
919 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
920 <option>pan</option> akceptuje hodnoty od 0 do 512, což odpovídá 0% až 51200%
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
921 původní hlasitosti. Buďte opatrní, pokud používáte hodnoty větší než 1. Nejen,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
922 že vám to dá velmi vysokou hlasitost, ale pokud překročíte dynamický rozsah
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
923 své zvukové karty, můžete uslyšet rány a praskání. Pokud chcete, můžete
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
924 za <option>pan</option> přidat <option>,volume</option> pro zapnutí omezení,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
925 ale i tak je nejlepší udržet hodnoty <option>pan</option> dostatečně nízko,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
926 aby omezování nebylo potřeba.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
927 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
928 </listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
929 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
930 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
931
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
932 <bridgehead>Příklad: jeden kanál do dvou reproduktorů</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
933 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
934 Zde máte další příklad pro přehrávání levého kanálu ve dvou reproduktorech.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
935 Následujme výše uvedené kroky:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
936 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
937 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
938 Na výstupu <option>pan</option> by měly být dva kanály, takže první
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
939 parametr je "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
940 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
941 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
942 Jelikož máme dva vstupní kanály, budeme mít dvě sady parametrů.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
943 Jelikož máme rovněž dva výstupní kanály, budeme mít dva parametry v každé
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
944 sadě. Levý kanál ze souboru by měl jít s plnou hlasitostí do nového levého
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
945 i pravého kanálu.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
946 Takže první sada parametrů je "1:1".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
947 Pravý kanál by měl být zahozen, takže druhá sada bude "0:0".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
948 Hodnoty 0 na konci je možné vynechat, ale pro snadnější pochopení
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
949 je zde necháváme.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
950 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
951 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
952 Dáme-li vše dohromady, dostaneme:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
953 <screen>mplayer <replaceable>soubor</replaceable> -af pan=2:1:1:0:0</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
954 Pokud chceme místo levého kanálu pravý, budou parametry
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
955 <option>pan</option> tyto: "2:0:0:1:1".
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
956 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
957
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
958
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
959 <bridgehead>Příklad: levý kanál ve dvou reproduktorech zkráceně</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
960 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
961 Stejně jako s <option>channels</option> můžeme použít zkrácený zápis, který
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
962 funguje pouze pro levý kanál:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
963 <screen>mplayer <replaceable>soubor</replaceable> -af pan=1:1</screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
964 Jelikož má <option>pan</option> pouze jeden vstupní kanál (druhý je zahozen),
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
965 máme pouze jednu sadu s jedním parametrem, takže tento jediný kanál dává
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
966 100% sám ze sebe.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
967 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
968
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
969 <bridgehead>Příklad: podmixování 6-kanálového PCM</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
970 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
971 <application>MPlayer</application>ův dekodér 6-kanálového PCM neumí podmixování.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
972 Máme však možnost k tomu použít <option>pan</option>:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
973 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
974 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
975 Počet výstupních kanálů je 2, takže první parametr je "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
976 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
977 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
978 Při šesti vstupních kanálech budeme mít šest sad parametrů. Jelikož nás
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
979 však zajímá pouze výstup z prvních dvou kanálů, vystačíme s pouhými dvěma
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
980 sadami; zbývající čtyři sady můžeme vynechat. Pozor na to, že ne všechny
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
981 vícekanálové zvukové soubory mají stejné řazení kanálů! Tento příklad
24709
c81e83794b0e sync to 21.9.2007
jheryan
parents: 23364
diff changeset
982 demonstruje podmixování souboru se stejným řazením kanálů jako má AC–3 5.1:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
983 <programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
984 0 - levý přední
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
985 1 - pravý přední
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
986 2 - levý zadní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
987 3 - pravý zadní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
988 4 - středový přední
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
989 5 - subwoofer<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
990 --></programlisting>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
991 První sada parametrů je výčtem procentních hodnot hlasitostí v daném pořadí,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
992 kterou by měl dostat každý výstupní kanál z levého předního kanálu: "1:0".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
993 Pravý přední kanál by měl jít do pravého výstupu: "0:1".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
994 Stejně tak zadní kanály: "1:0" a "0:1".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
995 Středový kanál jde do obou výstupních kanálů s poloviční hlasitostí:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
996 "0.5:0.5" a subwoofer jde do obou s plnou hlasitostí: "1:1".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
997 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
998 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
999 Dáme-li vše dohromady, dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1000 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1001 mplayer <replaceable>6-kanálové.wav</replaceable> -af pan=2:1:0:0:1:1:0:0:1:0.5:0.5:1:1
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1002 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1003 Uvedené procentní hodnoty jsou pouhým příkladem. Upravte si je podle vlastního
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1004 uvážení.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1005 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1006
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1007 <bridgehead>Příklad: Přehrávání 5.1 zvuku na velkých reprobednách bez subwooferu</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1008 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1009 Pokud máte robustní čelní reprobedny, nemusíte utrácet za nákup subwooferu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1010 pro kompletní 5.1 zvukový systém. Použijete-li volbu
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1011 <option>-channels 5</option> pro požadavek, aby liba52 dekódovala 5.1 zvuk
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1012 do 5.0, bude zkrátka kanál pro subwoofer zahozen. Pokud jeho obsah chcete
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1013 roznést do ostatních kanálů, musíte jej podmixovat ručně pomocí
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1014 <option>pan</option>:
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1015 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1016 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1017 Jelikož se <option>pan</option> potřebuje dostat ke všem šesti kanálům, nastavte
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1018 <option>-channels 6</option>, takže je liba52 dekóduje všechny.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1019 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1020 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1021 Filtr <option>pan</option> produkuje pouze pět kanálů, takže první parametr je 5.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1022 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1023 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1024 Šest vstupních a pět výstupních kanálů znamená šest sad po pěti parametrech.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1025 <itemizedlist spacing="compact">
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1026 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1027 Levý přední kanál půjde jen sám do sebe:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1028 "1:0:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1029 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1030 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1031 Stejně tak pravý přední kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1032 "0:1:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1033 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1034 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1035 Taktéž levý zadní kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1036 "0:0:1:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1037 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1038 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1039 Rovněž pravý zadní kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1040 "0:0:0:1:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1041 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1042 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1043 Středový kanál jakbysmet:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1044 "0:0:0:0:1"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1045 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1046 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1047 A nyní se musíme rozhodnout, co uděláme se subwooferem,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1048 například půlku do předního levého a půlku do předního pravého:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1049 "0.5:0.5:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1050 </para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1051 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1052 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1053 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1054 Zkombinujeme-li to dohromady, dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1055 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1056 mplayer <replaceable>dvd://1</replaceable> -channels 6 -af pan=5:1:0:0:0:0:0:1:0:0:0:0:0:1:0:0:0:0:0:1:0:0:0:0:0:1:0.5:0.5:0:0:0
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1057 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1058 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1059 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1060 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1061
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1062 <!-- ********** -->
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1063
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1064 <sect2 id="advaudio-volume">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1065 <title>Softwarové nastavení hlasitosti</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1066
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1067 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1068 Některé zvukové stopy jsou příliš tiché na to, aby mohly být pohodlně
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1069 poslouchány bez zesílení. To je problém, pokud váš zvukový systém neumožňuje
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1070 potřebné zesílení. Volba <option>-softvol</option> poručí
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1071 <application>MPlayer</application>u použití vestavěného směšovače. Pak můžete
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1072 použít klávesy pro nastavení hlasitosti (výchozí <keycap>9</keycap> a
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1073 <keycap>0</keycap>) pro dosažení mnohem vyšších úrovní hlasitosti.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1074 Takto neobejdete směšovač vaší zvukové karty; <application>MPlayer</application>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1075 pouze zesílí signál před jeho odesláním do zvukové karty.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1076 Následující příklad je dobrým startem:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1077 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1078 mplayer <replaceable>tichý-soubor</replaceable> -softvol -softvol-max 300
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1079 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1080 Volba <option>-softvol-max</option> nastavuje maximální povolenou výstupní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1081 hlasitost v procentech původní hlasitosti. Například,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1082 <option>-softvol-max 200</option> umožní nastavit hlasitost až na dvojnásobek
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1083 původní úrovně.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1084 Je bezpečné nastavit vysoké hodnoty volbou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1085 <option>-softvol-max</option>; vyšší hlasitost se nepoužije, dokud nepoužijete
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1086 tlačítka nastavení hlasitosti. Jedinou nevýhodou velkých hodnot je to, že
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1087 jelikož <application>MPlayer</application> nastavuje hlasitost o podíl
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1088 z maximální hlasitosti, nebudete mít tak jemný krok nastavení pomocí tlačítek.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1089 Pokud potřebujete přesnější nastavování, použijte nižší hodnotu pro
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1090 <option>-softvol-max</option> a/nebo nastavte
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1091 <option>-volstep 1</option>.
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1092 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1093
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1094 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1095 Volba <option>-softvol</option> pracuje tak, že ovládá zvukový filtr
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1096 <option>volume</option>. Chcete-li přehrávat soubor od začátku při určité
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1097 hlasitosti, můžete nastavit <option>volume</option> ručně:
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1098 <screen>mplayer <replaceable>tichý-soubor</replaceable> -af volume=10</screen>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1099 Takto přehrajete soubor se ziskem 10 decibelů. Při použití filtru
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1100 <option>volume</option> buďte velmi opatrní. Pokud použijete příliš vysokou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1101 hodnotu, můžete si poškodit sluch. Začněte s nízkou hodnotou a postupně
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1102 zvyšujte, až docílíte požadované hlasitosti. Při nastavení příliš vysokých
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1103 hodnot také hrozí, že <option>volume</option> bude nucen ořezat signál, aby
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1104 předešel odeslání dat mimo dovolený rozsah do zvukové karty; to povede ke
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1105 zkreslení signálu.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1106 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1107 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1108 </sect1>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
1109 </chapter>