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

MVShow support #65

Open
NSQY opened this issue Feb 11, 2023 · 2 comments
Open

MVShow support #65

NSQY opened this issue Feb 11, 2023 · 2 comments

Comments

@NSQY
Copy link

NSQY commented Feb 11, 2023

The Avisynth ver of mvtools has a number of functions that never made it to the vapoursynth port, such as MVShow which is used to provide debug information from analyse.

super = MSuper(pel=1, mt=false)
forward_vec1 = MAnalyse(super, isb = false, chroma=false, delta = 1, mt=false)
MShow(super, showsad=true, forward_vec1, thSCD1=2000, thSCD2=2000)
@NSQY
Copy link
Author

NSQY commented Jan 16, 2025

This has partially been implemented here: https://gist.github.com/Mikewando/1d6d5f75610a22b2db65236f16186746

@Mikewando
Copy link

Further expanded by https://github.com/Mikewando/manipulate-motion-vectors into manipmv.ShowVect()

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