A clever commandline tool that converts videos into a single montage using ffmpeg.
Current features: get a list of video files, and if they are the same resolution, create a montage with randomly chosen s seconds of each
Planned features: Multiple shots from each video, and transitions. Cool AI features like detecting nice shots.
- create a file
vids.txt
which contains full paths to the videos you want to use - make
automontage.sh
executable withchmod +x automontage.sh
- place
automontage.sh
andvids.txt
in the same folder - run
./automontage.sh -t 30 -l vids.txt -o montage.mp4
to createmontage.mp4
of total length 30 seconds