Video scene change detection and processing based on PySceneDetect

An intelligent lens segmentation function is integrated in the video clip, which is actually implemented based on the three-party python library PySceneDetect, which is mainly used to analyze the video and find scene switching or editing.
insert image description here
However, it is more troublesome to process one by one. Here is a tripartite python library for automatic batch processing.

PySceneDetect

PySceneDetect integrates some external tools (such as mkvmerge, ffmpeg), so that it split-videocan automatically split the video into independent segments when executing commands. It is also possible to generate a frame-by-frame analysis of the video, known as a "statistics file", to help determine optimal thresholds or detect patterns/other analysis methods for specific videos.

PySc

Guess you like

Origin blog.csdn.net/qq_20288327/article/details/131850417