Brandon Castellano

Results 192 comments of Brandon Castellano

I'm not sure on an exact timeline, but I hope to have a pre-release of v0.6.1 within the next couple weeks on PyPI. The final v0.6.1 release will probably be...

Hi @markbaumgarten; This is definitely something I would like to add to PySceneDetect, so thank you for providing a reference implementation. The only thing I would add to the code...

Will revisit this for v0.6.1. Just some more general notes for the implementation under the new API. This may need to only be conditionally enabled if ffprobe is available, and...

@markbaumgarten what version of OpenCV were you using when you ran into this? Can you try again with the latest version? It seems to be working all of the sudden...

Will mark this as complete for using the OpenCV backend (default) as this should work now with a new version of OpenCV. If required on other backends please file a...

This is correct. Adding support for variable frame rate videos will really drive a lot of underlying API changes, which I am willing to do, but will require to rethink...

I think I have a good initial design, will post here when there are some unit tests showing how timecodes will be stored in v1.0. The idea is to store...

Hey @adworacz; This is amazing, thank you for finding this. Could you explain a bit more about how your solution works / point me to a specific commit? Is the...

@adworacz in v0.6 there is now integration with PyAV which allows passing a `BytesIO` object directly. This should make this feasible now. It should also handle the case of not...

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...