Brandon Castellano

Results 70 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

We need to support more output formats, such as EDL, FCP XML, and more. This issue tracks implementation of various output formats in sub-issues. References: EDL reference: https://github.com/mpv-player/mpv/blob/master/DOCS/edl-mpv.rst Chapter formats:...

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 works by calculating a running average of the output score of fast cut detectors. In theory, the scores both new detectors produce (histograms and perceptual hashing) can be normalized...

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.

**Problem/Use Case** With the addition of more detectors and filters, it would be ideal to improve algorithm reuse and interoperability. As identified in #402, it should be possible to remove...

feature