Update.
This commit is contained in:
parent
bd3a0b62e0
commit
3bd12ecc92
@ -37,8 +37,8 @@ fps_color=B22222,FDFD09,39F900
|
||||
|
||||
### Display miscellaneous information
|
||||
# engine_version
|
||||
# gpu_name
|
||||
# vulkan_driver
|
||||
gpu_name
|
||||
vulkan_driver
|
||||
# wine
|
||||
|
||||
### Display GameMode / vkBasalt running status
|
||||
|
@ -1,27 +1,54 @@
|
||||
# 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"
|
||||
# limit videos to only 1080p 60fps, disable av1 ( my system can't hardware accelerate it) and vp9 ( file size too big my internet can't keep up )
|
||||
ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!~='vp0?9'][vcodec!*=av01]+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
|
||||
|
||||
# disable droping frames during seek
|
||||
hr-seek-framedrop=no
|
||||
|
||||
# high quality settings
|
||||
profile=gpu-hq
|
||||
|
||||
# Hardware acceleration
|
||||
hwdec=nvdec-copy
|
||||
gpu-api=vulkan
|
||||
vo=gpu-next
|
||||
|
||||
# nice screenshots
|
||||
screenshot-format=png
|
||||
screenshot-high-bit-depth=yes
|
||||
screenshot-png-compression=7 # Setting too high may lag the PC on weaker systems. Recommend 3 (weak systems) or 7.
|
||||
screenshot-directory="~/pics/mpv/"
|
||||
screenshot-template="%F - [%P]v%#01n"
|
||||
|
||||
# Change up order lol
|
||||
alang = 'jpn,jp,eng,en'
|
||||
|
||||
# Subtitles loading on crack
|
||||
sub-file-paths=Subs;subs
|
||||
sub-auto=all
|
||||
slang=english,eng,en
|
||||
slang=english,eng,en,enUS
|
||||
|
||||
# UI Options
|
||||
reset-on-next-file=pause # Resumes playback when skip to next file
|
||||
no-osd-bar # Hide OSD bar when seeking.
|
||||
osd-duration=500 # Hide OSD text after x ms.
|
||||
|
||||
# Deband filter
|
||||
deband=yes # Default values are 1:64:16:48
|
||||
|
||||
# Deband parameters configuration.
|
||||
deband-iterations=2 # Range 1-16.
|
||||
deband-threshold=35 # Range 0-4096.
|
||||
deband-range=20 # Range 1-64.
|
||||
deband-grain=5 # Range 0-4096.
|
||||
|
||||
# Enable dithering
|
||||
dither-depth=auto
|
||||
|
||||
# Enable better scalers
|
||||
scale=ewa_lanczossharp
|
||||
dscale=mitchell
|
||||
cscale=spline36 # alternatively ewa_lanczossoft depending on preference
|
||||
|
@ -8,3 +8,5 @@ inactive-opacity-override = false;
|
||||
corner-radius = 0;
|
||||
|
||||
vsync = false;
|
||||
|
||||
backend = "glx";
|
||||
|
Loading…
x
Reference in New Issue
Block a user