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

Changing depth with SSIM simply destroys the input #72

Closed
NSQY opened this issue Mar 6, 2023 · 1 comment
Closed

Changing depth with SSIM simply destroys the input #72

NSQY opened this issue Mar 6, 2023 · 1 comment

Comments

@NSQY
Copy link

NSQY commented Mar 6, 2023

https://slow.pics/c/5cOey0zA

from vstools import vs, core, depth
from vsscale import SSIM

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

src.set_output()
SSIM().scale(src, src.width, src.height, format=vs.YUV411PS).set_output(1)
SSIM().scale(src, src.width, src.height, format=vs.YUV420P16).set_output(2)
@Setsugennoao
Copy link
Member

simply using it wrong

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