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

Thank you for PySceneDetect! Here's an simple implementation of PySceneDetect in the Blender Video Sequence Editor: https://github.com/tin2tin/shot_detection ![alt text](https://camo.githubusercontent.com/78a279540d13a50c75389d60b721ea7907cb0543b0f3901353aca1aa908bb97f/68747470733a2f2f626c656e6465722e636861742f66696c652d75706c6f61642f414a4b45747574615772733532375777762f43616d2e676966) I just used your example to do the detection with a...

improvement

**Description of Problem & Solution** Request the ability export scene cut information directly to a FInal Cut Pro XML file. **Media Examples:** Guide to XML https://support.apple.com/guide/final-cut-pro/use-xml-to-transfer-projects-verdbd66ae/mac. **Proposed Implementation:** From what...

help wanted
feature

**Bug/Issue Description:** unable to detect any key scenes for a few ads with the latest version. For ex: In ads that are similar to cc footage and ads where it...

status: awaiting response

**Description of Problem & Solution** It would be great if PyScenedetect could support input via pipe. I've actually already proven that it's possible, and is mostly just an API change,...

feature

v1.0 Upcoming Changes & Migration Plan =========================== The next major release of PySceneDetect will introduce major breaking changes. Furthermore, the minimum supported version of Python will be increased to 3.5,...

feature
status: accepted
community feedback requested

The ability to add wildcards to the "--input" parameter would be super helpful. For example, if i have a folder full of AVI files, being able to say ' -...

improvement

My use case is to skip dead time in a sporting event, e.g. a basketball game. To do this, I thought I'd just analyze the section of the video frame...

won't fix

**Description of Problem & Solution** I've had some situations where I have a large number of video files with a similar structure where I'd like to select (or omit) a...

feature
status: in progress

Hey @Breakthrough, I noticed that you have started the implementation of a Motion Detector algorithm but it hasn't been finished. I was wondering if you could provide me some insights...

feature

Hi, Frame averaging currently is done via ```#[email protected] numpy.sum(frame[:,:,:]) / num_pixel_values ``` I've experimented a bit and found that a substantial improvement can be made by using OpenCV built-in methods...

improvement
status: accepted