dotfiles/bin/ffcat

10 lines
124 B
Plaintext
Raw Normal View History

2020-03-26 15:29:35 +00:00
#!/bin/bash
rm output.$1 -i
printf "file '%s'\n" *.$1 > vidList.txt
ffmpeg -f concat -i vidList.txt -c copy output.mkv