PySceneDetect Documentation¶
Welcome to the PySceneDetect docs. The docs are split into two separate parts: one for the command-line interface (the scenedetect command) and another for the Python API (the scenedetect module).
You can install the latest release of PySceneDetect by running pip install scenedetect[opencv] or downloading the Windows build from scenedetect.com/download. PySceneDetect requires ffmpeg or mkvmerge for video splitting support.
Note
If you see any errors in the documentation, or want to suggest improvements, feel free to raise an issue on the PySceneDetect issue tracker.
PySceneDetect development happens on Github at github.com/Breakthrough/PySceneDetect.
Table of Contents¶
scenedetect
Command Reference 🖥️¶
Command-Line Interface:
scenedetect
Python Module 🐍¶
API Documentation:
scenedetect
🎬 Package- Detection Algorithms
- Backends
- SceneManager
- Video Splitting
SceneMetadata
VideoMetadata
default_formatter()
is_ffmpeg_available()
is_mkvmerge_available()
split_video_ffmpeg()
split_video_mkvmerge()
DEFAULT_FFMPEG_ARGS
FFMPEG_PATH
TimecodePair
test_api_detect()
test_api_detect_start_end_time()
test_api_detect_stats()
test_api_device_callback()
test_api_scene_manager()
test_api_scene_manager_callback()
test_api_scene_manager_start_end_time()
test_api_stats_manager()
test_api_timecode_types()
- StatsManager
- FrameTimecode
- SceneDetector
- VideoStream
- Platform & Logging