Skip to content

Instantly share code, notes, and snippets.

@AlucardSama04
Created October 31, 2018 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlucardSama04/2c85a24245dc405f5d750cda2e06024a to your computer and use it in GitHub Desktop.
Save AlucardSama04/2c85a24245dc405f5d750cda2e06024a to your computer and use it in GitHub Desktop.
mpv.conf
# High quality video rendering for fast computer.
profile=opengl-hq
deband=no
#Tweaks
cursor-autohide=100
keep-open=no
#Priority
slang=en,eng
alang=ja,jp,jpn,en,eng
#Subs
demuxer-mkv-subtitle-preroll=yes
sub-ass-vsfilter-blur-compat=yes
sub-fix-timing=yes
#Volume
volume=0
volume-max=200
#Screenshot
screenshot-format=png
screenshot-high-bit-depth=yes
screenshot-png-compression=1
screenshot-jpeg-quality=100
screenshot-directory="C:\mpv\Pictures"
screenshot-template="%f-%wH.%wM.%wS.%wT-#%#00n"
#Deband
deband=no
deband-iterations=6
deband-threshold=150
deband-range=16
#Grain & Resizer
glsl-shader="C:\Shaders\noise_static_luma.hook"
glsl-shader="C:\Shaders\ravu-r4.hook"
fbo-format=rgba16hf
#Resizer
scale=ewa_lanczos
dscale=ewa_lanczos
cscale=sinc
cscale-window=blackman
cscale-radius=3
#Interpolation
blend-subtitles=yes
video-sync=display-resample
interpolation=yes
tscale=linear
#Activate dither (value depends on your screen bitdepth)
#Can lead to ugly outputs, "auto" is recommended
dither-depth=auto
#Luma upscale deringing (Higher = Less rining, but more detail loss)
scale-antiring=0.9
#Luma downscale deringing (Higher = Less rining, but more detail loss)
dscale-antiring=0.9
#Chroma upscale deringing (Higher = Less rining, but more detail loss)
cscale-antiring=0.9
[HorribleSubs]
profile-desc=cond:string.match(p.filename, "HorribleSubs")~=nil
deband=no
[Erai-Raws]
profile-desc=cond:string.match(p.filename, "Erai%-raws")~=nil
deband=no
[1080p.WebRip]
profile-desc=cond:string.match(p.filename, "1080p.WebRip")~=nil
deband=no
[1080p.Web-DL]
profile-desc=cond:string.match(p.filename, "1080p.Web%-DL")~=nil
deband=no
[A-Nolimit]
profile-desc=cond:string.match(p.filename, "A%-Nolimit")~=nil
deband=no
[MkZ]
profile-desc=cond:string.match(p.filename, "MkZ")~=nil
deband=no
[Wien-Subs]
profile-desc=cond:string.match(p.filename, "Wien%-Subs")~=nil
deband=no
[Shinobi]
profile-desc=cond:string.match(p.filename, "Shinobi")~=nil
deband=no
deband-range=16
[SakuraCircle]
profile-desc=cond:string.match(p.filename, "SakuraCircle")~=nil
deband=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment