Brandon Castellano
Brandon Castellano
Thanks for the report, I fixed this in 115e6b6ad68c6f4811392e6e1811c33e9d6a5c12 recently, which will be included in the next release (probably in a day or two). It shouldn't be needed for the...
Assuming we want to make the dependencies mandatory, that implies we'll need separate packages for the headless vs. non-headless distributions. I am open to fixing this, but could use some...
This is a tracking bug for actually implementing support for this in DVR-Scan. When this is complete, you can use `-m ffmpeg` with the existing overlays. In the meantime I'm...
The code samples you posted here look correct at first glance, so this could possibly be a bug. Could you share what version you're using and any sample videos? In...
Looking at the code again with some fresh eyes, it seems that the check for if the minimum length was met uses the current frame number, but we emit a...
The issue arises from the `[` and `]` characters, which need to be "escaped" by surrounding them with square brackets like `[`this`]`. Could you try running the following instead? dvr-scan...
Thanks for the feedback, glad you're finding the tool useful :) If you're processing several videos at once, be sure to read through [this section on handling multiple videos](https://www.dvr-scan.com/guide/#multiple-videos) in...
@n0lqu thanks for bringing that up, that's a fair point. I'll make sure this gets prioritized for the next release.
Failed to open video with opencv: Ensure file is valid video and system dependencies are up to date.
It seems that OpenCV is failing to open that video. You can try using a [different backend](https://www.scenedetect.com/docs/0.6.4/cli/backends.html) like PyAV: scenedetect -i file_example_MP4_480_1_5MG.mp4 -b pyav split-video Can you try that and/or...
What do you see if you generate a mask with the `--mask-output` flag? I've noticed small differences in the results running on GPU versus CPU. You might need to tweak...