PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.

Results 110 PySceneDetect issues
Sort by recently updated
recently updated
newest added

**Description:** The `scenedetect.scene_manager` module has grown quite large and unwieldy, containing more functionality (by lines of code) for post-processing than scene detection itself. It would be ideal if we could...

technical item

Related to #484. ClipShots is the largest dataset for video shot detection. In this PR, I add it to the evaluation set.

**Description:** As discussed in #431, the timecodes outputted by the `list-scenes` command may lead to cuts being off by a frame. This is due to rounding as the output format...

bug

**Description:** With one particular video file (which I think I can share privately if needed) I noticed that created cut scene files generated by this command did not have the...

Work in progress. #441 Based off of https://koala36m.github.io/ (will update this with proper citation when ready for review)

feature

**Problem/Use Case** Is the input for scenedetect limited to video file paths? Does it support inputting tensors, such as videos read using [decord](https://github.com/dmlc/decord)? Additionally, can scenedetect detect whether a video...

feature

@wjs018 mentioned after reviewing the [MSU Shot Boundary Detection Benchmarks](https://videoprocessing.ai/benchmarks/shot-boundary-detection.html) that one of the best performing algorithms uses something called Local Binary Patterns and Canny Edge Detection. We should see...

Parent tracking issue for discussion and development of new detection methods.

improvement
feature

**Description:** Thank you for your work! I downloaded a video from [here](https://github.com/line/lighthouse/blob/main/api_example/RoripwjYFp8_60.0_210.0.mp4) and applied `HistDetector` to it via both Python API and command line. I found that they outputs different...

**Description:** A few joints 1. When the -c argument is used, the video analysis speed drops from 300fps to 200, although I don't think it should, because it only affects...