PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

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

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

**Description of Problem & Solution** I'm trying to process many high fps videos and unfortunately the video processing would be too low for our use case, I saw the skip...

feature
status: in progress

There are some videos that have camera flashes in them for example: http://assetsprod2-a.akamaihd.net/tag_reuters_com_2017_newsml_ov6kua1nj_reuters_ingest/tag_reuters_com_2017_newsml_ov6kua1nj_reuters_ingest_LOWRES.mp4 this video gives me the following result: ['00:00:09.766', '00:01:23.266', '00:01:35.066'] Can I do something about it?

feature
in progress

scenedetect -i /XXX/XXX.mp4 detect-content split-video I try this mode in some stereo movies why the output clip of each scene always contains the last frame of its previous scene ?

status: awaiting response

I noticed when analyzing the CSV logs that each scene has a different number of Length frames, but currently only a uniform number of output images for the scene can...

help wanted
feature
good first issue

Unlike the CLI documentation, the current API documentation, while well organized, does a poor job of showing new users where to start and how to begin. Specifically, the current (single)...

improvement
help wanted
status: accepted
good first issue

Currently, the macro `$VIDEO_NAME` is not calculated correctly when using ~an image sequence (e.g. `img_%04d.jpg`) or~ [1] a URL as an input video, leading to (potentially) malformed output filenames when...

good first issue
technical item

**Bug/Issue Description:** when I run compile file , It run normal, but It show this error. ![image](https://user-images.githubusercontent.com/24736642/171990553-4c718866-21e0-4abd-b5ee-25a0a8642a98.png) **Required Information:** Provide the following information to assist with reporting the bug: 1....

help wanted
known issue

**Description of Problem & Solution** Sometimes there are shorter fades-through-black in the middle of a scene and you don't want to introduce cut points at them. Currently the `process_frame` method...

feature
good first issue

Hi I'm using PySceneDetect command line to generate a list of scenes, so far the result is good but some of my scenes are detected as multiple scenes. I was...

improvement
good first issue

**Description of Problem & Solution** Videos recorded using cell phones plays fine in software like VLC(because vlc reads the video metadata). Using opencv2 to output thumbs from files that are...

improvement
status: accepted