Walter Schwenger
Walter Schwenger
@LeVolve Wanted to let you know that this has been implemented and merged into the v0.6.1 branch. Feel free to try it out. For details on the new naming options...
@mrahmadt Just wanted to let you know that I took a first pass at implementing this. See #294 for usage and limitations. Let me know if you have any feedback.
Got a chance to look through the code, but I can't actually test it for another day or two. Couple thoughts: - I really like the use of a correlation...
This error is indicating that decoding the desired frame of the video was not successful. The `save_images` function seeks to the desired frame to pull as an image [here ](https://github.com/Breakthrough/PySceneDetect/blob/4b89b6a5b567610455d6f1ac5dd11a3783581cea/scenedetect/scene_manager.py#L488)...
I have previously had this issue with moviepy, but that was a couple years ago and I haven't run things in a loop like this since then. I fixed it...
I am not 100% clear on what the feature being requested is. What is your intended usage? Looking at #291 do you want an option to specify a start time...
In my experience, I have had this issue come up a couple times and it has always been caused by a frame not being decoded correctly due to some error...