28 lines
758 B
Plaintext
28 lines
758 B
Plaintext
# 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
|