matplotlib.animation.AVConvBase¶
-
class
matplotlib.animation.
AVConvBase
[source]¶ Mixin class for avconv output.
To be useful this must be multiply-inherited from with a
MovieWriterBase
sub-class.-
__init__
(self, /, \*args, \*\*kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(self, /, \*args, \*\*kwargs)Initialize self. isAvailable
()Check to see if a MovieWriter subclass is actually available. Attributes
args_key
exec_key
output_args
-
args_key
= 'animation.avconv_args'¶
-
exec_key
= 'animation.avconv_path'¶
-
classmethod
isAvailable
()¶ Check to see if a MovieWriter subclass is actually available.
-