7 ms·
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?
by Rovanion 3y 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?
- sunlite99 3y agoHow about https://opencv.org/ https://opencv.org/ ?
- j45 3y agoWhat would you like ffmpeg to do with the timestamps, extract them?
- brucethemoose2 3y agoWhat 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.
- passion__desire 3y agohttps://github.com/roboflow/supervision https://github.com/roboflow/supervision
- pkkm 3y agoIf you mean scene changes, this library works: https://github.com/Breakthrough/PySceneDetect https://github.com/Breakthrough/PySceneDetect
- mifino 3y agoIf you mean scene change detecting, LosslessCut can do that (wrapper around ffmpeg filters)