Skip to content

Commit 4e99e70

Browse files
.
1 parent 632936f commit 4e99e70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.js

100644100755
File mode changed.

lib/transcode-video.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = async (opts) => {
6060
'-filter_complex', chain,
6161
'-map', '[outv]'
6262
].concat(audio
63-
? [ '-map', `${n * 2}` ]
63+
? [ '-map', `${n * 2 - 1}` ]
6464
: [ ]
6565
))
6666

0 commit comments

Comments
 (0)