1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/scenedetect
2024-04-08 15:13:07 +08:00
..
Dockerfile update 2024-04-08 15:13:07 +08:00
README.md add scenedetect 2024-04-08 14:54:47 +08:00

scenedetect

PySceneDetect is a tool for detecting shot changes in videos (example), and can automatically split the video into separate clips.

Tutorial

# Create an alias
$ alias scenedetect='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data -w /data vimagick/scenedetect'

# Download sample video
$ wget https://download.blender.org/peach/bigbuckbunny_movies/BigBuckBunny_320x180.mp4

# Perform video splitting
$ scenedetect -i BigBuckBunny_320x180.mp4 split-video