summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 13:11:17 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 13:11:17 +0000
commit2a8d0f0ee601d90cb6ac3e349678d94e7187f9e8 (patch)
treea48301365a1b1fd5b2bcc1ebe31dbc5fec386bd1
parenta06ecb5edf0b78ec627b04ffcdb615ea8e0a3f96 (diff)
downloadmpv-2a8d0f0ee601d90cb6ac3e349678d94e7187f9e8.tar.bz2
mpv-2a8d0f0ee601d90cb6ac3e349678d94e7187f9e8.tar.xz
update -channels to match observed behavior, patch by Corey Hickey < bugfood-ml AH fatooh POUM org >
From Thread: Date: Sep 2, 2005 5:25 AM Subject: Re: [MPlayer-DOCS] [PATCH] update -channels to match observed behavior git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16353 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/man/en/mplayer.115
1 files changed, 4 insertions, 11 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 0c0f7c80bb..4868de4d92 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -875,23 +875,16 @@ May be negative.
Specify the CD-ROM device (default: /dev/\:cdrom).
.
.TP
-.B \-channels <number>
-Change the number of playback channels (default: 2).
-If the number of output channels is bigger than the number of input channels
-empty channels are inserted with the help of the channels audio filter (unless
-mixing from mono to stereo, then the mono channel is repeated in both
-output channels).
-The routing will be the default routing for the channels filter.
-If the number of output channels is smaller than the number of input channels,
-results depend on the audio decoder (\-afm).
+.B \-channels <number> (also see \-af channels)
+Request the number of playback channels (default: 2).
MPlayer asks the decoder to decode the audio into as many channels as
specified.
Now it's up to the decoder to fulfill the requirement.
-If the decoder outputs more channels than requested, the exceeding channels
-are truncated.
This is usually only important when playing videos with AC3 audio (like DVDs).
In that case liba52 does the decoding by default and correctly downmixes the
audio into the requested number of channels.
+To directly control the number of output channels independently of how many
+channels are decoded, use the channels filter.
.br
.I NOTE:
This option is honored by codecs (AC3 only), filters (surround) and audio