Mercurial > mplayer.hg
annotate DOCS/xml/cs/radio.xml @ 20765:dd41a1fc9000
MSGTRs for libvo/aspect.c and libvo/vo_xv.c
author | kraymer |
---|---|
date | Wed, 08 Nov 2006 14:55:37 +0000 |
parents | da64f5e20483 |
children | 40e794ce297d |
rev | line source |
---|---|
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
20719 | 2 <!-- synced with r20551 --> |
19929 | 3 <chapter id="radio"> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
4 <title>Rádio</title> |
19929 | 5 |
6 <sect1 id="radio-input" xreflabel="Radio input"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
7 <title>Rádio vstup</title> |
19929 | 8 |
9 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
10 Tato sekce se zabývá tím, jak zprovoznit poslech rozhlasu |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
11 z V4L-kompatibilního rozhlasového tuneru. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
12 Popis voleb a ovládání z klávesnice naleznete v man stránce. |
19929 | 13 </para> |
14 | |
15 | |
16 <sect2 id="radio-compilation"> | |
17 <title>Kompilace</title> | |
18 | |
19 <procedure> | |
20 <step><para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
21 Nejprve musíte spustit <filename>./configure</filename> |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
22 s <option>--enable-radio</option> a (pokud chcete i nahrávat) |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
23 <option>--enable-radio-capture</option> a znovupřeložit MPlayer. |
19929 | 24 </para></step> |
25 <step><para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
26 Ujistěte se, že váš tuner pracuje s jiným softwarem v Linuxu, například |
19929 | 27 <application>XawTV</application>. |
28 </para></step> | |
29 </procedure> | |
30 </sect2> | |
31 | |
32 <sect2 id="radio-tips"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
33 <title>Uživatelské tipy</title> |
19929 | 34 <para> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
35 Plný výčet voleb je v manuálové stránce. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
36 Zde uvádíme jen několik tipů: |
19929 | 37 </para> |
38 <itemizedlist> | |
39 <listitem> | |
40 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
41 Použití volby <option>channels</option>. Příklad: |
19929 | 42 <screen>-radio channels=104.4-Sibir,103.9-Maximum</screen> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
43 Vysvětlení: Pomocí této volby budou k dispozici pouze stanice 104.4 |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
44 a 103.9. Budete mít krásný OSD text během přepínání kanálů, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
45 který zobrazí jméno kanálu. Mezery v názvech kanálů musí být |
19929 | 46 nahrazeny znakem "_". |
47 </para> | |
48 </listitem> | |
49 | |
50 <listitem> | |
51 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
52 Je mnoho způsobů, jak zachytávat (nahrávat) zvuk. Můžete buď zachytávat pomocí |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
53 vstupu line-in zvukové karty propojeného vnější linkou s videokartou, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
54 nebo použitím vestavěného ADC v čipu saa7134. V druhém případě musíte |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
55 zavést ovladač <systemitem>saa7134-alsa</systemitem> nebo |
19929 | 56 <systemitem>saa7134-oss</systemitem>. |
57 </para> | |
58 </listitem> | |
59 | |
60 <listitem> | |
61 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
62 <application>MEncoder</application> nelze použít pro zachytávání zvuku, jelikož |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
63 vyžaduje videoproud, aby fungoval. Takže buď použijete |
19929 | 64 <application>arecord</application> z projektu ALSA, nebo |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
65 volbu <option>-ao pcm:file=file.wav</option>. V druhém případě neuslyšíte nic |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
66 (pokud ovšem nemáte propojku s line-in a vypnuté mute na kanále line-in). |
19929 | 67 </para> |
68 </listitem> | |
69 </itemizedlist> | |
70 </sect2> | |
71 | |
72 | |
73 <sect2 id="radio-examples"> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
74 <title>Příklady</title> |
19929 | 75 |
76 | |
77 <informalexample> | |
78 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
79 Vstup ze standardního V4L (pomocí line-in kablu, zachytávání vypnuto): |
19929 | 80 <screen> |
20540
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
81 mplayer radio://104.4 |
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
82 </screen> |
19929 | 83 </para> |
84 </informalexample> | |
85 | |
86 <informalexample> | |
87 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
88 Vstup ze standardního V4L (pomocí line-in kablu, zachytávání vypnuto, |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
89 rozhraní V4Lv1): |
19929 | 90 <screen> |
20540
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
91 mplayer -radio driver=v4l radio://104.4 |
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
92 </screen> |
19929 | 93 </para> |
94 </informalexample> | |
95 | |
96 <informalexample> | |
97 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
98 Přehrávání druhé stanice ze seznamu: |
19929 | 99 <screen> |
20540
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
100 mplayer -radio channels=104.4=Sibir,103.9=Maximm radio://2 |
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
101 </screen> |
19929 | 102 </para> |
103 </informalexample> | |
104 | |
105 <informalexample> | |
106 <para> | |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
107 Průchod zvuku přes PCI sběrnici z interního ADC rádio karty. |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
108 V tomto příkladu se tuner používá jako druhá zvuková karta |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
109 (ALSA zařízení hw:1,0). Pro zařízení založené na saa7134 musí |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
110 být zaveden buď modul saa7134-alsa nebo modul saa7134-oss. |
20540
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
111 <screen> |
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
112 mplayer -rawaudio rate=32000 -radio adevice=hw=1.0:arate=32000:channels=104.4=Sibir,103.9=Maximm radio://2/capture |
91c99853793c
Synced to 26.10.2006 with respect to later utf-8 conversion.
jheryan
parents:
20529
diff
changeset
|
113 </screen> |
20529
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
114 <note><para>Když používáte názvy zařízení ALSA, dvojtečky musí být |
90b3178b8c16
convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8
kraymer
parents:
20029
diff
changeset
|
115 nahrazeny zkaky rovnáse, čárky tečkami. |
19929 | 116 </para></note> |
117 </para> | |
118 </informalexample> | |
119 </sect2> | |
120 </sect1> | |
121 | |
122 </chapter> |