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

Fix dpir for non mod8 #128

Merged

Conversation

jsaowji
Copy link
Contributor

@jsaowji jsaowji commented Oct 1, 2024

from vsdenoise import dpir
from vstools import core,vs
dpir.DENOISE(core.std.BlankClip(format=vs.YUV444P16,width=760,height=486))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/user/git/jet/vs-denoise/vsdenoise/deblock.py", line 293, in __call__
    run_dpir = run_dpir.std.Crop(0, *padding)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "src/cython/vapoursynth.pyx", line 3075, in vapoursynth.Function.__call__
vapoursynth.Error: Crop: Too many unnamed arguments specified

just std.Crop(*padding) probably

@LightArrowsEXE LightArrowsEXE merged commit f6dadb7 into Jaded-Encoding-Thaumaturgy:master Oct 1, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants