Package conduit :: Package modules :: Module AudioVideoConverterModule :: Class FFmpegCommandLineConverter
[hide private]

Class FFmpegCommandLineConverter

source code


Instance Methods [hide private]
 
__init__(self, duration=None) source code
 
build_command(self, **kwargs) source code
 
calculate_percentage(self, val) source code
 
check_cancelled(self) source code

Inherited from utils.CommandLineConverter.CommandLineConverter: convert

Inherited from utils.CommandLineConverter.CommandLineConverter (private): _kill

Method Details [hide private]

__init__(self, duration=None)
(Constructor)

source code 
Overrides: utils.CommandLineConverter.CommandLineConverter.__init__

build_command(self, **kwargs)

source code 
Overrides: utils.CommandLineConverter.CommandLineConverter.build_command

calculate_percentage(self, val)

source code 
Overrides: utils.CommandLineConverter.CommandLineConverter.calculate_percentage

check_cancelled(self)

source code 
Overrides: utils.CommandLineConverter.CommandLineConverter.check_cancelled