ffmpeg scene detection - version 2 - specify a range in the video and cut into separate scenes
NapoleonWils0n
Analyse a video using ffmpeg scene detection and optionally specify a range in the video to extract scenes from then create a text file containing timecode of all the scene changes in a video
We can then convert the timecodes into a csv file containing the start point and duration of each scene and use ffmpeg to cut the video into the scene clips
ffmpeg scripts github: https://github.com/NapoleonWils0n/ffmpeg-scripts
scene-detect: https://raw.githubusercontent.com/NapoleonWils0n/ffmpeg-scripts/master/scene-detect
scene-images: https://raw.githubusercontent.com/NapoleonWils0n/ffmpeg-scripts/master/scene-images
scene-time: https://raw.githubusercontent.com/NapoleonWils0n/ffmpeg-scripts/master/scene-time
scene-cut: https://raw.githubusercontent.com/NapoleonWils0n/ffmpeg-scripts/master/scene-cut
Version 1 of the scene detect script with ffprobe scene-detect-ffprobe https://raw.githubusercontent.com/NapoleonWils0n/cerberus/master/ffmpeg/scripts/scene-detect-ffprobe ... https://www.youtube.com/watch?v=SqvDCpWad9M
139158963 Bytes