Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Video Clipper

Python script that splits videos into clips based on a volume threshold.

Requirements

  • Python 3.6+
  • FFmpeg installed and accessible in PATH
  • Required Python packages

Installation

  1. Clone repo:
git clone https://github.com/geneh61/AutoClipper.git
  1. Install required packages:
pip install -r requirements.txt
  1. Ensure FFmpeg is installed and accessible in your system PATH:

FFmpeg: https://www.ffmpeg.org/download.html

Usage

  1. Run the script:
python auto_clipper.py
  1. Select your video file using the "Browse" button
  2. Choose an output folder
  3. Adjust settings:
    • Volume threshold (or use auto-detect)
    • Minimum segment length
    • Maximum segment length
  4. Click "Start Processing"
  5. Wait for processing to complete
  6. Access your clips in the output folder

License

MIT License - See LICENSE file for details

About

Python script that splits videos into clips based on a volume threshold.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages