Brandon Castellano
Brandon Castellano
> Something that could be looked into is also how these timecodes are exported with `list-scenes`. I once noticed that the results for `split-video` and using the values from the...
Thanks for letting me know, I might remove that log line entirely since we now save debug logs by default (that's probably more of a trace-level thing). I overhauled logging...
If the intention is to get a time base for the cuts, then doesn't the OCR only need to be done on the first frame for a video? Is there...
Try using the `--mask-output` flag to see what each frame looks like after processing. You might need to tune some parameters like When I process the sample video you provided,...
Hmm I just did some testing and I see the Windows release of v1.6.1 does indeed show the wrong framerate. However, I still get a mask file generated, and the...
Currently you must specify the `-r`/`--region-editor` flag explicitly, there is no way to automatically launch it. I will consider adding a config option to allow always launching the region editor,...
Good catch, will definitely fix this in the next release. Thanks for the report.
Thanks for doing this, it's been on my radar for some time but I haven't gotten around to it yet. > I also noticed that the dvr-scan-app entrypoint was not...
I had some issues converting to a pure `pyproject.toml` setup, but the project should overall function much better with `uv` now. Note that in the main branch I've changed the...
In the long term I'm most open to different processing methods other than CUDA so long as distributing the software is doable. Any code examples or similar applications in Python...