Overview
This pyhton script converts an image sequence into an mp4 video.
Algorithm
Find the path to the parent directory
List the image files
Deconstruct the image name into parts
Create a database to help organize and differentiate the image sequences in the folder
Import the ffmpeg_scripts module (must be written)
Open a file and write the appropriate ffmpeg command
Usage:
Be sure to copy both python scripts into the folder with the image sequence(s).
A .bat file should be generated for each image sequence in the folder.
Open a CMD window to run the .bat file OR,
double click the .bat file directly in the folder.