|
def | __init__ |
|
def | activate |
|
def | transcode |
|
def | transcode |
|
|
list | options |
|
dictionary | convert_map |
|
dictionary | convert_map = {} |
|
Generic Transcoder class for video2image
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},
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:
- /home/travis/build/peragro/peragro-at/src/damn_at/transcoders/video/transcodervideo2image.py