Optional (but recommended): Install ffmpeg
Linux:
sudo apt install ffmpegMacOS:
brew install ffmpegWindows:
https://www.ffmpeg.org/download.html
- Create a Python virtual environment
python -m venv .venv
source .venv/bin/activate- Install the requirements
python -m pip install -r requirements.txt- Run the Flask app
python -m flask run --host=0.0.0.0 --port=5180-
Open the app in your browser at http://localhost:5180
-
Choose a video file and click the "Submit" button
-
Wait for the new video to be generated