Brandon Castellano

Results 334 comments of Brandon Castellano

Regarding seeking/skipping, I don't think that applies for your particular use case since you want to re-process the entire video. Instead it might be worth just hacking a ContentDetector to...

Taking a look at this with a fresh set of eyes it's probably unwise to pursue re-adding this until a well thought out API is in place. The issue is...

I'm really curious as to why this happens. Are you able to share any sample material that exhibits this issue? I want to avoid adding an argument to resolve the...

Your theory definitely has some weight, however both the OpenCV and PyAV backends have switched over to using the timecodes provided by the decoder itself. Timecodes come from the decoded...

@Zero-Gravity58 can you provide any other information or have you encountered the issue since you originally wrote the bug report? Thanks!

A single stream is likely the most common use case, so I will choose that for a default.

@yongyongdown try setting `show_output=True` when calling `split_video_ffmpeg` to get more information about the error. That will let you know why ffmpeg does not like the input. Can you try that...

It looks like you are using a very old version of ffmpeg which is probably why the default arguments aren't working. What version of PySceneDetect are you using? Can you...

All feature work is complete, just finishing up testing and preparing the release. The new version should be out within a day or two.

@tormento if you [use the `--skip-cuts` option](https://www.scenedetect.com/docs/latest/cli.html#cmdoption-scenedetect-list-scenes-s) the file will omit the first row to allow it to be imported directly into Excel. This is not done by default for...