Brandon Castellano

Results 29 issues of Brandon Castellano

See https://github.com/AcademySoftwareFoundation/aswf-landscape/issues/779 for context.

It would probably be worth trying out the beta Github Issue Forms feature: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms

To ease the transition to supporting #156 and #323, the next version should include a new `export-scenes` command that will support multiple output formats. Ideally the command should be allowed...

feature

Processing only a sub-set of a video frame should be possible. This can greatly improve performance and detection accuracy in some cases. To avoid any issues with cropping or output,...

feature

There's a report of a timestamp being converted to string for video splitting with a seconds value of 60, which ffmpeg promptly rejects. This was raised in another project: Breakthrough/DVR-Scan#145...

bug

Tracking issue for: - [ ] https://github.com/Breakthrough/PySceneDetect/security/code-scanning/34 In FrameTimecode tests, may want to add an unneeded assert: - [ ] https://github.com/Breakthrough/PySceneDetect/security/code-scanning/18 - [ ] https://github.com/Breakthrough/PySceneDetect/security/code-scanning/19 - [ ] https://github.com/Breakthrough/PySceneDetect/security/code-scanning/20 -...

technical item

AdaptiveDetector applies a running average on the outputs of fast cut detectors, and is theoretically compatible with the new histogram and perceptual hash detectors. We could change the configuration options...

The HashDetector already resizes the input to a specific size, so we should avoid downscaling the input for this particular detector. This might involve changing the SceneDetector interface so that...

Add a project gallery similar to https://zulko.github.io/moviepy/gallery.html.