Brandon Castellano

Results 334 comments of Brandon Castellano

I have something up and running in #459 if folks are interested in testing it out. You can find Python packages and Windows builds in that PR. The new detector...

I like where this is going in concept, but would prefer to have this abstracted over the backend itself similar to the existing `test_video_stream.py`. Have you considered adding more tests...

This now seems to ~have happened~ happen on Linux builds too: https://github.com/Breakthrough/PySceneDetect/actions/runs/14049407326/job/39336844882 https://github.com/Breakthrough/PySceneDetect/actions/runs/14414188049/job/40428060244

The pytest docs have a [section on flaky tests](https://docs.pytest.org/en/stable/explanation/flaky.html) that mentions the [`pytest-rerunfailures`](https://github.com/pytest-dev/pytest-rerunfailures) plugin that adds a `--reruns` option to `pytest` . That might be good enough to mitigate this.

It seems this library might not do end-to-end GPU decoding unfortunately, but we might want to consider handling an ffmpeg decode pipe ourselves. On Sun, Apr 27, 2025 at 5:47 ...

Can confirm a repro finally. Seems to be occurring for me now when I run it on my new system. Will do some digging into this when I get a...

Should be fixed in the next release, aiming for some time in August for that.

DVR-Scan v1.6 has some [new output modes](https://www.dvr-scan.com/docs/#output) which may help with cases like this, you can try using ffmpeg for video output instead of OpenCV: "c:\Program Files\DVR-Scan\dvr-scan.exe" -i output.mp4 -t...

Do you recall what version of DVR-Scan you were running before? Thanks for the reply - I'm not totally sure if this can be solved purely on my end with...

For your reference: I ran the video through DVR-Scan just now, and it looks like the error happens because two of the decoded frames are only 1920x1080, but the rest...