Initial commit.
This commit is contained in:
commit
fb9d04b7ef
28 changed files with 2359 additions and 0 deletions
27
.config/mpv/mpv.conf
Normal file
27
.config/mpv/mpv.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps
|
||||
ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best
|
||||
# THIS OPTIONS ACTUALLY FORCES VP9 OUT, FUCK YEA
|
||||
ytdl-raw-options=extractor-args="youtube:player-client=android"
|
||||
# fullscreen and show window immediatly
|
||||
fs
|
||||
force-window=immediate
|
||||
# making playback be as smooth as possible f**k quility
|
||||
scale=bilinear
|
||||
cscale=bilinear
|
||||
dscale=bilinear
|
||||
scale-antiring=0
|
||||
cscale-antiring=0
|
||||
dither-depth=no
|
||||
correct-downscaling=no
|
||||
sigmoid-upscaling=no
|
||||
deband=no
|
||||
# hwdec=auto
|
||||
# gpu-api=vulkan
|
||||
# vo=gpu-next
|
||||
# nice screenshots
|
||||
screenshot-template="%F - [%P]v%#01n"
|
||||
|
||||
# Subtitles loading on crack
|
||||
sub-file-paths=Subs;subs
|
||||
sub-auto=all
|
||||
slang=english,eng,en
|
Loading…
Add table
Add a link
Reference in a new issue