diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2024-08-28 23:52:29 +0100 |
| commit | f585e70f8cd049ea0605a85e04bce29bcdd050c4 (patch) | |
| tree | dd005618f75a5fd94630d2d838643be147ec941f /mpv | |
| download | dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.tar.gz dotfiles-f585e70f8cd049ea0605a85e04bce29bcdd050c4.zip | |
initial commit
Diffstat (limited to 'mpv')
| -rw-r--r-- | mpv/.config/mpv/aeon.conf | 15 | ||||
| -rw-r--r-- | mpv/.config/mpv/drummer.conf | 25 | ||||
| -rw-r--r-- | mpv/.config/mpv/redwood.conf | 14 | ||||
| -rw-r--r-- | mpv/.config/mpv/warbler.conf | 28 |
4 files changed, 82 insertions, 0 deletions
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 |
