Documentation: https://www.scenedetect.com/docs
Github Repo: https://github.com/Breakthrough/PySceneDetect/
Install: pip install --upgrade scenedetect[opencv]
PySceneDetect is a tool for detecting shot changes in videos, and can automatically split videos into separate clips. PySceneDetect is free and open-source software, and has several detection methods to find fast-cuts and threshold-based fades.
For example, to split a video: scenedetect -i video.mp4 split-video
You can also use the Python API (docs) to do the same:
from scenedetect import detect, AdaptiveDetector, split_video_ffmpeg
scene_list = detect('my_video.mp4', AdaptiveDetector())
split_video_ffmpeg('my_video.mp4', scene_list)
Licensed under BSD 3-Clause (see the LICENSE file for details).
Copyright (C) 2014-2024 Brandon Castellano. All rights reserved.
Download filesDownload the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution Built Distribution File detailsDetails for the file scenedetect-0.6.6.tar.gz
.
4b50946abca886bd623e7a304e30da197f0e7e69cd65d80115d551538261c35b
MD5 c9264567186cc87700a5a6f2f8c04b03
BLAKE2b-256 59361e29ac958e2d2b5e4365fb7de03f94a98b9949c46267e682bcfe22460812
See more details on using hashes here.
File detailsDetails for the file scenedetect-0.6.6-py3-none-any.whl
.
cbd47e4aff1d3ba6f4ee00e54ff9af26378aa2b48f501003dddf5f96e37d3eb0
MD5 e1f257806ba50c3969d97691e3073ff2
BLAKE2b-256 b15bc090fe55521265eb1816c303267e985125000a4e32237e95562ed462608f
See more details on using hashes here.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4