Brandon Castellano
Brandon Castellano
We'll need to reconsider this if `decord` isn't being maintained. When we get to this, if it's not too difficult to implement the `VideoStream` interface for `decord` we might still...
Hi @dmo to build DVR-Scan now you should first run `python3 dist/pre_release.py` to generate the documentation. Could you try running that first? It needs the deps from docs/requirements.txt to run....
Thanks for the update. I will create a new release this evening which doesn't require you to run the pre_release.py script. This step was added so documentation is included with...
I'm going to hold off on making a new release until I can understand more about how the Debian packages are being created, and if it's possible for you to...
> You must set python `install_requires` in `setup.py` and not `setup.cfg` with versioned dependency when needed. Then the installation will fail if a package is missing or doesn't math the...
According to the [Debian Python Policy](https://www.debian.org/doc/packaging-manuals/python-policy/index.html#dependencies), the [`python3-tk` package](https://packages.debian.org/bookworm/python3-tk) should be listed [under `Depends:` of a debian/control file](https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#control). Although I do my best to follow the Debian app/library style guide...
Sorry for the reply spam, I've just updated the v1.6.2 release branch and tag, so you should be able to avoid running the pre-release script and get the Debian package...
> As I'm saying before Debian **don't use at all** venv to build python package. Gotcha. I think the OpenCV issue you were running into before was caused by Breakthrough/PySceneDetect#468...
Thanks for trying, you can proceed to release without running the script. I bundled the pre built docs in there now. I was hoping to avoid it since they could...
This is possible with the Python API if you use [the PyAV backend](https://www.scenedetect.com/docs/0.6.4/api/backends.html#scenedetect.backends.pyav.VideoStreamAv). How do you specify the pixel format when working with videos like this? I'm open to integrating...