[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Plugins do most of the actual audio and video processing.
A plugin accepts audio and video streams and provides any number of the same as output.
All plugins honor the --help
option, which is the first place
to look for information about how a plugin works.
Plugins vary greatly in complexity. In order to allow simple plugins to be simply written, JANE allows the folowing types of simplified plugins:
More complex plugins are possible, but they must be full-featured plugins, including frame request handling. JANE will provide wrappers to turn filters and sinks into full-featured plugins.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |