processMovieCmd (
action,
directory=None,
pattern=None,
fformat=None,
output=None,
bitrate=None,
buffersize=None,
qscale=None,
framerate=None,
mformat=None,
preset=None,
resetMode=None,
supersample=None,
raytrace=None,
roundtrip=None,
)
Exceptions
|
|
MidasError, 'Unsupported image file format %s, use %s' %(fformat, ', '.join( fmts ) )
MidasError, what
MidasError, "Unrecognized movie command '%s'" % action
MidasError, 'Unrecognized preset "%s" (%s)' %(preset, ', '.join(standard_formats.keys() ) )
MidasError, 'Unrecognized movie format %s' % mformat
|
|