Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 355 Bytes

10hrs_loop_video_generator

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.

Usage

python main.py

That's it! As simple as possible.

Enjoy ;)