Incompatible with Vapoursynth R55+
Closed this issue · 0 comments
dhly-etc commented
It looks like R55 deprecated some functionality that is used by this project. A few pieces are probably really easy to fix (replacing script calls to get_core()
with core
, SetFrameProp
no longer takes a delete
parameter, etc.). But it looks like R55 also removed support for the COMPATBGR32
format, and that's a non-trivial thing to fix.
It looks like you might be able to use a similar approach as sandsmark did for Vapoursynth Editor. I tried to fix this myself so I could just send a PR, but I feel a bit out of my depth here.