Hacker News new | ask | show | jobs
by Rovanion 1027 days ago
Does anyone know of a software that can do motion detection and spit out timestamps in a video for use in ffmpeg or the like?
6 comments

What do you mean by motion detection? Scene changes?

But whatever you mean, the answer is probably VapourSynth. In fact, you can probably do whatever you are trying to do inside VapourSynth instead of ffmpeg.

If you mean scene changes, this library works: https://github.com/Breakthrough/PySceneDetect
If you mean scene change detecting, LosslessCut can do that (wrapper around ffmpeg filters)
What would you like ffmpeg to do with the timestamps, extract them?