Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
if [ $# == 0 ]
then
cat <<EOF
Usage: $0 VIDEO_FILE
Adds an intermission in the middle of a video.
Needs youtube-dl, ffmpeg, and ffprobe in order to work.
EOF