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

Does PySceneDetect have a problem when a image dissolves or fades into white? I was using the code provided in the python example usage: https://pyscenedetect.readthedocs.io/en/latest/examples/usage-python/ The intro started with a...

improvement

Add instructions to compile pyscenedetect to use GPUs.

improvement

Hi @Breakthrough , Thank you very much for your awesome software! I'm using it to detect scenes from some cartoon videos, see the original video [here](https://www.dailymotion.com/video/x3bas8y). Now I'm having some...

help wanted
feature
feedback required

I noticed that you have a stub for a `HistogramDetector`. I have completed a proof-of-concept using this method in [this notebook](https://github.com/r1b/scene-detection/blob/master/ColorHistogram.ipynb). Do you think this is a sound approach? I...

feature
in progress

**Description of Problem & Solution** When using -start and -end, the tool defines the area of a video to be processed. In some cases, however, you may wish to limit...

feature

Hi Brandon, It is normal when a large foreground object passes through the camera (like a big car), but it may be mistaken for scene change. What is the way...

improvement
help wanted
feedback required

I have an idea. 1. Will you make pyscenedetect gui with this repo>https://github.com/mherrmann/fbs-tutorial? 2. https://www.youtube.com/watch?v=clnlOImwCuc, after watching this tutorial Davinci Resolve can manipulate to threshold or content detection. It is...

feature

As per title, add a man-page synopsis so users can call `man scenedetect` for detailed usage help. In PySceneDetect v0.5-beta-1, help text / a complete CLI reference can be obtained...

improvement

**Description:** When using different backends with the CLI, setting start time to be beyond the end of the video will result in different behaviour. This should be made consistent if...

It might be useful for some cases to be able to concatenate input videos together, although this requires some special handling. This could be done by specifying a new StreamJoiner...