Video scene cut/shot detection program and Python library.
Project description
Website: http://scenedetect.com/
Documentation: http://manual.scenedetect.com/
Github Repo: https://github.com/Breakthrough/PySceneDetect/
PySceneDetect is a command-line tool and Python library which analyzes a video, looking for scene changes or cuts. PySceneDetect integrates with external tools (e.g. mkvmerge, ffmpeg) to automatically split the video into individual clips when using the split-video command. A frame-by-frame analysis can also be generated for a video, called a stats file, to help with determining optimal threshold values or detecting patterns/other analysis methods for a particular video.
There are two main detection methods PySceneDetect uses: detect-threshold (comparing each frame to a set black level, useful for detecting cuts and fades to/from black), and detect-content (compares each frame sequentially looking for changes in content, useful for detecting fast cuts between video scenes, although slower to process). Each mode has slightly different parameters, and is described in detail in the documentation.
In general, use detect-threshold mode if you want to detect scene boundaries using fades/cuts in/out to black. If the video uses a lot of fast cuts between content, and has no well-defined scene boundaries, you should use the detect-content mode. Once you know what detection mode to use, you can try the parameters recommended below, or generate a statistics file (using the -s / –stats argument) in order to determine the correct paramters - specifically, the proper threshold value.
For help or other issues, feel free to submit any bugs or feature requests to Github: https://github.com/Breakthrough/PySceneDetect/issues
Licensed under BSD 3-Clause (see the LICENSE file for details).
Copyright (C) 2014-2022 Brandon Castellano. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for scenedetect-0.6rc0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb127d4501491b5384bba852a22a14eb6a998c1769aea1b2ecd26e10eb3969d |
|
MD5 | 5112ba15d38d7823bd8d3ba9b9d21a64 |
|
BLAKE2b-256 | a41835650f1fa618bff5bd19757434d5c7ae0479daa76690fb15386ef53ec371 |