From c3299d50bd8e604ad8891e1f00e3b76ba9260f4b Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Apr 2017 11:18:35 +0200 Subject: 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). --- etc/mpv.conf | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/etc/mpv.conf b/etc/mpv.conf index c6080c6d08..d72c9ee6d7 100644 --- a/etc/mpv.conf +++ b/etc/mpv.conf @@ -52,9 +52,6 @@ # Keep the player window on top of all other windows. #ontop=yes -# Specify default video driver (see --vo=help for a list). -#vo=opengl - # Specify high quality video rendering preset (for OpenGL VO only) # Can cause performance problems with some drivers and GPUs. #profile=opengl-hq @@ -74,11 +71,9 @@ # audio settings # ################## -# Specify default audio driver (see --ao=help for a list). -#ao=alsa - -# Disable softvol usage, and always use the system mixer if available. -#softvol=no +# Specify default audio device. You can list devices with: --audio-device=help +# The option takes the device string (the stuff between the '...'). +#audio-device=alsa/default # Do not filter audio to keep pitch when changing playback speed. #audio-pitch-correction=no @@ -87,7 +82,7 @@ #audio-channels=5.1 # Disable any automatic remix, _if_ the audio output accepts the audio format. # 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 ################## @@ -124,13 +119,12 @@ # Change subtitle encoding. For Arabic subtitles use 'cp1256'. # 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. #include=/path/to/the/file/you/want/to/include - ############ # Profiles # ############ @@ -138,8 +132,7 @@ # The options declared as part of profiles override global default settings, # 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] -# The profile forces this video filter: -#vf-add=flip +#[eye-cancer] +#sharpen=5 -- cgit v1.2.3