Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tin2tin opened this issue Jan 19, 2021 · 2 comments
Milestone

Comments

@tin2tin
Copy link

tin2tin commented Jan 19, 2021

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.

@Breakthrough
Copy link
Owner

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
Copy link
Owner

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

@Breakthrough Breakthrough changed the title Simple implementation in Blender Video Sequence Editor Add Link to Implementation in Blender Video Sequence Editor May 18, 2021
@Breakthrough Breakthrough changed the title Add Link to Implementation in Blender Video Sequence Editor Add Link to Implementation in Blender Video Sequence Editor (and other useful projects) May 18, 2021
@Breakthrough Breakthrough added this to the v0.7 milestone Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants