Artoriuz / ArtCNN

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

How to use as fractional scaler? #12

Closed AlifianK closed 5 months ago

AlifianK commented 5 months ago

The README says it can be used as a fractional upscaler, I tried 720p source on a 1366x768 screen and it doesn't work, how should I do that? I'm sorry if this is an obvious question.

Artoriuz commented 5 months ago

In your case the scaling factor is too small for it to trigger. You can edit the WHEN condition within the shader if you want to though.

AlifianK commented 5 months ago

I see, thanks.