cat with ffmpeg

This commit is contained in:
lickthecheese 2020-03-26 11:29:35 -04:00
parent 487e6c0263
commit fdfb43869b

9
bin/ffcat Executable file
View file

@ -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