mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 20:21:49 +00:00
Keyboard control section moved to the beginning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
de394a6638
commit
8755d2d034
@ -182,55 +182,6 @@ It has the same options as MPlayer.
|
||||
.
|
||||
.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.\" Options
|
||||
.\" --------------------------------------------------------------------------
|
||||
.
|
||||
.SH "GENERAL NOTES"
|
||||
.B Also see the HTML documentation!
|
||||
.PP
|
||||
Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the
|
||||
\-fs option is \-nofs.
|
||||
.PP
|
||||
You can put all of the options in a configuration file which will be read
|
||||
every time MPlayer is run.
|
||||
The system-wide configuration file 'mplayer.conf' is in your configuration
|
||||
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
|
||||
specific one is '~/\:.mplayer/\:config'.
|
||||
User specific options override system-wide options and options given on the
|
||||
command line override either.
|
||||
The syntax of the configuration files is 'option=<value>', everything after
|
||||
a '#' is considered a comment.
|
||||
Options that work without values can be enabled by setting them to 'yes'
|
||||
or '1' and disabled by setting them to 'no' or '0'.
|
||||
Even suboptions can be specified in this way.
|
||||
.PP
|
||||
.I EXAMPLE:
|
||||
.br
|
||||
# Use Matrox driver by default.
|
||||
.br
|
||||
vo=xmga
|
||||
.br
|
||||
# I love practicing handstands while watching videos.
|
||||
.br
|
||||
flip=yes
|
||||
.br
|
||||
# Decode/\:encode multiple files from png,
|
||||
.br
|
||||
# start with mf://filemask
|
||||
.br
|
||||
mf=type=png:fps=25
|
||||
.br
|
||||
# Eerie negative images are cool.
|
||||
.br
|
||||
vf=eq2=1.0:-0.8
|
||||
.PP
|
||||
You can also write file-specific configuration files.
|
||||
If you wish to have a configuration file for a file called 'movie.avi', create a file
|
||||
named 'movie.avi.conf' with the file-specific options in it and put it in
|
||||
~/.mplayer or in the same directory as the file.
|
||||
.
|
||||
.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.\" Keyboard control
|
||||
.\" --------------------------------------------------------------------------
|
||||
.
|
||||
@ -351,6 +302,55 @@ change channel list
|
||||
.PD 1
|
||||
.
|
||||
.
|
||||
.\" --------------------------------------------------------------------------
|
||||
.\" Options
|
||||
.\" --------------------------------------------------------------------------
|
||||
.
|
||||
.SH "GENERAL NOTES"
|
||||
.B Also see the HTML documentation!
|
||||
.PP
|
||||
Every 'flag' option has a 'noflag' counterpart, e.g.\& the opposite of the
|
||||
\-fs option is \-nofs.
|
||||
.PP
|
||||
You can put all of the options in a configuration file which will be read
|
||||
every time MPlayer is run.
|
||||
The system-wide configuration file 'mplayer.conf' is in your configuration
|
||||
directory (e.g.\& /etc/\:mplayer or /usr/\:local/\:etc/\:mplayer), the user
|
||||
specific one is '~/\:.mplayer/\:config'.
|
||||
User specific options override system-wide options and options given on the
|
||||
command line override either.
|
||||
The syntax of the configuration files is 'option=<value>', everything after
|
||||
a '#' is considered a comment.
|
||||
Options that work without values can be enabled by setting them to 'yes'
|
||||
or '1' and disabled by setting them to 'no' or '0'.
|
||||
Even suboptions can be specified in this way.
|
||||
.PP
|
||||
.I EXAMPLE:
|
||||
.br
|
||||
# Use Matrox driver by default.
|
||||
.br
|
||||
vo=xmga
|
||||
.br
|
||||
# I love practicing handstands while watching videos.
|
||||
.br
|
||||
flip=yes
|
||||
.br
|
||||
# Decode/\:encode multiple files from png,
|
||||
.br
|
||||
# start with mf://filemask
|
||||
.br
|
||||
mf=type=png:fps=25
|
||||
.br
|
||||
# Eerie negative images are cool.
|
||||
.br
|
||||
vf=eq2=1.0:-0.8
|
||||
.PP
|
||||
You can also write file-specific configuration files.
|
||||
If you wish to have a configuration file for a file called 'movie.avi', create a file
|
||||
named 'movie.avi.conf' with the file-specific options in it and put it in
|
||||
~/.mplayer or in the same directory as the file.
|
||||
.
|
||||
.
|
||||
.SH "PLAYER OPTIONS (MPLAYER ONLY)"
|
||||
.TP
|
||||
.B \-autoq <quality> (use with \-vf [s]pp)
|
||||
|
Loading…
Reference in New Issue
Block a user