Kamaelia docs : Kamaelia.Codec.Dirac.DiracEncoder

Kamaelia.Codec.Dirac.DiracEncoder

For examples and more explanations, see the module level docs.


class DiracEncoder(Axon.Component.component)

DiracEncoder([preset][,verbose][,encParams][,seqParams][,allParams]) -> 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. All three 'params' arguments are munged together, so do what you like :)

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 only
  • seqParams -- dict of video sequence parameters only
  • allParams -- dict of encoder setup parameters, sequence parameters, and source parameters, all munged together

Methods defined here

__init__(self[, preset][, verbose][, encParams][, seqParams][, allParams])

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

main(self)

Main loop

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT

This is a page from the Kamaelia website. You can find the original here: