Skip to content

Commit

Permalink
fix(mpv): update ArtCNN link (#299)
Browse files Browse the repository at this point in the history
Closes #298
  • Loading branch information
Ravencentric authored Jun 17, 2024
1 parent 30f9892 commit 489e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 489e539

Please sign in to comment.