This PlugIn is designed as a functional enhancement for Harmonics (Rhozet) „Carbon Coder”. It adds a video filter that allows to utilize AviSynth for video processing. This is achieved by executing AviSynth scripts on the decoded source. This said this filter gets configured by scripting. That way all the power from AviSynth is made available within Carbon.
The Integration between AviSynth and Carbon Coder is done truly Native for both sides.
As both programs have a C++ API, it is possible to integrate any exchange of Video Frames “directly in-memory”. This means, the frame buffer is not written to a harddisk, but handled in the RAM.