A python program to create clips for reels/shorts/tiktok from a youtube video.
python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
To starting the process you just need run main.py
file providing a youtube video id:
python3 main.py --video [YOUTUBE_VIDEO_ID]
By default the program will create a root folder based on youtube id at your home directory, you can override all default settings using command line arguments.
python3 main.py --help
You'll see all argument options