Package echonest :: Package remix :: Module video :: Class ImageSequence
[hide private]
[frames] | no frames]

Class ImageSequence

source code


Instance Methods [hide private]
 
__init__(self, sequence=None, settings=None)
builds sequence from a filelist, or another ImageSequence object
source code
 
_init(self)
extra init settings/options (can override...)
source code
 
__len__(self)
how many frames are in this sequence?
source code
 
__getitem__(self, index) source code
 
getslice(self, index)
returns a slice of the frames as a new instance
source code
 
indexvoodo(self, index)
converts index to frame from a variety of forms
source code
 
_indexvoodoo(self, index) source code
 
__add__(self, imseq2)
returns an ImageSequence with the second seq appended to this one. uses settings of the self.
source code
 
duration(self)
duration of a clip in seconds
source code
 
frametoim(self, index)
return a PIL image
source code
 
renderframe(self, index, dest=None, replacefileinseq=True)
renders frame to destination directory. can update sequence with rendered image (default)
source code
 
render(self, direc=None, pre='image', replacefiles=True)
renders sequence to stills. can update sequence with rendered images (default)
source code