Package dvedit :: Module core :: Class Codec
[hide private]
[frames] | no frames]

Class Codec



object --+
         |
        Codec

Basic wrapping of libdv's DV codec, for converting between encoded DV data and the raw video/audio frames

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__new__(T, S, ...)
Returns: a new object with type S, a subtype of T
 
decodeFrame(...)
Decodes the internal encoded block in the frame to raw audio/video, storing this within the frame
 
encodeFrame(...)
Encodes the raw data in the frame so that it contains encoded data
 
setColorModel(...)

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  audio
  audio_correction
  bytesPerFrame
  clamp_chroma
  clamp_luma
  colorModel
  ffmpegProc
  force_dct
  format_letterbox
  format_normal
  format_wide
  frame_changed
  frame_is_color
  frequency
  height
  img_cb
  img_cr
  img_y
  is16x9
  isPal
  is_4ch
  is_normal_speed
  is_progressive
  mixing_level
  num_channels
  num_samples
  quality
  raw
  rem_ntsc_setup
  size
  static_qno
  system_50_fields
  videoBufLen
  vlc_encode_passes
  width

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

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

__new__(T, S, ...)

 
Returns:
a new object with type S, a subtype of T

Overrides: object.__new__