From 489e539b839e04310d0a6f06ce4504755812e853 Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:15:40 +0530 Subject: [PATCH] fix(mpv): update ArtCNN link (#299) Closes https://github.com/Snaacky/thewiki/issues/298 --- docs/tutorials/mpv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/mpv.md b/docs/tutorials/mpv.md index 8149ea56a..2ba07ea78 100644 --- a/docs/tutorials/mpv.md +++ b/docs/tutorials/mpv.md @@ -254,7 +254,7 @@ Scalers only work when the resolution of your video does not match your display. If you use high-end hardware, we recommend using the following shaders: -- [ArtCNN_C4F32.glsl](https://github.com/Artoriuz/ArtCNN/blob/main/ArtCNN_C4F32.glsl) for higher quality sources +- [ArtCNN_C4F32.glsl](https://github.com/Artoriuz/ArtCNN/blob/main/GLSL/ArtCNN_C4F32.glsl) for higher quality sources - [nnedi3-nns128-win8x4.hook](https://github.com/bjin/mpv-prescalers/blob/master/compute/nnedi3-nns128-win8x4.hook) for lower quality sources Download both the shader files and place them in your `shaders` folder.