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

The HashDetector already resizes the input to a specific size, so we should avoid downscaling the input for this particular detector. This might involve changing the SceneDetector interface so that...

With PySceneDetect 0.6.4 debian unstable amd64 python 3.11.9 I see the warnings ``` /usr/lib/python3/dist-packages/scenedetect/_cli/__init__.py:927: SyntaxWarning: invalid escape sequence '\$' help='Filename format to use for the scene list CSV file. You...

bug

Add a project gallery similar to https://zulko.github.io/moviepy/gallery.html.

I have a episodic series that has wrong chapters for the end of openings and the start of endings. I'd like to recreate the correct OP and ED chapters, finding...

improvement

Hello. First of all, thanks for all the work you've done in this project. I've been using PyScene for some months until now and it has been very helpful, intuitive...

bug

**Problem/Use Case** With the addition of more detectors and filters, it would be ideal to improve algorithm reuse and interoperability. As identified in #402, it should be possible to remove...

feature

Add new `--show` option to display the result of `export-html` automatically in the browser when processing is complete. Remove requirement to explicitly specify `save-images`. `export-html` will now always use the...

feature

Allows setting delimiters for both rows and columns for the `write_scenes_list` function as well as in the config file for the `list-scenes` command. #423 Outstanding Tasks: - [ ] Add...

improvement

Add ability to export scene cuts in `qp` format with a new `export-qp` command. Open Tasks -------------------- - [ ] Verify resulting `qp` file in test case with a golden...

feature