scenecut-extractor
Extract scenecuts from video files using ffmpeg
This tool uses the select
filter from ffmpeg to determine the scene cut probability of adjacent frames, and allows users to determine which frames (or at which timestamps) the scene cuts happen.
Requirements
- Python 2.7 or 3.x
- FFmpeg:
- download a static build from their website)
- put the
ffmpeg
executable in your$PATH
Installation
pip install scenecut_extractor