(no title)
Breakthrough | 6 years ago
For detecting fades-to-black, you want to make sure that you're using the detect-threshold command (not detect-content). For example:
scenedetect -i somevideo.mp4 detect-threshold -t 12 list-scenes
Where -t specifies the threshold to use (the default being a value of 12). Full documentation for the detect-threshold command:https://pyscenedetect-manual.readthedocs.io/en/latest/cli/de...
No comments yet.