Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fun kernels such as Sinc or BlackHarris break descale #71

Closed
NSQY opened this issue Mar 6, 2023 · 0 comments
Closed

Fun kernels such as Sinc or BlackHarris break descale #71

NSQY opened this issue Mar 6, 2023 · 0 comments

Comments

@NSQY
Copy link

NSQY commented Mar 6, 2023

https://slow.pics/c/i4cVXXe6

from vstools import vs, core, depth
from vsscale import descale
from vskernels import Sinc, Bicubic

src = core.lsmas.LWLibavSource(
    '01. Banding_Rotating-gradients_23.976.mp4'
)

src.set_output()
descale(src, width=512, height=512, kernels=Bicubic).set_output(1)
descale(src, width=512, height=512, kernels=Sinc).set_output(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants