Brandon Castellano

Results 192 comments of Brandon Castellano

Excellent, thank you for this submission! These improvements will be added to the next official PySceneDetect release (v0.5), and have also been merged into the current master branch. I will...

After review, I will defer this enhancement to the backlog for a release in v0.5.1/v0.6 pending further testing, to expedite the release of v0.5.

I just did a quick test of this again, and seem to get very close results. Would you be able to re-test this with a newer version of OpenCV and...

Also just to clarify, I was calling `frame.mean()` instead of using `cv2.mean()` as in your example.

This should definitely be possible, but you can achieve this relatively quickly with the new API. For example, to save an image every 50 frames: ```python from scenedetect import detect,...

I found [this on the developer documentation](https://developer.apple.com/library/archive/documentation/FinalCutProX/Reference/FinalCutProXXMLFormat/Introduction/Introduction.html) about the XML format itself, but could definitely use some pointers for where to start. The XML looks a lot more involved than...

Marking as on-hold until further information can be gleaned as to the scope of this feature. Closing issue to cleanup backlog, feel free to re-open in future if desired.

If you can provide an example of what this XML should look like I can certainly look into adding support for it. I don't have Final Cut Pro so I...

Awesome, yeah if we can just get the most simplest "ground truth" XML so to speak I can use that as the test case for validation purposes. Ideally it would...

Awesome, thank you so much. One last thing that would be super helpful is, if you could repeat what you did with those XMLs, but using just the first 30...