annotate DOCS/xml/cs/usage.xml @ 23364:40e794ce297d

Sync to 30.3.2007
author jheryan
date Thu, 24 May 2007 13:08:23 +0000
parents e4cd9d683286
children c81e83794b0e
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"?>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
2 <!-- Synced with r21748 -->
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
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
435 <sect1 id="mpst" xreflabel="Remote streams">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
436 <title>Vzdálené datové proudy</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 Vzdálené datové proudy umožňují přístup k většině <application>MPlayer</application>em
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
440 podporovaných proudů ze vzdáleného počítače. Hlavní určení této funkce je umožnit
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
441 přímo použít CD nebo DVD mechaniku jiného počítače na síti (předpokladem je,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
442 že máte dostatečně rychlé připojení). Na spodní hranici nejsou některé typy datových
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
443 proudů (v současnosti TV a MF) použitelné přes síť protože jsou implementovány na úrovni
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
444 demuxeru. Je to škoda pro MF ale TV proudy by tak jako tak vyžadovaly šíleně
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
445 vysokou rychlost
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
446 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
447
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
448 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
449
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
450 <sect2 id="compile_mpst_server">
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
451 <title>Kompilace serveru</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
452
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
453 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
454 Poté co zkompilujete <application>MPlayer</application> běžte do adresáře
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
455 <filename>TOOLS/netstream</filename> a proveďte
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
456 <application>make</application> pro sestavení serverové binárky.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
457 Potom můžete zkopírovat program <application>netstream</application>
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
458 na správné místo v systému (v Linuxu obvykle
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
459 <filename class="directory">/usr/local/bin</filename>).
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
460 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
461 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
462
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
463 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
464
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
465 <sect2 id="use_mpst">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
466 <title>Použití vzdálených datových proudů</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
467
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
468 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
469 Nejprve spusťte server na počítači na který se chcete připojit ze sítě.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
470 Server je zatím velmi jednoduchý a nemá žádné volby příkazového řádku,
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
471 proto jen zadejte <filename>netstream</filename>. Teď můžete například
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
472 přehrát druhou stopu na VCD na serveru:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
473 <screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
474 mplayer -cache 5000 <replaceable>mpst://jméno_serveru/vcd://2</replaceable>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
475 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
476 Taky můžete přistupovat k souborům na tomto serveru:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
477 <screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
478 mplayer -cache 5000 <replaceable>mpst://jmeno_serveru//usr/local/filmy/lol.avi</replaceable>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
479 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
480 Poznamenejme, že cesty nezačínající / jsou relativní k adresáři kde byl spuštěn server.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
481 Volba <option>-cache</option> není nutná, ale velmi ji doporučujeme.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
482 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
483
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
484 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
485 Berte na vědomí že v současnosti není tento server vůbec bezpečný. Nenadávejte
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
486 tedy na množství průniků do systému, které je s ním možné. Místo toho raději
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
487 zašlete (dobrý) patch který by jej vylepšil, nebo napište svůj vlastní server.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
488 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
489 </sect2>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
490 </sect1>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
491
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
492
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
493 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
494
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
495
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
496 <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
497 <title>Seznamy editačních zásahů (EDL)</title>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
498
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
499 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
500 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
501 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
502 EDL konfiguračním souborem.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
503 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
504
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
505 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
506 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
507 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
508 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
509 jako je automatické vystřihávání reklam z videa které sleduješ.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
510 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
511
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
512 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
513 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
514 řá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
515 (pomocí ukazatelů v sekundách).
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
516 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
517
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
518 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
519
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
520 <sect2 id="edl_using">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
521 <title>Použití EDL souboru</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
522
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
523 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
524 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
525 <application>MPlayer</application>, se jménem EDL souboru, který chcete použít
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
526 na video.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
527 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
528 </sect2>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
529
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
530 <!-- ********** -->
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
531
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
532 <sect2 id="edl_making">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
533 <title>Vytvoření EDL souboru</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
534
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
535 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
536 Současný formát EDL souboru je:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
537 <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
538 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
539 <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
540 Příklad:
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
541 <programlisting>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
542 5.3 7.1 0
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
543 15 16.7 1
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
544 420 422 0
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
545 </programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
546 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
547 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
548 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
549 v souboru.
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
550 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
551
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
552 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
553 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
554 <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
555 <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
556 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
557 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
558 vyznačených bloků.
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
559 </para>
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
560 </sect2>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
561 </sect1>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
562
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
563
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
564 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
565
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
566
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
567 <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
568 <title>Pokročilé audio</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
569
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
570 <sect2 id="advaudio-surround">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
571 <title>Surround/Vícekanálové přehrávání</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
572
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
573 <sect3 id="advaudio-surround-DVD">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
574 <title>DVD</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
575
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
576 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
577 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
578 <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
579 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
580 č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
581 volbu <option>-channels</option>.
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
582 Například pro přehrání DVD s 5.1 zvukem:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
583 <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
584 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
585 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
586 <option>channels</option> do svého konfiguračního souboru
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
587 <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
588 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
589 následující řádek:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
590 <programlisting>channels=4</programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
591 <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
592 pokud jsou všechny čtyři kanály k dispozici.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
593 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
594 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
595
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
596
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
597 <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
598 <title>Přehrávání stereo souborů do čtyřech reproduktorů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
599
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
600 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
601 <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
602 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
603 ručně:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
604 <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
605 Vysvětlení naleznete v sekci
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
606 <link linkend="advaudio-channels-copying">kopírování kanálů</link>.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
607 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
608 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
609
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
610
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
611 <sect3 id="advaudio-surround-passthrough">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
612 <title>AC3/DTS Passthrough</title>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
613
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
614 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
615 DVD mají obvykle surround zvuk enkódovaný ve formátu AC3 (Dolby Digital) nebo
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
616 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
617 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
618 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
619 S/PDIF (Sony/Philips Digital Interface) jack ve zvukové kartě.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
620 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
621
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
622 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
623 Pokud vaše zařízení umí dekódovat jak AC3, tak DTS, můžete bezpečně zapnout
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
624 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
625 vaše zařízení podporuje.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
626 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
627
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
628 <itemizedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
629 <title>Zapnutí passthrough z příkazového řádku:</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
630 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
631 Jen pro AC3 použijte <option>-ac hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
632 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
633 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
634 Jen pro DTS použijte <option>-ac hwdts</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
635 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
636 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
637 Pro oba (AC3 i DTS) použijte <option>-afm hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
638 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
639 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
640
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
641 <itemizedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
642 <title>Zapnutí passthrough v konfiguračním souboru
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
643 <application>MPlayer</application>u: </title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
644 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
645 Jen pro AC3 použijte <option>ac=hwac3,</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
646 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
647 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
648 Jen pro DTS použijte <option>ac=hwdts,</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
649 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
650 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
651 Pro oba (AC3 i DTS) použijte <option>afm=hwac3</option>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
652 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
653 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
654
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
655 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
656 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
657 <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
658 <application>MPlayer</application>u použít normální kodek, když přehrávaný
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
659 soubor nemá AC3 nebo DTS zvuk. Volba <option>afm=hwac3</option> nevyžaduje
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
660 čá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
661 pokud je zvolena rodina audio kodeků.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
662 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
663 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
664
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
665
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
666 <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
667 <title>Maticově enkódovaný zvuk</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
668
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
669 <para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
670 <emphasis>***TODO***</emphasis>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
671 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
672
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
673 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
674 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
675 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
676 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
677 by mohla pomoci, pošlete prosím zprávu do konference
20062
7c7482d7a148 Synced with 2.10.2006
jheryan
parents: 20029
diff changeset
678 <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
679 Do předmětu vložte "[matrix-encoded audio]".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
680 </para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
681
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
682 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
683 Pokud nepřijdou žádné soubory nebo informace, tato sekce bude odstraněna.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
684 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
685
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
686 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
687 Dobré odkazy:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
688 <itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
689 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
690 <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
691 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
692 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
693 <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
694 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
695 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
696 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
697 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
698
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
699
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
700 <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
701 <title>Surround emulace ve sluchátkách</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
702
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
703 <para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
704 <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
705 Function) filtr založený na
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
706 <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
707 kde jsou měření vzata z mikrofonů na umělé lidské hlavě.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
708 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
709
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
710 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
711 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
712 <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
713 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
714 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
715 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
716 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
717 osobním vkusu, ale určitě stojí za zkoušku.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
718 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
719
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
720 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
721 Pro přehrání DVD s HRTF:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
722 <screen>mplayer dvd://1 -channels 6 -af hrtf</screen>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
723 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
724
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
725 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
726 <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
727 <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
728 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
729 pomocí <option>hrtf</option>, musíte jej převzorkovat:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
730 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
731 mplayer <replaceable>soubor</replaceable> -channels 6 -af resample=48000,hrtf
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
732 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
733 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
734 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
735
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
736
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
737 <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
738 <title>Potíže</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
739
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
740 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
741 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
742 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
743 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
744 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
745 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
746 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
747
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
748 <!-- ********** -->
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
749
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
750 <sect2 id="advaudio-channels">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
751 <title>Manipulace s kanály</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
752
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
753 <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
754 <title>Obecné informace</title>
16646
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 Naneštěstí neexistuje standard pro řazení kanálů. Následující řazení jsou
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
758 používaná v AC3 a jsou poměrně typická; zkuste je a uvidíte, zda tomu váš zdroj
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
759 odpovídá. Kanály jsou číslovány od 0.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
760
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
761 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
762 <title>mono</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
763 <listitem override="0"><para>střed</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
764 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
765
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
766 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
767 <title>stereo</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
768 <listitem override="0"><para>levý</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
769 <listitem><para>pravý</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
770 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
771
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
772 <orderedlist spacing="compact">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
773 <title>kvadrofonní</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
774 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
775 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
776 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
777 <listitem><para>pravý zadní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
778 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
779
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
780 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
781 <title>surround 4.0</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
782 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
783 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
784 <listitem><para>středový zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
785 <listitem><para>středový čelní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
786 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
787
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
788 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
789 <title>surround 5.0</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
790 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
791 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
792 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
793 <listitem><para>pravý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
794 <listitem><para>středový čelní</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
795 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
796
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
797 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
798 <title>surround 5.1</title>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
799 <listitem override="0"><para>levý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
800 <listitem><para>pravý čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
801 <listitem><para>levý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
802 <listitem><para>pravý zadní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
803 <listitem><para>středový čelní</para></listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
804 <listitem><para>subwoofer</para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
805 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
806 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
807
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
808 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
809 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
810 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
811 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
812 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
813 <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
814 2-kanálovému výstupu, jelikož MP3 kodek neprodukuje extra kanály.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
815 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
816
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
817 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
818 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
819 <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
820 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
821 o manipulacích s kanály.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
822 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
823 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
824
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
825
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
826 <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
827 <title>Přehrávání mono na dvou reproduktorech</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
828
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
829 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
830 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
831 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
832 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
833 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
834 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
835 poskytovat stejný zvuk je filtr <option>extrastereo</option>:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
836 <screen>mplayer <replaceable>soubor</replaceable> -af extrastereo=0</screen>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
837 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
838
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
839 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
840 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
841 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
842 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
843 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
844 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
845 a najít vhodnou hodnotu. Například:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
846 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
847 mplayer <replaceable>soubor</replaceable> -af extrastereo=0,volume=5
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
848 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
849 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
850 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
851
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
852
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
853 <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
854 <title>Kopírování/přesun kanálů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
855
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
856 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
857 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
858 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
859 komplikované a vyžaduje pozornost.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
860
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
861 <orderedlist spacing="compact">
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
862 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
863 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
864 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
865 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
866 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
867 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
868 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
869 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
870 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
871 Například:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
872 <programlisting>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
873 channel 2 --> channel 3
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
874 channel 2 --> channel 2<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
875 --></programlisting>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
876 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
877 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
878 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
879 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
880 párů <replaceable>zdroj:cíl</replaceable>.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
881 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
882 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
883 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
884
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
885 <bridgehead>Příklad: jeden kanál ve dvou reproduktorech</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
886 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
887 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
888 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
889 Následujeme výše uvedený postup:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
890 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
891 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
892 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
893 parametr "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
894 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
895 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
896 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
897 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
898 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
899 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
900 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
901 parametrů "0:1" a "0:0" přesune levý kanál na sebe.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
902 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
903 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
904 Vše dohromady pak dá:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
905 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
906 mplayer <replaceable>soubor</replaceable> -af channels=2:2:0:1:0:0
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
907 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
908 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
909
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
910 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
911 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
912 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
913 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
914 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
915 a napsat.
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
916 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
917
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
918 <bridgehead>Příklad: levý kanál v obou reproduktorech &ndash; zkratka</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
919 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
920 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
921 <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
922 <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
923 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
924 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
925 reproduktorech. To pracuje pouze pokud je požadovaný levý kanál.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
926 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
927
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
928 <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
929 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
930 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
931 reproduktorech kvadrofonní sestavy.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
932 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
933 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
934 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
935 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
936 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
937 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
938 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
939 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
940 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
941 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
942 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
943 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
944 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
945 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
946 Po zkombinování všech nastavení dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
947 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
948 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
949 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
950 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
951 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
952
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
953
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
954 <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
955 <title>Mixování kanálů</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
956
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
957 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
958 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
959 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
960 jeho parametry ještě komplikovanější.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
961 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
962 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
963 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
964 <option>-channels</option> a/nebo <option>-af channels</option>. Později se
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
965 v příkladech dozvíte, kdy použít kterou.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
966 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
967 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
968 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
969 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
970 výstup.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
971 </para></listitem>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
972 <listitem>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
973 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
974 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
975 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
976 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
977 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
978 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
979 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
980 <para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
981 <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
982 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
983 ž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
984 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
985 za <option>pan</option> přidat <option>,volume</option> pro zapnutí omezení,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
986 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
987 aby omezování nebylo potřeba.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
988 </para>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
989 </listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
990 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
991 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
992
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
993 <bridgehead>Příklad: jeden kanál do dvou reproduktorů</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
994 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
995 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
996 Následujme výše uvedené kroky:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
997 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
998 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
999 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
1000 parametr je "2".
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1001 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1002 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1003 Jelikož máme dva vstupní kanály, budeme mít dvě sady parametrů.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1004 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
1005 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
1006 i pravého kanálu.
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1007 Takže první sada parametrů je "1:1".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1008 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
1009 Hodnoty 0 na konci je možné vynechat, ale pro snadnější pochopení
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1010 je zde necháváme.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1011 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1012 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1013 Dáme-li vše dohromady, dostaneme:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1014 <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
1015 Pokud chceme místo levého kanálu pravý, budou parametry
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1016 <option>pan</option> tyto: "2:0:0:1:1".
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1017 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1018
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1019
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1020 <bridgehead>Příklad: levý kanál ve dvou reproduktorech zkráceně</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1021 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1022 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
1023 funguje pouze pro levý kanál:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1024 <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
1025 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
1026 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
1027 100% sám ze sebe.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1028 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1029
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1030 <bridgehead>Příklad: podmixování 6-kanálového PCM</bridgehead>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1031 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1032 <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
1033 Máme však možnost k tomu použít <option>pan</option>:
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1034 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1035 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1036 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
1037 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1038 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1039 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
1040 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
1041 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
1042 vícekanálové zvukové soubory mají stejné řazení kanálů! Tento příklad
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1043 demonstruje podmixování souboru se stejným řazením kanálů jako má AC3 5.1:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1044 <programlisting>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1045 0 - levý přední
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1046 1 - pravý přední
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1047 2 - levý zadní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1048 3 - pravý zadní
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1049 4 - středový přední
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1050 5 - subwoofer<!--
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1051 --></programlisting>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1052 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
1053 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
1054 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
1055 Stejně tak zadní kanály: "1:0" a "0:1".
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1056 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
1057 "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
1058 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1059 </orderedlist>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1060 Dáme-li vše dohromady, dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1061 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1062 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
1063 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1064 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
1065 uvážení.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1066 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1067
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1068 <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
1069 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1070 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
1071 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
1072 <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
1073 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
1074 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
1075 <option>pan</option>:
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1076 <orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1077 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1078 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
1079 <option>-channels 6</option>, takže je liba52 dekóduje všechny.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1080 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1081 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1082 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
1083 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1084 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1085 Š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
1086 <itemizedlist spacing="compact">
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1087 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1088 Levý přední kanál půjde jen sám do sebe:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1089 "1:0:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1090 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1091 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1092 Stejně tak pravý přední kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1093 "0:1:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1094 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1095 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1096 Taktéž levý zadní kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1097 "0:0:1:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1098 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1099 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1100 Rovněž pravý zadní kanál:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1101 "0:0:0:1:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1102 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1103 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1104 Středový kanál jakbysmet:
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1105 "0:0:0:0:1"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1106 </para></listitem>
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1107 <listitem><para>
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1108 A nyní se musíme rozhodnout, co uděláme se subwooferem,
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1109 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
1110 "0.5:0.5:0:0:0"
21725
e4cd9d683286 Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents: 20719
diff changeset
1111 </para></listitem>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1112 </itemizedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1113 </para></listitem>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1114 </orderedlist>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1115 Zkombinujeme-li to dohromady, dostaneme:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1116 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1117 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
1118 </screen>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1119 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1120 </sect3>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1121 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1122
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1123 <!-- ********** -->
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1124
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1125 <sect2 id="advaudio-volume">
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1126 <title>Softwarové nastavení hlasitosti</title>
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1127
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1128 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1129 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
1130 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
1131 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
1132 <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
1133 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
1134 <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
1135 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
1136 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
1137 Následující příklad je dobrým startem:
23364
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1138 <screen>
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1139 mplayer <replaceable>tichý-soubor</replaceable> -softvol -softvol-max 300
40e794ce297d Sync to 30.3.2007
jheryan
parents: 21725
diff changeset
1140 </screen>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1141 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
1142 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
1143 <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
1144 původní úrovně.
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1145 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
1146 <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
1147 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
1148 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
1149 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
1150 Pokud potřebujete přesnější nastavování, použijte nižší hodnotu pro
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1151 <option>-softvol-max</option> a/nebo nastavte
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1152 <option>-volstep 1</option>.
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1153 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1154
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1155 <para>
20529
90b3178b8c16 convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents: 20062
diff changeset
1156 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
1157 <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
1158 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
1159 <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
1160 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
1161 <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
1162 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
1163 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
1164 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
1165 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
1166 zkreslení signálu.
16646
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1167 </para>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1168 </sect2>
6251926b386a Synced with 1.34
jheryan
parents: 15676
diff changeset
1169 </sect1>
14351
848178a651dc Adding new files to czech translation.
jheryan
parents:
diff changeset
1170 </chapter>