dotfiles/bin/ffcat
2020-03-26 11:29:35 -04:00

10 lines
124 B
Bash
Executable file

#!/bin/bash
rm output.$1 -i
printf "file '%s'\n" *.$1 > vidList.txt
ffmpeg -f concat -i vidList.txt -c copy output.mkv