diff --git a/mpv.conf b/mpv.conf index bf6c53e..5e10c23 100644 --- a/mpv.conf +++ b/mpv.conf @@ -1,5 +1,6 @@ # Video vo=gpu +gpu-api=vulkan hwdec=auto-copy video-output-levels=full video-sync=display-resample @@ -13,16 +14,18 @@ deband-grain=15 correct-downscaling=yes sigmoid-upscaling=yes +scaler-lut-size=10 scale=ewa_lanczossharp +cscale=ewa_lanczos dscale=mitchell -cscale=ewa_lanczossoft - -interpolation=yes -tscale=mitchell -tscale-clamp=0.9 fbo-format=rgba32f -icc-profile-auto + +swapchain-depth=8 + +#interpolation=yes +#interpolation-treshold=0.01 +#tscale=catmull_rom #dither=error-diffusion #dither-depth=auto @@ -32,8 +35,7 @@ icc-profile-auto ao=pulse # Youtube-DL -ytdl-format=bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best -script-opts=try_ytdl_first=yes,ytdl_hook-use_manifests=yes +ytdl-format=bestvideo[vcodec=vp9][height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best # Languages/Tracks slang=enm,en,eng,de,deu,ger @@ -50,7 +52,7 @@ term-osd-bar=yes term-osd-bar-chars=[=>-] # Terminal status -term-status-msg="${?pause==yes:(Paused) }${media-title}\n${?playlist-count:(${playlist-pos-1} / ${playlist-count}) }${time-pos} / ${duration} (${percent-pos}%)\n${?avsync:[A/V: ${avsync}] }${?video-bitrate:[Vb: ${video-bitrate}] }${?audio-bitrate:[Ab: ${audio-bitrate}] }${?hwdec-current:[hwdec: ${hwdec-current}] }" +term-status-msg="${?pause==yes:(Paused) }${media-title}\n${?playlist-count:(${playlist-pos-1} / ${playlist-count}) }${time-pos} / ${duration} (${percent-pos}%)\n${?avsync:[A/V: ${avsync}] }${?video-bitrate:[Vb: ${video-bitrate}] }${?audio-bitrate:[Ab: ${audio-bitrate}] }" term-title='${?pause==yes:(Paused) }${media-title} - mpv' # Logging @@ -80,6 +82,7 @@ keepaspect-window=no native-keyrepeat=yes user-agent='MemeMachine/69.420 (cum powered)' autosync=1 +audio-display=no # Profiles [v] diff --git a/script-opts/osc.conf b/script-opts/osc.conf new file mode 100644 index 0000000..8e4bfcf --- /dev/null +++ b/script-opts/osc.conf @@ -0,0 +1,4 @@ +layout=slimbox +seekbarstyle=diamond +vidscale=no +timems=yes diff --git a/script-opts/ytdl_hook.conf b/script-opts/ytdl_hook.conf new file mode 100644 index 0000000..b1cc0a9 --- /dev/null +++ b/script-opts/ytdl_hook.conf @@ -0,0 +1,3 @@ +try_ytdl_first=yes +use_manifests=yes +all_formats=yes diff --git a/scripts/mpris.so b/scripts/mpris.so deleted file mode 100644 index ba686a9..0000000 Binary files a/scripts/mpris.so and /dev/null differ