vcmohan
27th January 2013, 13:00
I remember that long time back there was a facility in Avisynth for plugins to save a string but when I used it, I could not read back even within the same frame it was written. I do not know whether it still exists. My search for writing a file failed to get useful results
I am trying to code a plugin that operates in two passes ( or two plugins second operating after first one finishes , communicating through a text or hex file. Is it possible to do such I/O operations from within plugin? Similar to something from a script one can do a writeFile?
Can such a facility be available as an input spec in filter creation (c,s,i,f,a)
I am trying to code a plugin that operates in two passes ( or two plugins second operating after first one finishes , communicating through a text or hex file. Is it possible to do such I/O operations from within plugin? Similar to something from a script one can do a writeFile?
Can such a facility be available as an input spec in filter creation (c,s,i,f,a)