From f585e70f8cd049ea0605a85e04bce29bcdd050c4 Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Wed, 28 Aug 2024 23:52:29 +0100 Subject: initial commit --- mpv/.config/mpv/aeon.conf | 15 +++++++++++++++ mpv/.config/mpv/drummer.conf | 25 +++++++++++++++++++++++++ mpv/.config/mpv/redwood.conf | 14 ++++++++++++++ mpv/.config/mpv/warbler.conf | 28 ++++++++++++++++++++++++++++ 4 files changed, 82 insertions(+) create mode 100644 mpv/.config/mpv/aeon.conf create mode 100644 mpv/.config/mpv/drummer.conf create mode 100644 mpv/.config/mpv/redwood.conf create mode 100644 mpv/.config/mpv/warbler.conf (limited to 'mpv/.config') diff --git a/mpv/.config/mpv/aeon.conf b/mpv/.config/mpv/aeon.conf new file mode 100644 index 0000000..869eb6e --- /dev/null +++ b/mpv/.config/mpv/aeon.conf @@ -0,0 +1,15 @@ +vo=gpu-next +ao=pipewire +hwdec=vaapi +gpu-context=waylandvk +fbo-format=rgba16hf + +scale=ewa_lanczos +dscale=mitchell + +cache +prefetch-playlist +force-seekable +ytdl-format="(bestvideo[vcodec^=av01][height<=?2160]/bestvideo[ext=webm][height<=?2160]/bestvideo[height<=?2160]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[ext=webm]/bestaudio)/best" +input-ipc-server=/run/user/1000/mpv.sock +demuxer-max-bytes=4000M diff --git a/mpv/.config/mpv/drummer.conf b/mpv/.config/mpv/drummer.conf new file mode 100644 index 0000000..b33f334 --- /dev/null +++ b/mpv/.config/mpv/drummer.conf @@ -0,0 +1,25 @@ +profile=gpu-hq +vo=gpu-next +ao=pipewire +hwdec=no +gpu-context=waylandvk + +linear-downscaling=no +correct-downscaling=yes +sigmoid-upscaling=yes + +scale=ewa_lanczos +cscale=ewa_lanczos +dscale=mitchell + +ytdl-format="(bestvideo[vcodec^=av01][height<=?2160]/bestvideo[ext=webm][height<=?2160]/bestvideo[height<=?2160]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[ext=webm]/bestaudio)/best" + +#glsl-shader="~~/shaders/SSimDownscaler.glsl" +#glsl-shader="~~/shaders/KrigBilateral.glsl" +glsl-shader="~~/shaders/FSRCNNX_x2_16-0-4-1.glsl" + +cache=yes +demuxer-max-bytes=4000M + +vd-lavc-film-grain=gpu +vd-lavc-threads=8 diff --git a/mpv/.config/mpv/redwood.conf b/mpv/.config/mpv/redwood.conf new file mode 100644 index 0000000..12ea7d5 --- /dev/null +++ b/mpv/.config/mpv/redwood.conf @@ -0,0 +1,14 @@ +vo=gpu-next +ao=pipewire +gpu-context=waylandvk +fbo-format=rgba16hf +hwdec=vaapi + +scale=ewa_lanczossharp +dscale=mitchell + +ytdl-format="(bestvideo[vcodec^=av01][height<=?2160]/bestvideo[ext=webm][height<=?2160]/bestvideo[height<=?2160]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[ext=webm]/bestaudio)/best" + +cache +prefetch-playlist +input-ipc-socket=/run/user/1000/mpv.sock diff --git a/mpv/.config/mpv/warbler.conf b/mpv/.config/mpv/warbler.conf new file mode 100644 index 0000000..7f147e7 --- /dev/null +++ b/mpv/.config/mpv/warbler.conf @@ -0,0 +1,28 @@ +profile=fast +vo=gpu-next +ao=pipewire +gpu-context=wayland +hwdec=drm + +cache +prefetch-playlist +force-seekable +input-ipc-server=/run/user/1000/mpv.sock + +ytdl-format="(bestvideo[vcodec!^=av01][height<=?2160]/bestvideo[ext=webm][height<=?2160]/bestvideo[height<=?2160]/bestvideo)+(bestaudio[acodec=opus]/bestaudio[ext=webm]/bestaudio)/best" + +screenshot-directory=~/pic/mpv +screenshot-format=png +screenshot-tag-colorspace +screenshot-high-bit-depth +screenshot-template=mpv-%f-%p +screenshot-png-compression=9 + +#vd-queue-enable=yes +vd-queue-max-bytes=2000MiB +vd-queue-max-samples=1000000 +vd-queue-max-secs=60 +vd-lavc-threads=6 +vd-lavc-dr + +demuxer-max-bytes=500M -- cgit v1.2.3