cat with ffmpeg
This commit is contained in:
parent
487e6c0263
commit
fdfb43869b
1 changed files with 9 additions and 0 deletions
9
bin/ffcat
Executable file
9
bin/ffcat
Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue