Peragro-AT
 All Classes Namespaces Functions Pages
Public Member Functions | Static Public Attributes | List of all members
video.transcodervideo2image.Video2ImageTranscoder Class Reference
Inheritance diagram for video.transcodervideo2image.Video2ImageTranscoder:
Inheritance graph
[legend]
Collaboration diagram for video.transcodervideo2image.Video2ImageTranscoder:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def activate
 
def transcode
 
- Public Member Functions inherited from damn_at.pluginmanager.ITranscoder
def transcode
 

Static Public Attributes

list options
 
dictionary convert_map
 
- Static Public Attributes inherited from damn_at.pluginmanager.ITranscoder
dictionary convert_map = {}
 

Detailed Description

Generic Transcoder class for video2image

Member Data Documentation

dictionary video.transcodervideo2image.Video2ImageTranscoder.convert_map
static
Initial value:
1 = {"video/mp4": {"image/png":options, "image/jpeg":options},
2  "video/x-msvideo": {"image/png":options, "image/jpeg":options},
3  "video/x-flv": {"image/png":options, "image/jpeg":options},
4  "video/quicktime": {"image/png":options, "image/jpeg":options},
5  "video/x-matroska": {"image/png":options, "image/jpeg":options},
6  "video/mpeg": {"image/png":options, "image/jpeg":options},
7  }
list video.transcodervideo2image.Video2ImageTranscoder.options
static
Initial value:
1 = [IntOption(name='second', description='The second from which frame is to be extracted', default=-1, min=-1),
2  IntVectorOption(name='size', description='The size of output image in pixels', size=2, min=1, max=4096, default=(-1, -1))]

The documentation for this class was generated from the following file: