fix video remuxing

This commit is contained in:
jagub2 2020-01-24 00:34:40 +01:00
parent f2717772a6
commit 2d7e29a526
No known key found for this signature in database
GPG Key ID: B076A4FC86DB4E98
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ class Video
'-i', $urls[0],
'-i', $urls[1],
'-c', 'copy',
'-map', '0:v:0 ',
'-map', '0:v:0',
'-map', '1:a:0',
'-f', 'matroska',
'pipe:1',