Artoriuz / ArtCNN

Super-Resolution Convolutional Neural Networks as GLSL shaders for mpv
MIT License
109 stars 2 forks source link

Does Chroma shader variant scale also LUMA? #10

Closed CrHasher closed 6 months ago

CrHasher commented 6 months ago

Does one have to use both non chroma and chroma variants to scale both luma and chroma aka:

glsl-shader="~~/shaders/ArtCNN_C4F16.glsl"
glsl-shader="~~/shaders/ArtCNN_C4F16_Chroma.glsl"

or does the Chroma version scale both LUMA and CHROMA?

Artoriuz commented 6 months ago

Use the YCbCr variants if you want to scale both luma and chroma, just remember to set cscale=bilinear.