Brandon Castellano

Results 192 comments of Brandon Castellano

This will be included in v0.6.2 as [the `load-scenes` command (docs)](https://www.scenedetect.com/docs/0.6.2/cli/commands.html#load-scenes-command). Thanks @wjs018 for kicking off the implementation.

For v0.6.2 you can specify if you want to use either methods with ThresholdDetector, and can also have both by combining two instances of ThresholdDetector each using the other method.

Thanks, this falls under some of the other open issues to expand on output formats. I think we should add a new command like `export-scenes` that is dedicated for this...

Unfortunately no ETA at this time, but in v0.6.3 you can now generate a list of cuts as frame numbers instead of timecodes with a config file. To do this,...

Hi @hanoonaR; Controlling the number of splits would require some kind of resolution method to determine both where to add missing cuts, and also where to remove them. With [the...

Re: thresholding, this comment here may be of interest: https://github.com/Breakthrough/PySceneDetect/issues/35#issuecomment-1208573501 Hopefully that is of some value to you. In the meantime, as long as the algorithm gives comparable performance to...

> Something to note is that this requires OpenCV. So, if the user is intending on using a different backend like PyAV, then they would still need OpenCV installed if...

Unrelated to this PR but something that may be of interest to you both, I've gotten different results on ARM64 (Apple M-chips) and x64 for some OpenCV and Numpy operations....

Awesome, good to know, thanks for sharing! Do you think you'll be able to make the requested changes for this PR this weekend? I'd like to get this landed as...

@MqLeet in v0.6.1 I added `-map 0` to the ffmpeg args as part of fixing #271. It seems to cause issues for this particular video, I am not entirely sure...