DiracEncoder([preset][,verbose][,encParams][,seqParams]) -> new Dirac encoder component
Creates a component to encode video using the Dirac codec. Configuration based on optional preset, optionally overriden by individual encoder and sequence parameters.
Keyword arguments: preset -- "CIF" or "SD576" or "HD720" or "HD1080" (presets for common video formats) verbose -- NOT YET IMPLEMENTED (IGNORED) encParams -- dict of encoder setup parameters seqParams -- dict of video sequence info parameters
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |