Brandon Castellano

Results 334 comments of Brandon Castellano

Thanks again for the feedback @mmokrejs, I've fixed the incorrect output so now it shows you the full command when you hit `C` in the region editor, and changed the...

I've made progress on this, and there will be a new flash filter that can be enabled/disabled in v0.7. When a rapid set of cuts is detected (i.e. several consecutive...

@GabrielSandor I don't think there's an easy workaround for this issue in DVR-Scan aside from using a different backend for video input as outlined above. That would be a fairly...

[mmokrejs](https://github.com/mmokrejs) was able to provide some useful context in #160 recently. I added some thoughts there on how to possibly address this. It should be possible to see if ffmpeg...

This should now show up properly when v1.6 is released and you use debug logging. Each time a new video is loaded, a log message will be shown before any...

If you are using high-framerate material (60+ FPS), you may want to experiment with [the frame skip option](https://www.scenedetect.com/docs/latest/cli.html#cmdoption-scenedetect-fs). You might also want to [increase the downscale factor](https://www.scenedetect.com/docs/latest/cli.html#cmdoption-scenedetect-d) if performance is...

You can remove use of `stats_manager` to save some processing time, and you can also experiment with raising downscale here: https://www.scenedetect.com/docs/latest/api/scene_manager.html#scenedetect.scene_manager.SceneManager.downscale Also note instead of `VideoManager` you should use the...

Using audio to detect splices is definitely something I would be interested in adding at some point. Do you have any samples you could share that exhibit poor performance?

Can you provide a code snippet that reproduces the issue you're facing? How are you obtaining a subset of the original video? Any other resources you can provide to help...

@tahayass can you provide any additional information to help triage the issues you are facing? Can you show how you are using the API?