Last active
July 31, 2023 21:20
-
-
Save palopezv/fc2dc548a8f66f9149e223ff6ce53a40 to your computer and use it in GitHub Desktop.
my personal mpv windows configuration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 2023-08-01 | |
# use quotes for text that may contain spaces. | |
term-status-msg = "Time: ${time-pos}" | |
# | |
vo = gpu-next | |
# | |
hwdec = auto | |
gpu-api = vulkan | |
gpu-context = winvk | |
# | |
profile = gpu-hq | |
video-output-levels=full | |
# | |
volume-max = 200 | |
# | |
# This compensates my partial deafness... | |
ad-lavc-downmix=no | |
af=lavfi=[surround=chl_out=stereo:angle=160,treble=gain=3,bass=gain=-5] | |
# | |
alang = jpn,eng | |
slang = eng | |
# | |
sub-font = 'Tiresias Infofont' | |
sub-font-size = 42 | |
sub-color = '#BFFFD700' # gold 0.75 alpha | |
stretch-dvd-subs = yes | |
image-subs-video-resolution = yes | |
# | |
# This is for my sanity | |
# | |
geometry = 50%:25% | |
# | |
# This is for ease of viewing. | |
# | |
# 1200 1280 1330 1366 1400 1440 +2 to take border into account | |
# autofit = 1330 | |
#autofit-larger = 1366 | |
#autofit-smaller = 1366 | |
autofit-larger = 1423 | |
autofit-smaller = 1423 | |
# | |
# This is a quickfix sometimes. | |
# | |
# sub-ass-force-style = PlayResX=1280 | |
# | |
#ytdl-format=136+140/best | |
ytdl-format=best | |
# | |
ignore-path-in-watch-later-config = yes | |
# | |
#screenshot-directory = 'C:\Users\palop\OneDrive\Imágenes\Capturas de pantalla\' | |
# | |
use-filedir-conf = yes | |
# | |
#script = ~~home/scripts/autoload.lua | |
# | |
## vim:ft=config:et:ts=2:sw=2 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment