summaryrefslogtreecommitdiffstats
path: root/DOCS/mplayer.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 21:45:23 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-26 21:45:23 +0000
commit6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d (patch)
tree8182c83b77e662ea886716f214b516d8f45b70de /DOCS/mplayer.1
parentba28ff51141d64253ea7e49f45ce5ca00e9c103f (diff)
downloadmpv-6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d.tar.bz2
mpv-6eb8aeddece0c7e3c940a0f88f4d5f5c6604ee8d.tar.xz
numerous small fixes/updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3775 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r--DOCS/mplayer.131
1 files changed, 30 insertions, 1 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 93d455c2d0..8e16302059 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -18,6 +18,7 @@ mplayer \- Movie Player for Linux
.RB [ \-delay\ secs ]
.RB [ \-nobps ]
.RB [ \-aid\ id ]
+.RB [ \-alang\ audio\ stream\ languages ]
.RB [ \-vid\ id ]
.RB [ \-fps\ rate ]
.RB [ \-mc\ seconds/5f ]
@@ -69,6 +70,8 @@ mplayer \- Movie Player for Linux
.RB [ \-fbmodeconfig\ filename ]
.RB [ \-benchmark ]
.RB [ \-dvd\ titleid ]
+.RB [ \-sid\ subtitleid ]
+.RB [ \-slang\ subtitle\ languages ]
.RB [ \-chapter\ chapterid ]
.RB [ \-dvdangle\ angleid ]
.RB [ \-dvdkey\ key ]
@@ -84,7 +87,10 @@ mplayer \- Movie Player for Linux
.RB [ \-flip ]
.RB [ \-playlist\ <filename> ]
.RB [ \-slave ]
-.RB [ \-loop\ <num>]
+.RB [ \-loop\ <num> ]
+.RB [ \-mixer\ <device> ]
+.RB [ \-master\ yes/no ]
+.RB [ \-tv\ suboptions ]
.I - or file or device
.PP
.SH DESCRIPTION
@@ -120,6 +126,11 @@ Turns on DVD subtitle displaying. Also, you MUST specify a number which
corresponds to a DVD subtitle language (0-...). For the list of available
subtitles, use with the -v switch and look at the output. (EXPERIMENTAL)
.TP
+.B \-slang\ subtitle\ language
+See the former, but this option needs a two-letter parameter, a country
+code. Like: -slang hu,us will always select hungarian or if it's non existant
+then english subtitles, if there are any.
+.TP
.B \-chapter\ chapterid
specify which chapter to start playing at. Examples can be found below.
.TP
@@ -275,6 +286,18 @@ for the syntax.
.TP
.B \-loop\ <num>
Loops movie playback <num> times. 0 means forever.
+.TP
+.B \-mixer\ <device>
+This option will tell MPlayer to use a different device for mixing than
+/dev/mixer.
+.TP
+.B \-master\ yes/no
+Setting this option to "yes" will instruct MPlayer to change the MASTER
+mixer channel when setting the volume, and "no" means the PCM channel.
+.TP
+.B \-tv\ suboptions
+This option enables the TV grabbing feature of MPlayer. For complete
+documentation, please see documentation.html chapter 2.5
.IP
.SH "ADVANCED OPTIONS"
.TP
@@ -368,6 +391,12 @@ don't use avg. byte/sec value for A-V sync (AVI)
.B \-aid\ id
select audio channel [MPG: 0-31 AVI: 1-99 ASF: 0-127 VOB: 128-...]
.TP
+.B \-alang\ audio\ stream\ language
+Used when playing DVD disks. Expects a two-letter country code(s) as
+parameter, and always tries to play back audio streams those language
+matches the given code. For example: -alang hu,us will always try to play
+hungarian or if it's non-existant then english audio streams if there are any.
+.TP
.B \-vid\ id
select video channel [MPG: 0-15 AVI: -- ]
.TP