Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tianzerl/acnetglsl

ACNet (Anime4KCPP Net) re-implemented in GLSL for real-time anime upscaling
https://github.com/tianzerl/acnetglsl

anime anime4kcpp cnn computer-graphics convolutional-neural-networks mpv upscaling video-processing

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ACNetGLSL
ACNet is a CNN algorithm, implemented by [Anime4KCPP](https://github.com/TianZerL/Anime4KCPP), it aims to provide both high-quality and high-performance.
This GLSL implementation can be used in [MPV player](https://mpv.io), it is cross-platform. Windows users can also use [Anime4KCPP DirectShow Filter](https://github.com/TianZerL/Anime4KCPP/releases) 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):

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