PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

Add Link to Implementation in Blender Video Sequence Editor (and other useful projects)

Open tin2tin opened this issue 3 years ago • 2 comments

Thank you for PySceneDetect! Here's an simple implementation of PySceneDetect in the Blender Video Sequence Editor: https://github.com/tin2tin/shot_detection alt text I just used your example to do the detection with a fixed threshold of 30 for now, but let me know if there are something obvious I missed for better optimations.

tin2tin avatar Jan 19 '21 06:01 tin2tin

This is very cool, thanks for sharing! The biggest optimization for the most part is setting the downscale factor, so I think how you implemented it is fine.

If you're willing to give up some accuracy, you can try increasing it even higher. Eventually there are some goals to try and optimize PySceneDetect, or try to use multicore/GPU to improve performance, but these are still under research.

Breakthrough avatar Feb 04 '21 00:02 Breakthrough

TODO: I should create a section in the documentation that showcases some things that people are using PySceneDetect for (like this!).

Breakthrough avatar May 18 '21 02:05 Breakthrough