ffcat 124 B

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