A simple command line utility mainly created for educational purposes to demonstrate how to use subprocess.run()
and provide the basics of FFmpeg usage.
The tool creates a 10 hours video based on the provided input video of any length.
python main.py
That's it! As simple as possible.
Enjoy ;)