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

Class File



object --+    
         |    
      Clip --+
             |
            File

Presents a list-style interface to physical DV files, supporting some of the usual python list methods

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
 
append(...)
Appends a single frame to this file
 
close(...)
 
extend(...)
Adds a sequence of frames to this sequence
 
seek(...)
Tries to seek to a given frame

Inherited from Clip: __add__, __delitem__, __getitem__, __getslice__, __iter__, __len__, __mul__, __radd__, __rmul__, __setitem__, addKeyframe, failIfLocked, getParm, getParms, render, setParms, transition, view

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

Properties [hide private]
  bytesPerFrame
  clamp_chroma
  clamp_luma
  colorModel
  fd
  ffmpegProc
  force_dct
  frame_count
  frameno
  height
  is16x9
  isPal
  path
  rem_ntsc_setup
  samples_this_frame
  static_qno
  uiTitle
generates and returns a string title to use in user interfaces
  vlc_encode_passes
  width

Inherited from Clip: keyframes, numFrames, sizeLocked, uiChildren

Inherited from Clip (private): _isPal

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: Clip.__new__

append(...)

 
Appends a single frame to this file
Overrides: Clip.append

extend(...)

 
Adds a sequence of frames to this sequence
Overrides: Clip.extend