update mpv.conf, disable colored subtitles - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7710dbd1b1784adeffe118b15282fd05cb1b31d1
(DIR) parent f965ad5fc39d27bacf04cdf43a223e5c2c283a02
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 6 Jan 2024 13:34:15 +0100
update mpv.conf, disable colored subtitles
Diffstat:
M config/mpv/mpv.conf | 43 ++++++-------------------------
1 file changed, 8 insertions(+), 35 deletions(-)
---
(DIR) diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf
@@ -1,40 +1,13 @@
-force-window = immediate
-
-vo = gpu
-
-#vo = x11
-#vo = sdl
+sub-scale=0.6
+sub-auto=all
-# vo = gpu segfaults since about 2020-09-01+, but the rest are slow...
-#vo = gpu
-#ao = sndio
-#ao = sdl
+# Remove subtitle colors: radically strip all ASS tags and styles from the subtitle.
+sub-ass-override=strip
+force-window = immediate
+vo = gpu
cache = yes
-
volume-max = 1000
-sub-scale = 0.5
-sub-auto = all
-audio-channels = 2
-
-ytdl-format=bestvideo[height<=?768][fps<=?30]+bestaudio/best
-
-#tscale=linear
-#tscale=oversample
-#tscale=mitchell
-#tscale=triangle
-
-#vo = sdl
-
-#cache = 32768
-
-#deprecate softvol-max, now volume-max.
-#softvol-max = 1000
-
-#softvol = yes
-
-# limit youtube quality:
-#ytdl-format=bestvideo[height<=?1080][fps<=?30][vcodec!=?vp9]+bestaudio/best
-#ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9][vcodec*=?webm]+bestaudio/best
-#ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9][vcodec*=?mp4]+bestaudio/best
+#audio-channels = 2
+#ytdl-format=bestvideo[height<=?768][fps<=?30]+bestaudio/best