Functional enhancement for Harmonic (Rhozet) Carbon Coder that allows utilizing AviSynth for video processing.
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 utilizing 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.