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

Rounding error in motion interpolation functions #84

Open
emotion3459 opened this issue Dec 15, 2024 · 2 comments
Open

Rounding error in motion interpolation functions #84

emotion3459 opened this issue Dec 15, 2024 · 2 comments

Comments

@emotion3459
Copy link

There appears to be a rounding error in the motion interpolation functions which result in a green tint on the image.

@dubhater
Copy link
Owner

Which functions exactly? And what's the input bit depth?

@emotion3459
Copy link
Author

Minimal repro:

sup = clip.mv.Super()
bVec = sup.mv.Analyse(isb=True, delta=1)
fVec = sup.mv.Analyse(isb=False, delta=1)
interp = clip.mv.FlowInter(sup, bVec, fVec)

Affects up to the highest supported bitdepth (int16)

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