Kamaelia.Codec.Dirac.DiracEncoderclass DiracEncoder(Axon.Component.component)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 Inboxes
Outboxes
Methods defined hereWarning! 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. __init__(self, preset, verbose, encParams, seqParams)x.__init__(...) initializes x; see x.__class__.__doc__ for signature main(self)Main loop FeedbackGot a problem with the documentation? Something unclear, could be clearer? Want to help with improving? Constructive criticism, preferably in the form of suggested rewording is very welcome. Please leave the feedback here, in reply to the documentation thread in the Kamaelia blog. |