Class that creates a file called 'make_movie' by default (if a
parameter file name is not speficied) which contains a list of parameters
required by the 'ppmtompeg' command to generate a movie from a series of
images.
|
|
__generateParameterFile(self)
Write the list of parameters into the file. |
|
|
|
|
__init__(self,
parameter_file='make_movie')
Initialise the generation of the movie. |
|
|
|
|
__retrieveConversionCommand(self)
Retrieve the conversion command (depending on the image format)
required by the 'ppmtompeg' command. |
|
|
|
|
__retrieveFirstImageDetails(self)
Retrieve the first image name details. |
|
|
|
|
__retrieveLastImageDetails(self)
Retrieve the last image name details. |
|
|
|
|
|
|
|
imageList(self,
input_directory,
image_list)
The image list from which the movie is to be generated from. |
|
|
|
|
imageRange(self,
input_directory,
first_image,
last_image)
The image range from which the movie is to be generated from. |
|
|
|
|
|