Having a few issues and need help! #526
Replies: 3 comments 4 replies
-
What combinations have you tried so far? Are there any samples you can share?
You can find benchmark scores for each detector at https://github.com/Breakthrough/PySceneDetect/tree/main/benchmark#result using the default params. This is certainly an open area of exploration, so any input or experiences you can share are welcome. Annotated samples also help. Newer detectors being developed as part of #482 may also provide higher accuracy across a wider range of inputs.
How are you outputting the frame counts? In general using 0 or 1-based indexing is supported by most API functions already. If you're using the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @Breakthrough for the response and sorry for the delayed response. A big part of the project we are working on deals with older footage from VHS tapes, so really trying to find a very accurate way to detect the very first ad very end frame of static noise like old tv static, vhs rolling bars, rolling tracking, and vhs artifacts etc... We tried so many different combinations of detectors and settings, I will have to dig through them which I will do, but also now I can attach a group of example images showing what we are trying to detect in a very accurate way (even if its slower etc)... Please let me know what you think after looking at these attached images thanks again! |
Beta Was this translation helpful? Give feedback.
-
|
Here are 4 examples from 4 videos / test cases we have that hopefully should be good examples, I have not looked at the data yet but I can as well, but please let me know if this helps. I can definitely find some more video examples to run this on to send some more examples too, I know its challenging because static and vhs artifacts are moving changing visuals but this would be extremely helpful if we can figure something out and please let me know any other questions or anything else I can do to help thanks again! |
Beta Was this translation helpful? Give feedback.


























Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Mainly two quesitons, we are using PySceneDetect to detect scene changes in old VHS footage and I am having trouble getting the using of the proper combination of detectors and settings for those detectors to get it to always detect any solid color frames, static, rolling frames / vertical bars, and any other VHS artifacts. I have tried a lot of detector combinations based on reading the documentation and so far it will always miss some section of static or solid color or other VHS artifacts even if I set the detector settings to be super sensitive.
What are the best detectors and ideal settings for those detectors to achieve this?
Also using PySceneDetect should the frame count start at 0 or 1? I have been using it starting it at 0 which makes sense to me but we are integrating with another older system which I am not sure exactly how all of that is handled. For example on one video it detects a new scene cut at a certain frame, which is all black, but then the very next frame is the actual good content that I want, but I could not seem to find the right detectors / settings to use to get that to be right and give me the cut at the start of the good content frame, not the all black frame right before it.
Any help would be greatly appreciated thank you!!
Beta Was this translation helpful? Give feedback.
All reactions