We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c4609 commit f404f35Copy full SHA for f404f35
Makefile
@@ -20,7 +20,7 @@
20
#//////////////////////////////////////////////////////////////
21
PROJECT_NAME := scripts
22
SHELL := bash
23
-VERSION := 1.3.16
+VERSION := 1.3.17
24
RM := rm
25
26
all: install
audio/merge-audio.sh
@@ -27,7 +27,7 @@ elif (($# == 4)); then
27
ffmpeg -i "$1" -i "$2" -i "$3" \
28
-filter_complex '[0:0][1:0][2:0]concat=n=3:v=0:a=1[out]' \
29
-map '[out]' "$4"
30
-elif (($# == 6)); then
+elif (($# == 5)); then
31
ffmpeg -i "$1" -i "$2" -i "$3" -i "$4" \
32
-filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' \
33
-map '[out]' "$5"
0 commit comments