Python script that splits videos into clips based on a volume threshold.
- Python 3.6+
- FFmpeg installed and accessible in PATH
- Required Python packages
- Clone repo:
git clone https://github.com/geneh61/AutoClipper.git- Install required packages:
pip install -r requirements.txt- Ensure FFmpeg is installed and accessible in your system PATH:
FFmpeg: https://www.ffmpeg.org/download.html
- Run the script:
python auto_clipper.py- Select your video file using the "Browse" button
- Choose an output folder
- Adjust settings:
- Volume threshold (or use auto-detect)
- Minimum segment length
- Maximum segment length
- Click "Start Processing"
- Wait for processing to complete
- Access your clips in the output folder
MIT License - See LICENSE file for details