From 96f4fdc24b0890ccd62de040c5941f859be5c688 Mon Sep 17 00:00:00 2001 From: dokur0chan <139610756+dokur0chan@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:49:15 -0500 Subject: [PATCH] Updated Downscaling with dscale=hermite (markdown) --- Downscaling-with-Hermite.md | 7 +++++++ Downscaling-with-dscale=hermite.md | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Downscaling-with-Hermite.md delete mode 100644 Downscaling-with-dscale=hermite.md diff --git a/Downscaling-with-Hermite.md b/Downscaling-with-Hermite.md new file mode 100644 index 0000000..07333b2 --- /dev/null +++ b/Downscaling-with-Hermite.md @@ -0,0 +1,7 @@ +As of [`c172a65`](https://github.com/mpv-player/mpv/commit/c172a650c41a28d77d14de4af398cfd90caaa805), the default downsampling kernel in mpv has been changed to `--dscale=hermite` to match libplacebo's defaults. + +The rationale behind this change is explained in this talk from VDD 2023: + +**WATCH**: [Faster (and better) GPU (down)scaling in libplacebo by Niklas Haas (haasn)](https://youtu.be/y1YeL-MP_Aw?t=7017) + +![hermite is love](https://github.com/mpv-player/mpv/assets/139610756/573abbab-f4b6-4222-8c61-2954aa314772) diff --git a/Downscaling-with-dscale=hermite.md b/Downscaling-with-dscale=hermite.md deleted file mode 100644 index 1d68f41..0000000 --- a/Downscaling-with-dscale=hermite.md +++ /dev/null @@ -1,2 +0,0 @@ -The change in mpv from dscale=mitchell to dscale=hermite is explained in this video from VDD 2023. -[Faster (and better) GPU (down)scaling in libplacebo by Niklas Haas (haasn)](https://youtu.be/y1YeL-MP_Aw?t=7017) \ No newline at end of file