Skip to content

Instantly share code, notes, and snippets.

@adilsonfsantos
Created May 1, 2023 16:58
Show Gist options
  • Save adilsonfsantos/d2aa4de32dac30ad8cea8d1d5a8a9992 to your computer and use it in GitHub Desktop.
Save adilsonfsantos/d2aa4de32dac30ad8cea8d1d5a8a9992 to your computer and use it in GitHub Desktop.
AXIS_UP add volume 2
AXIS_DOWN add volume -2
UP add volume 2
DOWN add volume -2
Shift+RIGHT frame-step
Shift+LEFT frame-back-step
Shift+UP add volume 10
Shift+DOWN add volume -10
q ignore
e add sub-scale +0.1
r add sub-scale -0.1
E add sub-gauss +0.1
R add sub-gauss -0.1
t add sub-pos +1
z add sub-pos -1
T add sharpen +0.1
Z add sharpen -0.1
u cycle sub-gray
U cycle blend-subtitles
p cycle sub-fix-timing
a cycle audio
d ignore
D cycle deinterlace
g sub-reload
h cycle deband
k cycle ontop
K vf toggle "format=colormatrix=bt.709"; show_text ${video-out-params/colormatrix}
l cycle-values sub-ass-override "force" "no"
L vf toggle "format=colormatrix=bt.601"; show_text ${video-out-params/colormatrix}
y add sub-delay +0.042
x add sub-delay -0.042
b add audio-delay +0.042
n add audio-delay -0.042
M vf toggle yadif
# https://iamscum.wordpress.com/guides/videoplayback-guide/
profile=gpu-hq
vo=gpu-next
gpu-api=vulkan
deband=no
autofit=50%
border=no
pause
volume-max=100
# https://iamscum.wordpress.com/guides/videoplayback-guide/mpv-conf/
# General
save-position-on-quit=yes
keep-open=yes
autofit=50%
force-seekable=yes
# Video
hwdec=no
target-trc=srgb
gamma-factor=1.1
# OSD
osd-bar=no
cursor-autohide=100
# Audio
volume=100
audio-file-auto=fuzzy
# Subs
demuxer-mkv-subtitle-preroll=yes
sub-ass-vsfilter-blur-compat=no
blend-subtitles=yes
sub-fix-timing=yes
sub-auto=fuzzy
sub-gauss=1.0
sub-gray=yes
sub-font=Inter
sub-font-size=52
sub-blur=0.2
sub-border-color=0.0/0.0/0.0/1.0
sub-border-size=3.0
sub-color=1.0/1.0/1.0/1.0
sub-margin-x=100
sub-margin-y=50
sub-shadow-color=0.0/0.0/0.0/0.25
sub-shadow-offset=0
# Screenshot
screenshot-sw=yes
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=1
screenshot-jpeg-quality=95
screenshot-directory="D:\Usuários\Adilson\Imagens\mpv"
screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n"
autoload.lua
easycrop.lua
quick-scale.lua
webm.lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment