• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language GLSL
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ACNet (Anime4KCPP Net) re-implemented in GLSL for real-time anime upscaling

ACNetGLSL

ACNet is a CNN algorithm, implemented by Anime4KCPP, it aims to provide both high-quality and high-performance.
This GLSL implementation can be used in MPV player, it is cross-platform. Windows users can also use Anime4KCPP DirectShow Filter for MPC-HC/BE or potplayer.

How to use

  1. Download the glsl file and MPV player.

  2. copy glsl to the root directory of MPV.

  3. create a file named mpv.conf in the root directory of MPV, and add the following statement (Assume the glsl file name is ACNet.glsl):

    profile=gpu-hq
    glsl-shader="~~/ACNet.glsl"
    
  4. When playing the video, press Shift + i and then 2 to check if it is enabled.