Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scene Cutter

A Python tool that automatically detects scene changes in videos and splits them into individual clips using PySceneDetect and FFmpeg.

Features

  • Automatic scene detection
  • Adjustable detection threshold
  • Fast FFmpeg-based video splitting
  • Saves clips into an output folder
  • Lightweight and easy to use
  • Useful for video editors

Requirements

  • Python 3.10+
  • FFmpeg
  • PySceneDetect

Installation

pip install -r requirements.txt

Usage

  1. Place your video in the project folder.
  2. Rename it to video.mp4 (or change the filename in main.py).
  3. Run:
python main.py

The split clips will be saved in the output folder.

Project Structure

Scene-Cutter/
├── main.py
├── README.md
├── requirements.txt
└── .gitignore

License

This project is licensed under the MIT License.

About

A Python tool for automatically detecting and splitting video scenes.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages