PySceneDetect
PySceneDetect copied to clipboard
:movie_camera: Python and OpenCV-based scene cut/transition detection program & library.
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...
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...
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...
**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...
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...
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...
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...