create_movie¶
-
MapPlotter.
create_movie
(image_dir, output_dir, img_name, video_name, file_ext='png')[source]¶ Create a movie using ffmpeg.
- Parameters
image_dir (str) – The directory where the input images used to create the movie are saved.
output_dir (str) – The directory where to save the movie.
img_name (str) – The base name of the image files. The complete search string is built using ‘{public_id}_{name}_*.{ext}’.
video_name (str) – The base name of the video output file.
file_ext (str) – The file extension of the input images.