mirror of https://github.com/mpv-player/mpv
etc/mpv.conf: remove deprecated options
This hasn't been updated for a while. Some options are deprecated (--softvol), semi-deprecated or virtually useless (e.g. --vo and --ao), or use old-syntax (--sub-codepage).
This commit is contained in:
parent
93bd1a7d4a
commit
c3299d50bd
25
etc/mpv.conf
25
etc/mpv.conf
|
@ -52,9 +52,6 @@
|
||||||
# Keep the player window on top of all other windows.
|
# Keep the player window on top of all other windows.
|
||||||
#ontop=yes
|
#ontop=yes
|
||||||
|
|
||||||
# Specify default video driver (see --vo=help for a list).
|
|
||||||
#vo=opengl
|
|
||||||
|
|
||||||
# Specify high quality video rendering preset (for OpenGL VO only)
|
# Specify high quality video rendering preset (for OpenGL VO only)
|
||||||
# Can cause performance problems with some drivers and GPUs.
|
# Can cause performance problems with some drivers and GPUs.
|
||||||
#profile=opengl-hq
|
#profile=opengl-hq
|
||||||
|
@ -74,11 +71,9 @@
|
||||||
# audio settings #
|
# audio settings #
|
||||||
##################
|
##################
|
||||||
|
|
||||||
# Specify default audio driver (see --ao=help for a list).
|
# Specify default audio device. You can list devices with: --audio-device=help
|
||||||
#ao=alsa
|
# The option takes the device string (the stuff between the '...').
|
||||||
|
#audio-device=alsa/default
|
||||||
# Disable softvol usage, and always use the system mixer if available.
|
|
||||||
#softvol=no
|
|
||||||
|
|
||||||
# Do not filter audio to keep pitch when changing playback speed.
|
# Do not filter audio to keep pitch when changing playback speed.
|
||||||
#audio-pitch-correction=no
|
#audio-pitch-correction=no
|
||||||
|
@ -87,7 +82,7 @@
|
||||||
#audio-channels=5.1
|
#audio-channels=5.1
|
||||||
# Disable any automatic remix, _if_ the audio output accepts the audio format.
|
# Disable any automatic remix, _if_ the audio output accepts the audio format.
|
||||||
# of the currently played file. See caveats mentioned in the manpage.
|
# of the currently played file. See caveats mentioned in the manpage.
|
||||||
# (This is the default.)
|
# (The default is "auto-safe", see manpage.)
|
||||||
#audio-channels=auto
|
#audio-channels=auto
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
@ -124,13 +119,12 @@
|
||||||
|
|
||||||
# Change subtitle encoding. For Arabic subtitles use 'cp1256'.
|
# Change subtitle encoding. For Arabic subtitles use 'cp1256'.
|
||||||
# If the file seems to be valid UTF-8, prefer UTF-8.
|
# If the file seems to be valid UTF-8, prefer UTF-8.
|
||||||
#sub-codepage=utf8:cp1256
|
# (You can add '+' in front of the codepage to force it.)
|
||||||
|
#sub-codepage=cp1256
|
||||||
|
|
||||||
# You can also include other configuration files.
|
# You can also include other configuration files.
|
||||||
#include=/path/to/the/file/you/want/to/include
|
#include=/path/to/the/file/you/want/to/include
|
||||||
|
|
||||||
|
|
||||||
############
|
############
|
||||||
# Profiles #
|
# Profiles #
|
||||||
############
|
############
|
||||||
|
@ -138,8 +132,7 @@
|
||||||
# The options declared as part of profiles override global default settings,
|
# The options declared as part of profiles override global default settings,
|
||||||
# but only take effect when the profile is active.
|
# but only take effect when the profile is active.
|
||||||
|
|
||||||
# The following profile can be enabled on the command line with: --profile=invert
|
# The following profile can be enabled on the command line with: --profile=eye-cancer
|
||||||
|
|
||||||
#[invert]
|
#[eye-cancer]
|
||||||
# The profile forces this video filter:
|
#sharpen=5
|
||||||
#vf-add=flip
|
|
||||||
|
|
Loading…
Reference in New Issue