dubhater / vapoursynth-mvtools

Motion compensation and stuff
181 stars 27 forks source link

Port to Vapoursynth API v4 #77

Closed adworacz closed 1 month ago

adworacz commented 1 month ago

This is mostly minor changes, but some more significant changes are the removal of Cache plugin calls, and the new use of node dependency specification. If I did everything right, this might lead to better cache utilization. If I did something wrong, well, we'll just have to fix it.

Also noteworthy - I bumped the version to 24, as this seems like enough of an overhaul to warrant a new version bump.

Would appreciate another set of eyes on this, in case I missed anything.

Fixes #68

Stefan-Olt commented 1 month ago

I have tested the Windows build by the GitHub runner and it seems to work fine. Maybe I should first release v24 as the last API v3 release, then merge this and have some intensive testing before releasing it in a month or so?

adworacz commented 1 month ago

That works for me.