Skip to content

A script that uses ffmpeg to break a movie apart and put the cuts back together in a random order

Notifications You must be signed in to change notification settings

takosuke/RandomEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A ffmpeg based random movie editor. 
Uses ffmpeg's scene change detection algorithm to cut a video file up and reassemble it randomly. 
Makes for good fun with movies you know well. It's also fun to try and follow the plot of movies you have never seen. The resulting products can be extremely annoying to watch. 

Usage:
./cutter.sh {input clip}

The output clip will just be named OUTPUT.{whatever extension} and go in the scripts folder (gotta fix that)


Its still very rough. It doesnt like file names with spaces, so its better to rename the input clip first. Also takes quite a bit of time, and at least double the size of the movie clip in hard drive space. 

About

A script that uses ffmpeg to break a movie apart and put the cuts back together in a random order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published