diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-07-02 23:37:18 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-07-02 23:37:18 +0530 |
| commit | 50099c4b04182bf0561c9116c9d8b51192ea4ed0 (patch) | |
| tree | 50efa0c5fd1781735150744ffd4e4258179bd217 | |
| parent | 0b2cb397e6c3d882af0e14d7a69895f58a9405d0 (diff) | |
mpv config
| -rw-r--r-- | .config/mpv/mpv.conf | 66 | ||||
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 3 |
2 files changed, 66 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..6201043 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,66 @@ +# PLAYER +# --- +# Use GPU-accelerated video output by default. +vo=gpu +# Enable best HW decoder, turn off software decoding. +hwdec=auto +# Keep the player open when a file's end is reached. +keep-open=yes +# Color log messages on the terminal. +msg-color=yes +# Prepend module name to log messages. +msg-module=yes +# Display progress bar on the terminal. +term-osd-bar=yes +# Autohide cursor after 1s. +cursor-autohide=1000 +# Use large seekable RAM cache even for local input. +#cache=yes +#cache-secs=300 +# Use extra large RAM cache, needs "cache=yes" to make it useful. +#demuxer-max-bytes=1800M +#demuxer-max-back-bytes=1200M +# Disabling of decoder framedrop during hr-seek. +hr-seek-framedrop=no + +# AUDIO +# --- +volume=100 +volume-max=200 +# Normalize audio. +af-add=dynaudnorm=g=5:f=250:r=0.9:p=0.5 + +# SCREENSHOT +screenshot-format=png +screenshot-directory="~/pix/ss/mpv" # Output directory +screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n" + +# SUBTITLES +# --- +# Detect all subtitles. +sub-auto=all +# External subs don't have to match file name exactly to autoload. +sub-auto=fuzzy +# Blend subtitles directly onto upscaled video frames. +blend-subtitles=yes +# Try to correctly show embedded subs when seeking. +demuxer-mkv-subtitle-preroll=yes +# Use embedded fonts for SSA/ASS subs. +embeddedfonts=yes +# Backward compatibility for vsfilter fansubs. +sub-ass-vsfilter-blur-compat=yes +# Search for external subs in these relative subdirectories. +sub-file-paths-append=ass +sub-file-paths-append=srt +sub-file-paths-append=sub +sub-file-paths-append=subs +sub-file-paths-append=subtitles + +# FILE-TYPE PROFILES +# --- +[extension.gif] +cache=no +loop-file=yes +no-pause + + diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index acc9c5b..bf15a16 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -18,9 +18,6 @@ Print super + shift + f pcmanfm -# spotify -super + shift + m - spot-adblock # web browser super + shift + b firefox |
