Mercurial > mplayer.hg
annotate DOCS/xml/en/usage.xml @ 25557:0ed2d0aad31f
Add an example for dvdnav:// usage with path.
author | cehoyos |
---|---|
date | Wed, 02 Jan 2008 19:11:37 +0000 |
parents | 0c129372fd59 |
children | b89c59df8ba6 |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10755
diff
changeset
|
2 <!-- $Revision$ --> |
9675 | 3 <chapter id="usage"> |
4 <title>Usage</title> | |
5 | |
6 <sect1 id="commandline"> | |
7 <title>Command line</title> | |
8 | |
9 <para> | |
25118 | 10 <application>MPlayer</application> utilizes a complex playtree. Options passed |
11 on the command line can apply to all files/URLs or just to specific ones | |
12 depending on their position. For example | |
13 <screen>mplayer -vfm ffmpeg movie1.avi movie2.avi</screen> | |
14 will use FFmpeg decoders for both files, but | |
21521 | 15 <screen> |
25118 | 16 mplayer -vfm ffmpeg <replaceable>movie1.avi</replaceable> <replaceable>movie2.avi</replaceable> -vfm dmo |
21521 | 17 </screen> |
25118 | 18 will play the second file with a DMO decoder. |
9675 | 19 </para> |
20 | |
21 <para> | |
22 You can group filenames/URLs together using <literal>{</literal> and | |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
23 <literal>}</literal>. It is useful with option <option>-loop</option>: |
10643 | 24 <screen>mplayer { 1.avi -loop 2 2.avi } -loop 3</screen> |
9675 | 25 The above command will play files in this order: 1, 1, 2, 1, 1, 2, 1, 1, 2. |
26 </para> | |
27 | |
28 <para> | |
29 Playing a file: | |
30 <synopsis> | |
31 <command>mplayer</command><!-- | |
32 --> [<replaceable>options</replaceable>]<!-- | |
33 --> [<replaceable>path</replaceable>/]<replaceable>filename</replaceable> | |
34 </synopsis> | |
35 </para> | |
36 | |
37 <para> | |
15463 | 38 Another way to play a file: |
39 <synopsis> | |
40 <command>mplayer</command><!-- | |
41 --> [<replaceable>options</replaceable>]<!-- | |
42 --> <replaceable>file:///uri-escaped-path</replaceable> | |
43 </synopsis> | |
44 </para> | |
45 | |
46 <para> | |
9675 | 47 Playing more files: |
48 <synopsis> | |
49 <command>mplayer</command><!-- | |
50 --> [<replaceable>default options</replaceable>]<!-- | |
51 --> [<replaceable>path</replaceable>/]<replaceable>filename1</replaceable><!-- | |
52 --> [<replaceable>options for filename1</replaceable>]<!-- | |
53 --> <replaceable>filename2</replaceable><!-- | |
54 --> [<replaceable>options for filename2</replaceable>] ... | |
55 </synopsis> | |
56 </para> | |
57 | |
58 <para> | |
59 Playing VCD: | |
60 <synopsis> | |
61 <command>mplayer</command> [<replaceable>options</replaceable>]<!-- | |
10184
b6c63ab184a4
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10144
diff
changeset
|
62 --> vcd://<replaceable>trackno</replaceable><!-- |
9675 | 63 --> [-cdrom-device <replaceable>/dev/cdrom</replaceable>] |
64 </synopsis> | |
65 </para> | |
66 | |
67 <para> | |
68 Playing DVD: | |
69 <synopsis> | |
70 <command>mplayer</command> [<replaceable>options</replaceable>]<!-- | |
10184
b6c63ab184a4
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.
diego
parents:
10144
diff
changeset
|
71 --> dvd://<replaceable>titleno</replaceable><!-- |
9675 | 72 --> [-dvd-device <replaceable>/dev/dvd</replaceable>] |
73 </synopsis> | |
74 </para> | |
75 | |
76 <para> | |
77 Playing from the WWW: | |
78 <synopsis> | |
79 <command>mplayer</command> [<replaceable>options</replaceable>]<!-- | |
80 --> http://<replaceable>site.com/file.asf</replaceable> | |
81 </synopsis> | |
82 (playlists can be used, too) | |
83 </para> | |
84 | |
85 <para> | |
86 Playing from RTSP: | |
87 <synopsis> | |
88 <command>mplayer</command> [<replaceable>options</replaceable>]<!-- | |
89 --> rtsp://<replaceable>server.example.com/streamName</replaceable> | |
90 </synopsis> | |
91 </para> | |
92 | |
93 <para> | |
94 Examples: | |
95 <screen> | |
11713 | 96 mplayer -vo x11 <replaceable>/mnt/Films/Contact/contact2.mpg</replaceable> |
12833 | 97 mplayer vcd://<replaceable>2</replaceable> -cdrom-device <replaceable>/dev/hdc</replaceable> |
11713 | 98 mplayer -afm 3 <replaceable>/mnt/DVDtrailers/alien4.vob</replaceable> |
99 mplayer dvd://<replaceable>1</replaceable> -dvd-device <replaceable>/dev/hdc</replaceable> | |
100 mplayer -abs 65536 -delay -0.4 -nobps <replaceable>~/movies/test.avi</replaceable><!-- | |
9675 | 101 --></screen> |
102 </para> | |
103 </sect1> | |
104 | |
105 | |
21521 | 106 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
107 | |
108 | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
109 <sect1 id="subosd"> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
110 <title>Subtitles and OSD</title> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
111 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
112 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
113 <application>MPlayer</application> can display subtitles along with movie files. |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
114 Currently the following formats are supported: |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
115 <itemizedlist> |
21521 | 116 <listitem><para>VOBsub</para></listitem> |
117 <listitem><para>OGM</para></listitem> | |
118 <listitem><para>CC (closed caption)</para></listitem> | |
119 <listitem><para>MicroDVD</para></listitem> | |
120 <listitem><para>SubRip</para></listitem> | |
121 <listitem><para>SubViewer</para></listitem> | |
122 <listitem><para>Sami</para></listitem> | |
123 <listitem><para>VPlayer</para></listitem> | |
124 <listitem><para>RT</para></listitem> | |
125 <listitem><para>SSA</para></listitem> | |
126 <listitem><para>PJS (Phoenix Japanimation Society)</para></listitem> | |
127 <listitem><para>MPsub</para></listitem> | |
128 <listitem><para>AQTitle</para></listitem> | |
129 <listitem><para> | |
130 <ulink url="http://unicorn.us.com/jacosub/">JACOsub</ulink> | |
131 </para></listitem> | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
132 </itemizedlist> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
133 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
134 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
135 <para> |
21521 | 136 <application>MPlayer</application> can dump the previously listed subtitle |
137 formats (<emphasis role="bold">except the three first</emphasis>) into the | |
138 following destination formats, with the given options: | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
139 <itemizedlist> |
21521 | 140 <listitem><para>MPsub: <option>-dumpmpsub</option></para></listitem> |
141 <listitem><para>SubRip: <option>-dumpsrtsub</option></para></listitem> | |
142 <listitem><para>MicroDVD: <option>-dumpmicrodvdsub</option></para></listitem> | |
143 <listitem><para>JACOsub: <option>-dumpjacosub</option></para></listitem> | |
144 <listitem><para>Sami: <option>-dumpsami</option></para></listitem> | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
145 </itemizedlist> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
146 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
147 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
148 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
149 <application>MEncoder</application> can dump DVD subtitles into |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
150 <link linkend="menc-feat-extractsub">VOBsub</link> format. |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
151 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
152 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
153 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
154 The command line options differ slightly for the different formats: |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
155 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
156 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
157 <formalpara> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
158 <title>VOBsub subtitles</title> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
159 <para> |
21521 | 160 VOBsub subtitles consist of a big (some megabytes) <filename>.SUB</filename> |
161 file, and optional <filename>.IDX</filename> and/or <filename>.IFO</filename> | |
162 files. If you have files like | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
163 <filename><replaceable>sample.sub</replaceable></filename>, |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
164 <filename><replaceable>sample.ifo</replaceable></filename> (optional), |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
165 <filename><replaceable>sample.idx</replaceable></filename> - you have to pass |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
166 <application>MPlayer</application> the <option>-vobsub sample |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
167 [-vobsubid <replaceable>id</replaceable>]</option> options |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
168 (full path optional). The <option>-vobsubid</option> option is like |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
169 <option>-sid</option> for DVDs, you can choose between subtitle tracks |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
170 (languages) with it. In case that <option>-vobsubid</option> is omitted, |
20433 | 171 <application>MPlayer</application> will try to use the languages given by the |
21521 | 172 <option>-slang</option> option and fall back to the |
173 <systemitem>langidx</systemitem> in the <filename>.IDX</filename> file to set | |
174 the subtitle language. If it fails, there will be no subtitles. | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
175 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
176 </formalpara> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
177 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
178 <formalpara> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
179 <title>Other subtitles</title> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
180 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
181 The other formats consist of a single text file containing timing, |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
182 placement and text information. Usage: If you have a file like |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
183 <filename><replaceable>sample.txt</replaceable></filename>, |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
184 you have to pass the option <option>-sub |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
185 <replaceable>sample.txt</replaceable></option> (full path optional). |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
186 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
187 </formalpara> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
188 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
189 <variablelist> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
190 <title>Adjusting subtitle timing and placement:</title> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
191 <varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
192 <term><option>-subdelay <replaceable>sec</replaceable></option></term> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
193 <listitem><para> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
194 Delays subtitles by <option><replaceable>sec</replaceable></option> seconds. |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
195 Can be negative. The value is added to movie's time position counter. |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
196 </para></listitem> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
197 </varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
198 <varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
199 <term><option>-subfps <replaceable>RATE</replaceable></option></term> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
200 <listitem><para> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
201 Specify frame/sec rate of subtitle file (float number). |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
202 </para></listitem> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
203 </varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
204 <varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
205 <term><option>-subpos <replaceable>0-100</replaceable></option></term> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
206 <listitem><para> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
207 Specify the position of subtitles. |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
208 </para></listitem> |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
209 </varlistentry> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
210 </variablelist> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
211 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
212 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
213 If you experience a growing delay between the movie and the subtitles when |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
214 using a MicroDVD subtitle file, most likely the framerate of the movie and |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
215 the subtitle file are different. Please note that the MicroDVD subtitle |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
216 format uses absolute frame numbers for its timing, but there is no fps |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
217 information in it, and therefore the <option>-subfps</option> option should |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
218 be used with this format. If you like to solve this problem permanently, |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
219 you have to manually convert the subtitle file framerate. |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
220 <application>MPlayer</application> can do this |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
221 conversion for you: |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
222 |
21521 | 223 <screen> |
224 mplayer -dumpmicrodvdsub -fps <replaceable>subtitles_fps</replaceable> -subfps <replaceable>avi_fps</replaceable> \ | |
225 -sub <replaceable>subtitle_filename</replaceable> <replaceable>dummy.avi</replaceable> | |
226 </screen> | |
19822
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
227 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
228 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
229 <para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
230 About DVD subtitles, read the <link linkend="dvd">DVD</link> section. |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
231 </para> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
232 </sect1> |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
233 |
db95db082c37
Move subtitles and OSD section from the installation to the usage chapter.
diego
parents:
19709
diff
changeset
|
234 |
21521 | 235 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |
236 | |
237 | |
9675 | 238 <sect1 id="control"> |
239 <title>Control</title> | |
240 | |
241 <para> | |
242 <application>MPlayer</application> has a fully configurable, command | |
243 driven, control layer which lets you control | |
244 <application>MPlayer</application> with keyboard, mouse, joystick or remote | |
245 control (using LIRC). See the man page for the complete list of keyboard controls. | |
246 </para> | |
247 | |
21521 | 248 <!-- ********** --> |
9675 | 249 |
250 <sect2 id="ctrl-cfg"> | |
251 <title>Controls configuration</title> | |
252 | |
253 <para> | |
254 <application>MPlayer</application> allows you bind any key/button to any | |
11540 | 255 <application>MPlayer</application> command using a simple config file. |
256 The syntax consist of a key name followed by a command. The default config file location is | |
9675 | 257 <filename>$HOME/.mplayer/input.conf</filename> but it can be overridden |
258 using the <option>-input <replaceable>conf</replaceable></option> option | |
259 (relative path are relative to <filename>$HOME/.mplayer</filename>). | |
260 </para> | |
261 | |
13717
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
262 <para> |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
263 You can get a full list of supported key names by running |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
264 <command>mplayer -input keylist</command> |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
265 and a full list of available commands by running |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
266 <command>mplayer -input cmdlist</command>. |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
267 </para> |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
268 |
20035 | 269 <example id="input_control_file"> |
9675 | 270 <title>A simple input control file</title> |
271 <programlisting> | |
272 ## | |
273 ## MPlayer input control file | |
274 ## | |
275 | |
276 RIGHT seek +10 | |
277 LEFT seek -10 | |
278 - audio_delay 0.100 | |
279 + audio_delay -0.100 | |
280 q quit | |
281 > pt_step 1 | |
282 < pt_step -1 | |
283 ENTER pt_step 1 1<!-- | |
284 --></programlisting> | |
285 </example> | |
286 </sect2> | |
287 | |
21521 | 288 <!-- ********** --> |
9675 | 289 |
290 <sect2 id="lirc"> | |
291 <title>Control from LIRC</title> | |
292 | |
293 <para> | |
294 Linux Infrared Remote Control - use an easy to build home-brewn IR-receiver, | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
295 an (almost) arbitrary remote control and control your Linux box with it! |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
296 More about it on the <ulink url="http://www.lirc.org">LIRC homepage</ulink>. |
9675 | 297 </para> |
298 | |
299 <para> | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
300 If you have the LIRC package installed, <filename>configure</filename> will |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
301 autodetect it. If everything went fine, <application>MPlayer</application> |
21596 | 302 will print "<systemitem>Setting up LIRC support...</systemitem>" |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
303 on startup. If an error occurs it will tell you. If there is no message about |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
304 LIRC there is no support compiled in. That's it :-) |
9675 | 305 </para> |
306 | |
307 <para> | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
308 The application name for <application>MPlayer</application> is - surprise - |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
309 <filename>mplayer</filename>. You can use any <application>MPlayer</application> |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
310 commands and even pass more than one command by separating them with |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
311 <literal>\n</literal>. |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
312 Do not forget to enable the repeat flag in <filename>.lircrc</filename> when |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
313 it makes sense (seek, volume, etc). Here is an excerpt from a sample |
9675 | 314 <filename>.lircrc</filename>: |
315 </para> | |
316 | |
317 <programlisting> | |
318 begin | |
319 button = VOLUME_PLUS | |
320 prog = mplayer | |
321 config = volume 1 | |
322 repeat = 1 | |
323 end | |
324 | |
325 begin | |
326 button = VOLUME_MINUS | |
327 prog = mplayer | |
328 config = volume -1 | |
329 repeat = 1 | |
330 end | |
331 | |
332 begin | |
333 button = CD_PLAY | |
334 prog = mplayer | |
335 config = pause | |
336 end | |
337 | |
338 begin | |
339 button = CD_STOP | |
340 prog = mplayer | |
341 config = seek 0 1\npause | |
342 end<!-- | |
343 --></programlisting> | |
344 | |
345 <para> | |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
346 If you do not like the standard location for the lirc-config file |
9675 | 347 (<filename>~/.lircrc</filename>) use the <option>-lircconf |
348 <replaceable>filename</replaceable></option> switch to specify another | |
349 file. | |
350 </para> | |
351 </sect2> | |
352 | |
21521 | 353 <!-- ********** --> |
9675 | 354 |
355 <sect2 id="slave-mode"> | |
356 <title>Slave mode</title> | |
21521 | 357 |
9675 | 358 <para> |
13717
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
359 The slave mode allows you to build simple frontends to |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
360 <application>MPlayer</application>. When run with the |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
361 <option>-slave</option> option <application>MPlayer</application> will |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
362 read commands separated by a newline (\n) from stdin. |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
363 The commands are documented in the |
10acb5e309e2
Remove incomplete key list and command list and update the other sections
diego
parents:
13710
diff
changeset
|
364 <ulink url="../../tech/slave.txt">slave.txt</ulink> file. |
9675 | 365 </para> |
366 </sect2> | |
367 </sect1> | |
368 | |
21521 | 369 |
370 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
371 | |
9675 | 372 |
373 <sect1 id="streaming"> | |
374 <title>Streaming from network or pipes</title> | |
375 | |
376 <para> | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
377 <application>MPlayer</application> can play files from the network, using the |
10755 | 378 HTTP, FTP, MMS or RTSP/RTP protocol. |
9675 | 379 </para> |
380 | |
381 <para> | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
382 Playing works simply by passing the URL on the command line. |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
383 <application>MPlayer</application> honors the <envar>http_proxy</envar> |
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
384 environment variable, using a proxy if available. Proxies can also be forced: |
21732 | 385 <screen> |
386 mplayer <replaceable>http_proxy://proxy.micorsops.com:3128/http://micorsops.com:80/stream.asf</replaceable> | |
387 </screen> | |
9675 | 388 </para> |
389 | |
390 <para> | |
391 <application>MPlayer</application> can read from stdin | |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
392 (<emphasis>not</emphasis> named pipes). This can for example be used to |
9675 | 393 play from FTP: |
21732 | 394 <screen> |
395 wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer - | |
396 </screen> | |
9675 | 397 </para> |
398 | |
11035
094e0838e5a7
<para>Note:.... </para> really should be <note><para>....</para></note>
lumag
parents:
10968
diff
changeset
|
399 <note><para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
400 It is also recommended to enable <option>-cache</option> when playing |
13873
89bbd098cfda
slight grammar/wording/spelling/markup improvements
diego
parents:
13717
diff
changeset
|
401 from the network: |
21732 | 402 <screen> |
403 wget <replaceable>ftp://micorsops.com/something.avi</replaceable> -O - | mplayer -cache 8192 - | |
404 </screen> | |
11035
094e0838e5a7
<para>Note:.... </para> really should be <note><para>....</para></note>
lumag
parents:
10968
diff
changeset
|
405 </para></note> |
15499 | 406 |
21521 | 407 <!-- ********** --> |
408 | |
15499 | 409 <sect2 id="streaming-save"> |
410 <title>Saving streamed content</title> | |
21521 | 411 |
15499 | 412 <para> |
21521 | 413 Once you succeed in making <application>MPlayer</application> play |
414 your favorite internet stream, you can use the option | |
415 <option>-dumpstream</option> to save the stream into a file. | |
416 For example: | |
15499 | 417 <screen> |
21521 | 418 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>stream.asf</replaceable> |
15499 | 419 </screen> |
21521 | 420 will save the content streamed from |
421 <replaceable>http://217.71.208.37:8006</replaceable> into | |
422 <replaceable>stream.asf</replaceable>. | |
423 This works with all protocols supported by | |
424 <application>MPlayer</application>, like MMS, RSTP, and so forth. | |
15499 | 425 </para> |
426 </sect2> | |
21521 | 427 </sect1> |
15499 | 428 |
21521 | 429 |
430 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
431 | |
9966 | 432 |
11786 | 433 <sect1 id="edl" xreflabel="Edit Decision Lists (EDL)"> |
434 <title>Edit Decision Lists (EDL)</title> | |
435 | |
436 <para> | |
437 The edit decision list (EDL) system allows you to automatically skip | |
438 or mute sections of videos during playback, based on a movie specific | |
439 EDL configuration file. | |
440 </para> | |
441 | |
442 <para> | |
443 This is useful for those who may want to watch a film in "family-friendly" | |
444 mode. You can cut out any violence, profanity, Jar-Jar Binks .. from a movie | |
445 according to your own personal preferences. Aside from this, there are other | |
446 uses, like automatically skipping over commercials in video files you watch. | |
447 </para> | |
448 | |
449 <para> | |
18959 | 450 The EDL file format is pretty bare-bones. There is one command per line that |
451 indicates what to do (skip/mute) and when to do it (using pts in seconds). | |
11786 | 452 </para> |
453 | |
21521 | 454 <!-- ********** --> |
455 | |
11786 | 456 <sect2 id="edl_using"> |
457 <title>Using an EDL file</title> | |
21521 | 458 |
11786 | 459 <para> |
460 Include the <option>-edl <filename></option> flag when you run | |
461 <application>MPlayer</application>, with the name of the EDL file you | |
462 want applied to the video. | |
463 </para> | |
464 </sect2> | |
465 | |
21521 | 466 <!-- ********** --> |
467 | |
11786 | 468 <sect2 id="edl_making"> |
469 <title>Making an EDL file</title> | |
21521 | 470 |
11786 | 471 <para> |
472 The current EDL file format is: | |
21521 | 473 <programlisting>[begin second] [end second] [action]</programlisting> |
11786 | 474 Where the seconds are floating-point numbers and the action is either |
475 <literal>0</literal> for skip or <literal>1</literal> for mute. Example: | |
476 <programlisting> | |
477 5.3 7.1 0 | |
478 15 16.7 1 | |
479 420 422 0 | |
480 </programlisting> | |
481 This will skip from second 5.3 to second 7.1 of the video, then mute at | |
482 15 seconds, unmute at 16.7 seconds and skip from second 420 to second 422 | |
483 of the video. These actions will be performed when the playback timer | |
484 reaches the times given in the file. | |
485 </para> | |
486 | |
487 <para> | |
21521 | 488 To create an EDL file to work from, use the <option>-edlout |
489 <filename></option> flag. During playback, just hit <keycap>i</keycap> to | |
490 mark the beginning and end of a skip block. | |
491 A corresponding entry will be written to the file for that time. | |
492 You can then go back and fine-tune the generated EDL file as well as | |
18912 | 493 change the default operation which is to skip the block described by each line. |
11786 | 494 </para> |
495 </sect2> | |
21521 | 496 </sect1> |
11786 | 497 |
21521 | 498 |
499 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> | |
11786 | 500 |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
501 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
502 <sect1 id="advaudio" xreflabel="Advanced Audio"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
503 <title>Advanced audio</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
504 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
505 <sect2 id="advaudio-surround"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
506 <title>Surround/Multichannel playback</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
507 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
508 <sect3 id="advaudio-surround-DVD"> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
509 <title>DVDs</title> |
21521 | 510 |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
511 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
512 Most DVDs and many other files include surround sound. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
513 <application>MPlayer</application> supports surround playback but does not |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
514 enable it by default because stereo equipment is by far more common. To play a |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
515 file that has more than two channels of audio use <option>-channels</option>. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
516 For example, to play a DVD with 5.1 audio: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
517 <screen>mplayer dvd://1 -channels 6</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
518 Note that despite the name "5.1" there are actually six discrete channels. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
519 If you have surround sound equipment it is safe to put the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
520 <option>channels</option> option in your <application>MPlayer</application> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
521 configuration file <filename>~/.mplayer/config</filename>. For example, to make |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
522 quadraphonic playback the default, add this line: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
523 <programlisting>channels=4</programlisting> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
524 <application>MPlayer</application> will then output audio in four channels when |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
525 all four channels are available. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
526 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
527 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
528 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
529 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
530 <sect3 id="advaudio-surround-stereoinfour"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
531 <title>Playing stereo files to four speakers</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
532 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
533 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
534 <application>MPlayer</application> does not duplicate any channels by default, |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
535 and neither do most audio drivers. If you want to do that manually: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
536 <screen>mplayer <replaceable>filename</replaceable> -af channels=2:2:0:1:0:0</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
537 See the section on |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
538 <link linkend="advaudio-channels-copying">channel copying</link> for an |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
539 explanation. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
540 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
541 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
542 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
543 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
544 <sect3 id="advaudio-surround-passthrough"> |
24036 | 545 <title>AC-3/DTS Passthrough</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
546 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
547 <para> |
24036 | 548 DVDs usually have surround audio encoded in AC-3 (Dolby Digital) or DTS |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
549 (Digital Theater System) format. Some modern audio equipment is capable of |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
550 decoding these formats internally. <application>MPlayer</application> can be |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
551 configured to relay the audio data without decoding it. This will only work if |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
552 you have a S/PDIF (Sony/Philips Digital Interface) jack in your sound card. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
553 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
554 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
555 <para> |
24036 | 556 If your audio equipment can decode both AC-3 and DTS, you can safely enable |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
557 passthrough for both formats. Otherwise, enable passthrough for only the format |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
558 your equipment supports. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
559 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
560 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
561 <itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
562 <title>To enable passthrough on the command line:</title> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
563 <listitem><para> |
24036 | 564 For AC-3 only, use <option>-ac hwac3</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
565 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
566 <listitem><para> |
21521 | 567 For DTS only, use <option>-ac hwdts</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
568 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
569 <listitem><para> |
24036 | 570 For both AC-3 and DTS, use <option>-afm hwac3</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
571 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
572 </itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
573 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
574 <itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
575 <title>To enable passthrough in the <application>MPlayer</application> |
21732 | 576 configuration file: </title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
577 <listitem><para> |
24036 | 578 For AC-3 only, use <option>ac=hwac3,</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
579 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
580 <listitem><para> |
21521 | 581 For DTS only, use <option>ac=hwdts,</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
582 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
583 <listitem><para> |
24036 | 584 For both AC-3 and DTS, use <option>afm=hwac3</option> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
585 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
586 </itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
587 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
588 <para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
589 Note that there is a comma (",") at the end of |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
590 <option>ac=hwac3,</option> and <option>ac=hwdts,</option>. This will make |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
591 <application>MPlayer</application> fall back on the codecs it normally uses when |
24036 | 592 playing a file that does not have AC-3 or DTS audio. |
21732 | 593 <option>afm=hwac3</option> does not need a comma; |
594 <application>MPlayer</application> will fall back anyway when an audio family | |
595 is specified. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
596 </para> |
21521 | 597 </sect3> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
598 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
599 |
17432 | 600 <sect3 id="hwmpa-surround-passthrough"> |
601 <title>MPEG audio Passthrough</title> | |
602 | |
603 <para> | |
604 Digital TV transmissions (such as DVB and ATSC) and some DVDs usually have | |
605 MPEG audio streams (in particular MP2). | |
606 Some MPEG hardware decoders such as full-featured DVB cards and DXR2 | |
607 adapters can natively decode this format. | |
608 <application>MPlayer</application> can be configured to relay the audio data | |
609 without decoding it. | |
610 </para> | |
611 | |
612 <para> | |
613 To use this codec: | |
614 <screen> mplayer -ac hwmpa </screen> | |
615 </para> | |
616 </sect3> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
617 |
21521 | 618 |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
619 <sect3 id="advaudio-surround-matrix"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
620 <title>Matrix-encoded audio</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
621 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
622 <para> |
16394
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
623 <emphasis>***TODO***</emphasis> |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
624 </para> |
21521 | 625 |
16394
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
626 <para> |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
627 This section has yet to be written and cannot be completed until somebody |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
628 provides sample files for us to test. If you have any matrix-encoded audio |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
629 files, know where to find some, or have any information that could be helpful, |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
630 please send a message to the |
19709 | 631 <ulink url="http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs">MPlayer-DOCS</ulink> |
16394
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
632 mailing list. Put "[matrix-encoded audio]" in the subject line. |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
633 </para> |
21521 | 634 |
16394
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
635 <para> |
21c16d991b81
rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugfood-ml AT fatooh DOT org >
wanderer
parents:
16391
diff
changeset
|
636 If no files or further information are forthcoming this section will be dropped. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
637 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
638 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
639 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
640 Good links: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
641 <itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
642 <listitem><para> |
21521 | 643 <ulink url="http://electronics.howstuffworks.com/surround-sound5.htm">http://electronics.howstuffworks.com/surround-sound5.htm</ulink> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
644 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
645 <listitem><para> |
21521 | 646 <ulink url="http://www.extremetech.com/article2/0,1697,1016875,00.asp">http://www.extremetech.com/article2/0,1697,1016875,00.asp</ulink> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
647 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
648 </itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
649 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
650 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
651 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
652 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
653 <sect3 id="advaudio-surround-hrtf"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
654 <title>Surround emulation in headphones</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
655 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
656 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
657 <application>MPlayer</application> includes an HRTF (Head Related Transfer |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
658 Function) filter based on an |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
659 <ulink url="http://sound.media.mit.edu/KEMAR.html">MIT project</ulink> |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
660 wherein measurements were taken from microphones mounted on a dummy human head. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
661 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
662 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
663 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
664 Although it is not possible to exactly imitate a surround system, |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
665 <application>MPlayer</application>'s HRTF filter does provide more spatially |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
666 immersive audio in 2-channel headphones. Regular downmixing simply combines all |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
667 the channels into two; besides combining the channels, <option>hrtf</option> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
668 generates subtle echoes, increases the stereo separation slightly, and alters |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
669 the volume of some frequencies. Whether HRTF sounds better may be dependent on |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
670 the source audio and a matter of personal taste, but it is definitely worth |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
671 trying out. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
672 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
673 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
674 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
675 To play a DVD with HRTF: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
676 <screen>mplayer dvd://1 -channels 6 -af hrtf</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
677 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
678 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
679 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
680 <option>hrtf</option> only works well with 5 or 6 channels. Also, |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
681 <option>hrtf</option> requires 48 kHz audio. DVD audio is already 48 kHz, but if |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
682 you have a file with a different sampling rate that you want to play using |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
683 <option>hrtf</option> you must resample it: |
21521 | 684 <screen> |
685 mplayer <replaceable>filename</replaceable> -channels 6 -af resample=48000,hrtf | |
686 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
687 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
688 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
689 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
690 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
691 <sect3 id="advaudio-surround-troubleshooting"> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
692 <title>Troubleshooting</title> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
693 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
694 <para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
695 If you do not hear any sound out of your surround channels, check your mixer |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
696 settings with a mixer program such as <application>alsamixer</application>; |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
697 audio outputs are often muted and set to zero volume by default. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
698 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
699 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
700 </sect2> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
701 |
21521 | 702 <!-- ********** --> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
703 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
704 <sect2 id="advaudio-channels"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
705 <title>Channel manipulation</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
706 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
707 <sect3 id="advaudio-channels-general"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
708 <title>General information</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
709 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
710 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
711 Unfortunately, there is no standard for how channels are ordered. The orders |
24036 | 712 listed below are those of AC-3 and are fairly typical; try them and see if your |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
713 source matches. Channels are numbered starting with 0. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
714 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
715 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
716 <title>mono</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
717 <listitem override="0"><para>center</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
718 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
719 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
720 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
721 <title>stereo</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
722 <listitem override="0"><para>left</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
723 <listitem><para>right</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
724 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
725 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
726 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
727 <title>quadraphonic</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
728 <listitem override="0"><para>left front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
729 <listitem><para>right front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
730 <listitem><para>left rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
731 <listitem><para>right rear</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
732 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
733 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
734 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
735 <title>surround 4.0</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
736 <listitem override="0"><para>left front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
737 <listitem><para>right front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
738 <listitem><para>center rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
739 <listitem><para>center front</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
740 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
741 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
742 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
743 <title>surround 5.0</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
744 <listitem override="0"><para>left front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
745 <listitem><para>right front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
746 <listitem><para>left rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
747 <listitem><para>right rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
748 <listitem><para>center front</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
749 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
750 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
751 <orderedlist spacing="compact"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
752 <title>surround 5.1</title> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
753 <listitem override="0"><para>left front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
754 <listitem><para>right front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
755 <listitem><para>left rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
756 <listitem><para>right rear</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
757 <listitem><para>center front</para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
758 <listitem><para>subwoofer</para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
759 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
760 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
761 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
762 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
763 The <option>-channels</option> option is used to request the number of |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
764 channels from the audio decoder. Some audio codecs use the number of specified |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
765 channels to decide if downmixing the source is necessary. Note that this does |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
766 not always affect the number of output channels. For example, using |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
767 <option>-channels 4</option> to play a stereo MP3 file will still result in |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
768 2-channel output since the MP3 codec will not produce the extra channels. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
769 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
770 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
771 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
772 The <option>channels</option> audio filter can be used to create or remove |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
773 channels and is useful for controlling the number of channels sent to the sound |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
774 card. See the following sections for more information on channel manipulation. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
775 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
776 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
777 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
778 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
779 <sect3 id="advaudio-channels-mono"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
780 <title>Playing mono with two speakers</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
781 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
782 <para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
783 Mono sounds a lot better when played through two speakers - especially when |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
784 using headphones. Audio files that truly have one channel are automatically |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
785 played through two speakers; unfortunately, most files with mono sound are |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
786 actually encoded as stereo with one channel silent. The easiest and most |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
787 foolproof way to make both speakers output the same audio is the |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
788 <option>extrastereo</option> filter: |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
789 <screen>mplayer <replaceable>filename</replaceable> -af extrastereo=0</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
790 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
791 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
792 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
793 This averages both channels, resulting in both channels being half as loud as |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
794 the original. The next sections have examples of other ways to do this without a |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
795 volume decrease, but they are more complex and require different options |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
796 depending on which channel to keep. If you really need to maintain the volume, |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
797 it may be easier to experiment with the <option>volume</option> filter and find |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
798 the right value. For example: |
21521 | 799 <screen> |
800 mplayer <replaceable>filename</replaceable> -af extrastereo=0,volume=5 | |
801 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
802 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
803 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
804 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
805 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
806 <sect3 id="advaudio-channels-copying"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
807 <title>Channel copying/moving</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
808 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
809 <para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
810 The <option>channels</option> filter can move any or all channels. |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
811 Setting up all the suboptions for the <option>channels</option> |
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
812 filter can be complicated and takes a little care. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
813 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
814 <orderedlist spacing="compact"> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
815 <listitem><para> |
21521 | 816 Decide how many output channels you need. This is the first suboption. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
817 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
818 <listitem><para> |
21521 | 819 Count how many channel moves you will do. This is the second suboption. Each |
820 channel can be moved to several different channels at the same time, but keep | |
821 in mind that when a channel is moved (even if to only one destination) the | |
822 source channel will be empty unless another channel is moved into it. To copy | |
823 a channel, keeping the source the same, simply move the channel into both the | |
824 destination and the source. For example: | |
825 <programlisting> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
826 channel 2 --> channel 3 |
21521 | 827 channel 2 --> channel 2<!-- |
828 --></programlisting> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
829 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
830 <listitem><para> |
21521 | 831 Write out the channel copies as pairs of suboptions. Note that the first |
832 channel is 0, the second is 1, etc. The order of these suboptions does not | |
833 matter as long as they are properly grouped into | |
21732 | 834 <replaceable>source:destination</replaceable> pairs. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
835 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
836 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
837 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
838 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
839 <bridgehead>Example: one channel in two speakers</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
840 <para> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
841 Here is an example of another way to play one channel in both speakers. Suppose |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
842 for this example that the left channel should be played and the right channel |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
843 discarded. Following the steps above: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
844 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
845 <listitem><para> |
21521 | 846 In order to provide an output channel for each of the two speakers, the first |
847 suboption must be "2". | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
848 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
849 <listitem><para> |
21521 | 850 The left channel needs to be moved to the right channel, and also must be |
851 moved to itself so it won't be empty. This is a total of two moves, making | |
852 the second suboption "2" as well. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
853 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
854 <listitem><para> |
21521 | 855 To move the left channel (channel 0) into the right channel (channel 1), the |
856 suboption pair is "0:1", "0:0" moves the left channel onto itself. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
857 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
858 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
859 Putting that all together gives: |
21521 | 860 <screen> |
861 mplayer <replaceable>filename</replaceable> -af channels=2:2:0:1:0:0 | |
862 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
863 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
864 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
865 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
866 The advantage this example has over <option>extrastereo</option> is that the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
867 volume of each output channel is the same as the input channel. The disadvantage |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
868 is that the suboptions must be changed to "2:2:1:0:1:1" when the desired audio |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
869 is in the right channel. Also, it is more difficult to remember and type. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
870 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
871 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
872 <bridgehead>Example: left channel in two speakers shortcut</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
873 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
874 There is actually a much easier way to use the <option>channels</option> filter |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
875 for playing the left channel in both speakers: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
876 <screen>mplayer <replaceable>filename</replaceable> -af channels=1</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
877 The second channel is discarded and, with no further suboptions, the single |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
878 remaining channel is left alone. Sound card drivers automatically play |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
879 single-channel audio in both speakers. This only works when the desired channel |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
880 is on the left. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
881 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
882 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
883 <bridgehead>Example: duplicate front channels to the rear</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
884 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
885 Another common operation is to duplicate the front channels and play them back |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
886 on the rear speakers of a quadraphonic setup. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
887 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
888 <listitem><para> |
21521 | 889 There should be four output channels. The first suboption is "4". |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
890 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
891 <listitem><para> |
21521 | 892 Each of the two front channels needs to be moved to the corresponding rear |
893 channel and also to itself. This is four moves, so the second suboption is "4". | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
894 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
895 <listitem><para> |
21521 | 896 The left front (channel 0) needs to moved to the left rear (channel 2): |
897 "0:2". The left front also needs to be moved to itself: "0:0". The right | |
898 front (channel 1) is moved to the right rear (channel 3): "1:3", and also to | |
899 itself: "1:1". | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
900 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
901 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
902 Combine all the suboptions to get: |
21521 | 903 <screen> |
904 mplayer <replaceable>filename</replaceable> -af channels=4:4:0:2:0:0:1:3:1:1 | |
905 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
906 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
907 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
908 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
909 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
910 <sect3 id="advaudio-channels-mixing"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
911 <title>Channel mixing</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
912 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
913 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
914 The <option>pan</option> filter can mix channels in user-specified proportions. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
915 This allows for everything the <option>channels</option> filter can do and |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
916 more. Unfortunately, the suboptions are much more complicated. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
917 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
918 <listitem><para> |
21521 | 919 Decide how many channels to work with. You may need to specify this with |
920 <option>-channels</option> and/or <option>-af channels</option>. | |
921 Later examples will show when to use which. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
922 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
923 <listitem><para> |
21521 | 924 Decide how many channels to feed into <option>pan</option> (further decoded |
925 channels are discarded). This is the first suboption, and it also controls how | |
926 many channels to employ for output. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
927 </para></listitem> |
21521 | 928 <listitem> |
929 <para> | |
930 The remaining suboptions specify how much of each channel gets mixed into each | |
931 other channel. This is the complicated part. To break the task down, split the | |
932 suboptions into several sets, one set for each output channel. Each suboption | |
933 within a set corresponds to an input channel. The number you specify will be | |
934 the percentage of the input channel that gets mixed into the output channel. | |
935 </para> | |
936 <para> | |
937 <option>pan</option> accepts values from 0 to 512, yielding 0% to 51200% of | |
938 the original volume. Be careful when using values greater than 1. Not only | |
939 can this give you very high volume, but if you exceed the sample range of | |
940 your sound card you may hear painful pops and clicks. If you want you can | |
941 follow <option>pan</option> with <option>,volume</option> to enable clipping, | |
942 but it is best to keep the values of <option>pan</option> low enough that | |
943 clipping is not necessary. | |
944 </para> | |
945 </listitem> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
946 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
947 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
948 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
949 <bridgehead>Example: one channel in two speakers</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
950 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
951 Here is yet another example for playing the left channel in two speakers. Follow |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
952 the steps above: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
953 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
954 <listitem><para> |
21521 | 955 <option>pan</option> should output two channels, so the first |
956 suboption is "2". | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
957 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
958 <listitem><para> |
21521 | 959 Since we have two input channels, there will be two sets of suboptions. |
960 Since there are also two output channels, | |
961 there will be two suboptions per set. | |
962 The left channel from the file should go with full volume to | |
963 the new left and the right channels. | |
964 Thus the first set of suboptions is "1:1". | |
965 The right channel should be discarded, so the second would be "0:0". | |
966 Any 0 values at the end can be left out, but for ease of | |
967 understanding we will keep them. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
968 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
969 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
970 Putting those options together gives: |
16513
68890ac57391
Reflect recent changes to the the pan audio filter syntax and behavior in
diego
parents:
16487
diff
changeset
|
971 <screen>mplayer <replaceable>filename</replaceable> -af pan=2:1:1:0:0</screen> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
972 If the right channel is desired instead of the left, the suboptions to |
16513
68890ac57391
Reflect recent changes to the the pan audio filter syntax and behavior in
diego
parents:
16487
diff
changeset
|
973 <option>pan</option> will be "2:0:0:1:1". |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
974 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
975 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
976 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
977 <bridgehead>Example: left channel in two speakers shortcut</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
978 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
979 As with <option>channels</option>, there is a shortcut that only works with the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
980 left channel: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
981 <screen>mplayer <replaceable>filename</replaceable> -af pan=1:1</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
982 Since <option>pan</option> has only one channel of input (the other channel is |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
983 discarded), there is only one set with one suboption, which specifies that the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
984 only channel gets 100% of itself. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
985 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
986 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
987 <bridgehead>Example: downmixing 6-channel PCM</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
988 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
989 <application>MPlayer</application>'s decoder for 6-channel PCM is not capable of |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
990 downmixing. Here is a way to downmix PCM using <option>pan</option>: |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
991 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
992 <listitem><para> |
21521 | 993 The number of output channels is 2, so the first suboption is "2". |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
994 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
995 <listitem><para> |
21521 | 996 With six input channels there will be six sets of options. Fortunately, |
997 since we only care about the output of the first two channels, we only need to | |
998 make two sets; the remaining four sets can be omitted. Beware that not all | |
999 multichannel audio files have the same channel order! This example | |
24036 | 1000 demonstrates downmixing a file with the same channels as AC-3 5.1: |
21521 | 1001 <programlisting> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1002 0 - front left |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1003 1 - front right |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1004 2 - rear left |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1005 3 - rear right |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1006 4 - center front |
21521 | 1007 5 - subwoofer<!-- |
1008 --></programlisting> | |
1009 The first set of suboptions lists the percentages of the original volume, in | |
1010 order, which each output channel should receive from the | |
1011 front left channel: "1:0". | |
1012 The front right channel should go into the right output: "0:1". | |
1013 The same for the rear channels: "1:0" and "0:1". | |
1014 The center channel goes into both output channels with half volume: | |
1015 "0.5:0.5", and the subwoofer goes into both with full volume: "1:1". | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1016 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1017 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1018 Put all that together, for: |
21521 | 1019 <screen> |
1020 mplayer <replaceable>6-channel.wav</replaceable> -af pan=2:1:0:0:1:1:0:0:1:0.5:0.5:1:1 | |
1021 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1022 The percentages listed above are only a rough example. Feel free to tweak them. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1023 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1024 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1025 <bridgehead>Example: Playing 5.1 audio on big speakers without a subwoofer</bridgehead> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1026 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1027 If you have a huge pair of front speakers you may not want to waste any money on |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1028 buying a subwoofer for a complete 5.1 sound system. If you use |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1029 <option>-channels 5</option> to request that liba52 decode 5.1 audio in 5.0, |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1030 the subwoofer channel is simply discarded. If you want to distribute the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1031 subwoofer channel yourself you need to downmix manually with |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1032 <option>pan</option>: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1033 <orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1034 <listitem><para> |
21521 | 1035 Since <option>pan</option> needs to examine all six channels, specify |
1036 <option>-channels 6</option> so liba52 decodes them all. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1037 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1038 <listitem><para> |
21521 | 1039 <option>pan</option> outputs to only five channels, the first suboption is 5. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1040 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1041 <listitem><para> |
21521 | 1042 Six input channels and five output channels means six sets of five suboptions. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1043 <itemizedlist spacing="compact"> |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1044 <listitem><para> |
21521 | 1045 The left front channel only replicates onto itself: |
1046 "1:0:0:0:0" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1047 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1048 <listitem><para> |
21521 | 1049 Same for the right front channel: |
1050 "0:1:0:0:0" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1051 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1052 <listitem><para> |
21521 | 1053 Same for the left rear channel: |
1054 "0:0:1:0:0" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1055 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1056 <listitem><para> |
21521 | 1057 And also the same for the right rear channel: |
1058 "0:0:0:1:0" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1059 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1060 <listitem><para> |
21521 | 1061 Center front, too: |
1062 "0:0:0:0:1" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1063 </para></listitem> |
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1064 <listitem><para> |
21521 | 1065 And now we have to decide what to do with the subwoofer, |
1066 e.g. half into front right and front left: | |
1067 "0.5:0.5:0:0:0" | |
21725
e4cd9d683286
Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
torinthiel
parents:
21596
diff
changeset
|
1068 </para></listitem> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1069 </itemizedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1070 </para></listitem> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1071 </orderedlist> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1072 Combine all those options to get: |
21521 | 1073 <screen> |
1074 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 | |
1075 </screen> | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1076 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1077 </sect3> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1078 </sect2> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1079 |
21521 | 1080 <!-- ********** --> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1081 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1082 <sect2 id="advaudio-volume"> |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
1083 <title>Software Volume adjustment</title> |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1084 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1085 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1086 Some audio tracks are too quiet to be heard comfortably without amplification. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1087 This becomes a problem when your audio equipment cannot amplify the signal for |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1088 you. The <option>-softvol</option> option directs |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1089 <application>MPlayer</application> to use an internal mixer. You can then use |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1090 the volume adjustment keys (by default <keycap>9</keycap> and |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1091 <keycap>0</keycap>) to reach much higher volume levels. Note that this does not |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1092 bypass your sound card's mixer; <application>MPlayer</application> only |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1093 amplifies the signal before sending it to your sound card. |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1094 The following example is a good start: |
21521 | 1095 <screen> |
1096 mplayer <replaceable>quiet-file</replaceable> -softvol -softvol-max 300 | |
1097 </screen> | |
16406 | 1098 The <option>-softvol-max</option> option specifies the maximum allowable output |
1099 volume as a percentage of the | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1100 original volume. For example, <option>-softvol-max 200</option> would allow the |
16406 | 1101 volume to be adjusted up to twice its original level. |
1102 It is safe to specify a large value with | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1103 <option>-softvol-max</option>; the higher volume will not be used until you |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1104 use the volume adjustment keys. The only disadvantage of a large value is that, |
16407
ba2b36441de7
Avoid some short forms, some consistency, wording and typo fixes.
diego
parents:
16406
diff
changeset
|
1105 since <application>MPlayer</application> adjusts volume by a percentage of the |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1106 maximum, you will not have as precise control when using the volume adjustment |
16406 | 1107 keys. Use a lower value with <option>-softvol-max</option> and/or specify |
1108 <option>-volstep 1</option> if you need higher precision. | |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1109 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1110 |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1111 <para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1112 The <option>-softvol</option> option works by controlling the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1113 <option>volume</option> audio filter. If you want to play a file at a certain |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1114 volume from the beginning you can specify <option>volume</option> manually: |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1115 <screen>mplayer <replaceable>quiet-file</replaceable> -af volume=10</screen> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1116 This will play the file with a ten decibel gain. Be careful when using the |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1117 <option>volume</option> filter - you could easily hurt your ears if you use |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1118 too high a value. Start low and work your way up gradually until you get a feel |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1119 for how much adjustment is required. Also, if you specify excessively high |
21521 | 1120 values, <option>volume</option> may need to clip the signal to avoid sending |
1121 your sound card data that is outside the allowable range; this will result in | |
16487 | 1122 distorted audio. |
16391
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1123 </para> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1124 </sect2> |
7a5d36c0633b
MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org>
gpoirier
parents:
15506
diff
changeset
|
1125 </sect1> |
9675 | 1126 </chapter> |