Brandon Castellano
Brandon Castellano
Quick update: the latest version of the `opencv-python` package seems to support input from a byte stream now, so theoretically tthis should be possible with more backends soon. For the...
I agree, this is an interesting idea to provide a bit of interactivity to the `export-html` command. The [`webbrowser` module](https://docs.python.org/3/library/webbrowser.html) should suit this purpose well, and is already available. Aside:...
Looks like this approach only increases the total distribution size by a few megabytes which is acceptable.
This tracking issue can also be used for improvements. As an example [this paper](https://arxiv.org/html/2509.03501v1) uses ContentDetector with a threshold of 20, followed by another post-processing stage: > Many videos remained...
I think the most realistic way to approach this is [to rewrite the scan logic of `MotionScanner`](https://github.com/Breakthrough/DVR-Scan/blob/main/dvr_scan/scanner.py) in a ground up way that supports this from the start. We have...
> However in that process I noticed in lines 191 to 193 in stats_manager.py that when get_frames is called for the frame_key, a +1 is added. > > I assume...
Let's leave this open until resolved, I think this is a good thing to include.
This should be possible, I'll see if we can get this done for the next release. > One nice to have would be that SceneDetect doesn't worry about the inclusion...
> Was more of a thought if we ever had a GUI... it's just that a majority of applications in audio post/video post allow the entry of timecodes if you...
I'm open to having the ability to plug-and-play deep learning models into PySceneDetect for detection purposes, but I'm not sure the best way to integrate that. Will definitely have a...