bjin / mpv-prescalers

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

nnedi3 picture shift #25

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello it seems that the current nnedi3 implementation shifts the image a little bit. Here's what I did:

PS: Oh yeah, I compared to a plain mpv lanczos upscale too (so vapoursynth isn't the bad one).

bjin commented 6 years ago

This is expected, both nnedi3 and RAVU shifts the picture by half pixel. Add --no-scaler-resizes-only to correct it.