diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-30 11:37:42 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-30 11:37:42 +0000 |
commit | c2b67a610be7e237b6a10cf18c6a9ccb3a990516 (patch) | |
tree | dd0e2c54185fa4a86cb861c53e07ab2a08a69913 /DOCS/mplayer.1 | |
parent | 76513aa134f1e2660e42ebdefd2ae15d1debb79f (diff) |
v4l audio fixes by Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7164 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r-- | DOCS/mplayer.1 | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 8a40a1bbdb..951423fd8d 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -312,13 +312,37 @@ Available options are: us-cable, etc audiorate=<value> set audio capture bitrate alsa capture from ALSA - mono force mono audio + amode=<0..3> choose an audio mode: + 0 .. mono + 1 .. stereo + 2 .. language 1 + 3 .. language 2 + forcechan=<1,2> By default, the count of + recorded audio channels is + determined automatically + by querying the audio mode + from the tv card. This option + allows to force stereo/mono + recording regardless of the + amode option and the values + returned by v4l. This can + be used for troubleshooting + when the tv card is unable + to report the current audio + mode. adevice=<value> set an audio device /dev/... for OSS, hardware ID for ALSA audioid=<value> choose an audio output of the capture card, if it has more of them + volume=<value> These options set + bass=<value> parameters of the mixer + treble=<value> on the video capture card. + balance=<value> They will have no effect, + if your card doesn't have + one. All values are from + 0 to 65535. .I NOTE: Mplayer doesn't accept colons so type dots instead in the device ID, |