Overview
This script is meant to create a .bat file that will compress an mp4 video file.
Algorithm
Find the path to the parent directory
List the movie files
Deconstruct the movie name into parts
Create a database to help organize and differentiate the movies in the folder
Import the ffmpeg_script module
Open a file and write the appropriate ffmpeg command
Usage
Be sure to copy both python scripts into the folder with the movie(s).
A .bat file should be generated.
Open a CMD window to run the .bat file OR,
double click the .bat file directly in the folder.