Skip to content

GLSL (v2.0 Release Candidate 2) Experimental

Pre-release
Pre-release
Compare
Choose a tag to compare
@bloc97 bloc97 released this 29 Feb 21:45
· 234 commits to master since this release

Installation Instructions for GLSL/MPV Version

Further speed improvements without noticeable quality degradation.
Three versions are provided:

  • Normal: 2.5ms
  • Fast: 1ms (Texture detector removed + Low resolution gradient computation)
  • UltraFast: 0.8ms (Crude gradient computation)

All tests are carried out using a Vega 64 GPU using default settings, with the MPV profiler (accessed by pressing Shift+I, then pressing 2).

Note that Fast and UltraFast versions might still produce aliasing artifacts since all gradient computation is done at the original video size (before upscaling).