Brandon Castellano
Brandon Castellano
In v1.5, support for using ffmpeg to export video files was added. However, there is no support yet for concatenating multiple input videos. To correctly support this, a temporary list...
As identified in #70, using frame-skip also results in the same frames being skipped in the resulting video output. This is undesirable, and will require some changes so that we...
Currently, using `--frame-skip` acts on the entire video itself, including once we enter a motion event. This improves processing performance, but also reduces accuracy. Based on the fact that motion...
Currently, `-tb`/`--time-before-event` does not affect event merging, which is inconsistent with `-tp`/`--time-post-event`. See #68 for a discussion of where this came up. The new proposed merging behaviour is as follows:...
The latest version of DVR-Scan includes a new CNT algorithm, which has better performance at the expense of accuracy (and matches feedback from #48). It is probably worth doing some...
After some discussion in https://github.com/Breakthrough/DVR-Scan/discussions/115 it was found that setting `-b CNT` will always treat the first frame as being a motion event. This can be verified using `-mo mask.avi`...
Hello; Great project, seems to be working just fine for me thus far. Loving the ability to pick the shutter angle, really makes the footage more pleasant to watch back...
**Description:** When using different backends with the CLI, setting start time to be beyond the end of the video will result in different behaviour. This should be made consistent if...
It might be useful for some cases to be able to concatenate input videos together, although this requires some special handling. This could be done by specifying a new StreamJoiner...
This would be a breaking change, but for v0.7 the default behaviour of `list-scenes` should be improved: - Replace `-n`/`--no-output-file` with a positive boolean flag `-s`/`--save` - Skip the cutting...