mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Fixed a few still missed \- and better linebreaks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11179 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
656bc439ad
commit
fe938f7f23
@ -202,7 +202,7 @@ every time MPlayer is run.
|
|||||||
The system-wide configuration file 'mplayer.conf' is in your configuration
|
The system-wide configuration file 'mplayer.conf' is in your configuration
|
||||||
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
|
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
|
||||||
specific one is '~/\:.mplayer/\:config'.
|
specific one is '~/\:.mplayer/\:config'.
|
||||||
User specific options override system\-wide options and options given on the
|
User specific options override system-wide options and options given on the
|
||||||
command line override either.
|
command line override either.
|
||||||
The syntax of the configuration files is 'option=<value>', everything after
|
The syntax of the configuration files is 'option=<value>', everything after
|
||||||
a '#' is considered a comment.
|
a '#' is considered a comment.
|
||||||
@ -268,8 +268,8 @@ go to next/\:previous alternative source (asx playlist only)
|
|||||||
pause movie (any key unpauses)
|
pause movie (any key unpauses)
|
||||||
.IPs "q / ESC"
|
.IPs "q / ESC"
|
||||||
stop playing and quit
|
stop playing and quit
|
||||||
.IPs "+ and \-"
|
.IPs "+ and -"
|
||||||
adjust audio delay by +/\:\- 0.1 second
|
adjust audio delay by +/\:- 0.1 second
|
||||||
.IPs "/ and *"
|
.IPs "/ and *"
|
||||||
decrease/\:increase volume
|
decrease/\:increase volume
|
||||||
.IPs "9 and 0"
|
.IPs "9 and 0"
|
||||||
@ -293,7 +293,7 @@ toggle display of "forced subtitles"
|
|||||||
.IPs a\ \ \ \
|
.IPs a\ \ \ \
|
||||||
toggle subtitle aligment: top/middle/bottom
|
toggle subtitle aligment: top/middle/bottom
|
||||||
.IPs "z and x"
|
.IPs "z and x"
|
||||||
adjust subtitle delay by +/\:\- 0.1 second
|
adjust subtitle delay by +/\:- 0.1 second
|
||||||
.IPs "r and t"
|
.IPs "r and t"
|
||||||
adjust subtitle position
|
adjust subtitle position
|
||||||
.IPs i\ \ \ \
|
.IPs i\ \ \ \
|
||||||
@ -1005,9 +1005,9 @@ choose an audio output of the capture card, if it has more of them
|
|||||||
.IPs [volume|bass|treble|balance]=<0\-100>
|
.IPs [volume|bass|treble|balance]=<0\-100>
|
||||||
These options set parameters of the mixer on the video capture card.
|
These options set parameters of the mixer on the video capture card.
|
||||||
They will have no effect, if your card doesn't have one.
|
They will have no effect, if your card doesn't have one.
|
||||||
For v4l1, 0-65535 is a valid range. For v4l2, the valid range is
|
For v4l1, 0-65535 is a valid range.
|
||||||
0 to 100, and 50 maps to the default value of the control, as reported
|
For v4l2, the valid range is 0 to 100, and 50 maps to the default value of the
|
||||||
by the driver.
|
control, as reported by the driver.
|
||||||
.IPs immediatemode=<bool>
|
.IPs immediatemode=<bool>
|
||||||
A value of 0 means capture and buffer audio and video together
|
A value of 0 means capture and buffer audio and video together
|
||||||
(default for MEncoder).
|
(default for MEncoder).
|
||||||
@ -1629,7 +1629,8 @@ Try this option if you still experience fullscreen problems.
|
|||||||
.TP
|
.TP
|
||||||
.B \-fstype <type1,type2,...>
|
.B \-fstype <type1,type2,...>
|
||||||
Specify a priority list of fullscreen layer setting modes to be
|
Specify a priority list of fullscreen layer setting modes to be
|
||||||
used. The available types are:
|
used.
|
||||||
|
The available types are:
|
||||||
|
|
||||||
.PD 0
|
.PD 0
|
||||||
.RSs
|
.RSs
|
||||||
@ -2341,7 +2342,8 @@ Could be used to force scaling with \-vf scale.
|
|||||||
|
|
||||||
.SH "VIDEO FILTERS"
|
.SH "VIDEO FILTERS"
|
||||||
Video filter are plugins that allow you to modify the video stream and its
|
Video filter are plugins that allow you to modify the video stream and its
|
||||||
properties. The syntax is:
|
properties.
|
||||||
|
The syntax is:
|
||||||
.TP
|
.TP
|
||||||
.B \-vf <filter1[=options],filter2,...>
|
.B \-vf <filter1[=options],filter2,...>
|
||||||
Setup a chain of video filters.
|
Setup a chain of video filters.
|
||||||
@ -2349,7 +2351,8 @@ Setup a chain of video filters.
|
|||||||
.B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE)
|
.B \-vop <...,filter3[=options],filter2,filter1> (OBSOLETE)
|
||||||
Setup a chain of video filters, to be applied in
|
Setup a chain of video filters, to be applied in
|
||||||
.B reverse
|
.B reverse
|
||||||
order. Deprecated in favor of \-vf.
|
order.
|
||||||
|
Deprecated in favor of \-vf.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
The parameters are optional and if omitted, some of them are set to default
|
The parameters are optional and if omitted, some of them are set to default
|
||||||
|
Loading…
Reference in New Issue
Block a user