Replies: 2 comments
|
Do you happen to have an example that you could share? This might be a good use case for background subtraction, which DVR-Scan does, and PySceneDetect v1.0 will be capable of. |
0 replies
|
I was trying to implement a combination between (ContentDetector + ThresholdDetector) that is similar to the Premiere Adobe Pro strategy in video processing but it was really tough. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After several trials with Pyscene, I was not able to develop the ContentDetector to print only the timeline when there is a change in the background only. It detects the timeline when there is a shot change which outputs undesired results. I am wondering if there is a way to detect the timeline when a change in the background only occurs?
All reactions