We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867777 commit 79e940eCopy full SHA for 79e940e
audio/merge-audio.sh
@@ -9,8 +9,8 @@
9
#//////////////////////////////////////////////////////////////
10
#// //
11
#// Script, 2021 //
12
-#// Created: 27, September, 2021 //
13
-#// Modified: 27, September, 2021 //
+#// Created: 28, September, 2021 //
+#// Modified: 28, September, 2021 //
14
#// file: - //
15
#// - //
16
#// Source: https://superuser.com/a/587553/1057976 //
@@ -25,7 +25,7 @@ if (($# == 3)); then
25
-map '[out]' "$3"
26
elif (($# == 4)); then
27
ffmpeg -i "$1" -i "$2" -i "$3" \
28
- -filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' \
+ -filter_complex '[0:0][1:0][2:0]concat=n=3:v=0:a=1[out]' \
29
-map '[out]' "$4"
30
elif (($# == 6)); then
31
ffmpeg -i "$1" -i "$2" -i "$3" -i "$4" \
0 commit comments