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:** At the end of the sliced video via split-video there is a frame of the next video. I cut the anime into moments and on some videos it worked...

bug

It should be possible to use the same `ffmpeg` binary for MoviePy, as well as the one used by PySceneDetect for `split-video`. This should allow it to be included without...

**Problem/Use Case** Just an alias to make it display asap, independent of the input filename. May come in handy for some or can be added as a switch in later...

feature

**Problem/Use Case** I'm using PySceneDetect to encode videos with quite large GOP size (let's say 30 seconds, this isn't a good setting for some cases but works pretty well for...

Is it possible to render via gpu? Write -a "-c:v hevc_nvenc" is not an option, because automatic bitrate detection will then be unavailable, and if you do something like this,...

[Koala-36M](https://koala36m.github.io/) proposes a significantly improved model for scene transition detection (paper: [HTML](https://arxiv.org/html/2410.08260v1) or [PDF](https://arxiv.org/pdf/2410.08260v1)) Of interest is that this algorithm should be able to handle dissolve transitions more effectively, and...

help wanted
feature

**Problem/Use Case** PySceneDetect is designed to process one input file only. Most of the files I want to process are splited in 1GB chunks (vob files). **Solutions** Other programs can...

feature

**Problem/Use Case** Right now, commands that export or save files don't use a common convention for naming. It would be ideal if we could change them to use a consistent...

technical item

Not every region uses "," as csv separator. The solution is to add sep=, as first line in the csv file, so that it can be directly opened with Excel...

feature

**Description:** Failed to open video with opencv: Ensure file is valid video and system dependencies are up to date. **Command:** ``` scenedetect -i file_example_MP4_480_1_5MG.mp4 split-video ``` **Output:** ``` [PySceneDetect] PySceneDetect...

awaiting response