26 lines
646 B
Plaintext
26 lines
646 B
Plaintext
|
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps
|
||
|
ytdl-format="bestvideo[fps<=?60][height<=?1080][vcodec!=vp9]+bestaudio/best"
|
||
|
# 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
|