Hacker News new | ask | show | jobs
by justinclift 882 days ago
It's not exactly what you're after, as it's anime specific and you need to process the video yourself (eg disassemble to frames, run the upscaler, then assemble back to a movie file), but Real-ESRGAN is very good for cleaning up old, low resolution anime:

https://github.com/xinntao/Real-ESRGAN/

1 comments

If you want to avoid manual processing, Anime4K runs in real time as a GLSL shader you can load into MPV (or Plex or something called IINA according to the readme) and still gives great results.

https://github.com/bloc97/Anime4K

Thanks, hadn't come across that before. :)