Or think about security camera video that doesn't activate on motion but records everything, a lot of that would be so-called 'dead' frames.
Same situation for video from a webcam, potentially lots of uninteresting 'dead' frames possibly hiding the interesting moments.
I'm willing to programatically create a solution with Automator, AppleScript or some other scripting solution(e.g. Python), just seeing if anyone had any idea of tools that might help identify either the change in video/audio to mark points for cuts or some other thoughts.
I'm thinking either to identify just based on frame(s) that have no audio (maybe have some threshold for minimum number of these frames), or if there is a way to judge that video data has changed over time that would be interesting too.
So, the trick just seems to be getting this kind of information out of the file by automatic inspection (as opposed to manually reviewing and marking.)
Any thoughts?