ffmpeg-black-split
Split videos based on black frame detection
Split videos based on black frame detection using FFmpeg’s blackdetect filter.
Features:
- Detects black periods in videos
- Cuts videos into segments at black frame boundaries
- JSON output with black and content period timestamps
- Customizable detection thresholds
- Stream-copy mode (fast, no re-encoding) or re-encoding options
- CLI and Python API available
Requirements:
- Python 3.9+
- FFmpeg in system PATH
Installation:
pip3 install ffmpeg-black-split