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

Garbage data when compensate are used without overlap. #85

Open
emotion3459 opened this issue Dec 27, 2024 · 1 comment
Open

Garbage data when compensate are used without overlap. #85

emotion3459 opened this issue Dec 27, 2024 · 1 comment

Comments

@emotion3459
Copy link

emotion3459 commented Dec 27, 2024

Repro:

sup = clip.mv.Super()
bVec = sup.mv.Analyse(isb=True, delta=1)
ref = clip.mv.Compensate(sup, bVec)

When Analyse is called without overlap then other functions (such as compensate) will simply return garbage. The mvtools plugin should at least raise an exception in this case.

@emotion3459 emotion3459 changed the title Garbage data when compensate/flow are used without overlap. Garbage data when compensate are used without overlap. Dec 27, 2024
@emotion3459
Copy link
Author

mvtools-sf appears to be fine so I assume this is a bug and not an inherent limitation.

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

1 participant