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

DPID: TypeError: Can't instantiate abstract class Scaler with abstract method scale #43

Closed
NSQY opened this issue Jan 9, 2023 · 1 comment

Comments

@NSQY
Copy link

NSQY commented Jan 9, 2023

from vstools import vs, core
from vsscale import DPID

I_HATE = core.std.BlankClip()
CLASSES = DPID().scale(I_HATE, 1920, 1080).set_output()
@Setsugennoao
Copy link
Member

This is because you weren't passing a reference scaler to DPID.
Added a default one in cca9f3c

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