Detect scene changes in a video, emit cut boundaries, and hand back machine-usable scene lists before manual review, splitting, or clip assembly.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Detect Scene Boundaries And Export Cut Lists Before Video Review With Pyscenedetect"
slug: "detect-scene-boundaries-and-export-cut-lists-before-video-review-with-pyscenedetect"
description: "Detect scene changes in a video, emit cut boundaries, and hand back machine-usable scene lists before manual review, splitting, or clip assembly."
github_stars: 4711
verification: "security_reviewed"
source: "https://github.com/Breakthrough/PySceneDetect"
author: "Brandon Castellano and contributors"
publisher_type: "Open Source"
category: "Media & Transcription"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "Breakthrough/PySceneDetect"
github_stars: 4711
---
# Detect Scene Boundaries And Export Cut Lists Before Video Review With Pyscenedetect
Detect scene changes in a video, emit cut boundaries, and hand back machine-usable scene lists before manual review, splitting, or clip assembly.
## Prerequisites
Python 3, pip, ffmpeg or mkvmerge for splitting support
## Installation
Use the upstream install or setup path that matches your environment:
- pip install scenedetect --upgrade
Requirements and caveats from upstream:
- [](https://pypi.python.org/pypi/scenedetect/)
- [](https://pypi.python.org/pypi/scenedetect/)
- Requires ffmpeg/mkvmerge for video splitting support. Windows builds (MSI installer/portable ZIP) can be found on [the download page](https://scenedetect.com/download/).
Basic usage or getting-started notes:
- **Quickstart Example**: [scenedetect.com/cli/](https://www.scenedetect.com/cli/)
- **Quick Start (Command Line)**:
- For more advanced usage, the API is highly configurable, and can easily integrate with any pipeline. This includes using different detection algorithms, splitting the input video, and much more. The following example...
- Source: https://github.com/Breakthrough/PySceneDetect
- Extracted from upstream docs: https://raw.githubusercontent.com/Breakthrough/PySceneDetect/HEAD/README.md
## Documentation
- https://www.scenedetect.com/docs/latest/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/detect-scene-boundaries-and-export-cut-lists-before-video-review-with-pyscenedetect/)
No comments yet. Be the first to comment!