bjin / mpv-prescalers

prescalers for mpv, as user shaders
GNU Lesser General Public License v3.0
355 stars 34 forks source link

AMDs contrast adaptive sharpening as hook #51

Closed BenjaminWegener closed 2 years ago

BenjaminWegener commented 2 years ago

from https://gist.githubusercontent.com/kevinlekiller/2ff6d0222fe6dcd81d63fd11e73ff9d1/raw/8ad007cf4de27e16d5c96b40cefe50ea08516984/CAS.glsl

bjin commented 2 years ago

Thanks for interests on this project.

Note that:

  1. This repo does not try to collect every mpv shaders. What's more, since copyright is concerned. PR from original author is prefered, or at least with explicit permission (relicense to GPLv3 included).
  2. This repo currently only contains prescalers. Sharpeners are post processing shaders and are basically unrelated.
  3. It should be better integrated with mpv. For example, use mpv internal linear srgb conversion with custom hooks.

Closing.