Brandon Castellano

Results 70 issues of Brandon Castellano

**Description:** The `scenedetect.scene_manager` module has grown quite large and unwieldy, containing more functionality (by lines of code) for post-processing than scene detection itself. It would be ideal if we could...

technical item

**Description:** As discussed in #431, the timecodes outputted by the `list-scenes` command may lead to cuts being off by a frame. This is due to rounding as the output format...

bug

Work in progress. #441 Based off of https://koala36m.github.io/ (will update this with proper citation when ready for review)

feature

@wjs018 mentioned after reviewing the [MSU Shot Boundary Detection Benchmarks](https://videoprocessing.ai/benchmarks/shot-boundary-detection.html) that one of the best performing algorithms uses something called Local Binary Patterns and Canny Edge Detection. We should see...

Parent tracking issue for discussion and development of new detection methods.

improvement
feature

On Discord, a few folks now have mentioned that by default, bounding boxes are drawn on the output: > Iv'e just installed DVR-Scan onto Windows 11, My output files by...

The [current mapping](https://github.com/Breakthrough/DVR-Scan/blob/291691e52221d012320b500c9b6c150cf7156956/dvr_scan/scanner.py#L64) assumes the presence of an audio track, which is incorrect. Instead of `-map 0`, the streams should be explicitly mapped. Ideally this should be `-map 0:v -map...

Issue templates should be updated now that debug logs are saved automatically, and we have two modes of running DVR-Scan (GUI vs CLI).

technical item

Right now the installer requires admin privileges as it installs DVR-Scan system wide. It should also allow installing only for the current user, which won't require admin. I don't know...

Someone finally the issue discovered in the beta in discussion #208. The log message is: ``` [Issue 198] Incorrect meter format: ['00:00', '62:47:19', '', '5.94', 'frames/s'] ```

bug