diff --git a/bin/ffcat b/bin/ffcat new file mode 100755 index 0000000..9d43583 --- /dev/null +++ b/bin/ffcat @@ -0,0 +1,9 @@ +#!/bin/bash + +rm output.$1 -i + +printf "file '%s'\n" *.$1 > vidList.txt + +ffmpeg -f concat -i vidList.txt -c copy output.mkv + +