josemaria.alkala
14th March 2020, 18:51
I am not sure if what I am going to ask is possible.
I have been taking a look at writting plugins (http://www.vapoursynth.com/doc/api/vapoursynth.h.html#writing-plugins), but I don't want to create a whole plugin. I would like to know just the bare minimum to create a function that reads frames from a node and expose a node for the following filter.
I know how to read the frames and planes from a node. I know how to create a new frame, but how do I create a new node, with the frames to put it in a VSMap.
How can I do that? What options do I have?
I have been taking a look at writting plugins (http://www.vapoursynth.com/doc/api/vapoursynth.h.html#writing-plugins), but I don't want to create a whole plugin. I would like to know just the bare minimum to create a function that reads frames from a node and expose a node for the following filter.
I know how to read the frames and planes from a node. I know how to create a new frame, but how do I create a new node, with the frames to put it in a VSMap.
How can I do that? What options do I have?