ffavisynth - Avisynth filter to directly use ffdshow image processing filters from Avisynth scripts
Syntax
ffdshow(string "preset", string "options")
- preset - existing ffdshow preset to be used
- options - array of "name=value" pairs separated by commas
Both parameters are optional. If
preset is not specified, a new preset called
ffavisynth is created temporarly.
Options override
preset settings. List of allowed options names and values is to be written, for now look at registry key HKEY_CURRENT_USER\Software\GNU\ffdshow\default to get the idea.
Limitation
Input and output colorspaces are equal. Even if ffdshow image processing filter chain would produce image with different colorspace, it will be converted to match that on input.