fix video remuxing
This commit is contained in:
parent
f2717772a6
commit
2d7e29a526
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class Video
|
||||||
'-i', $urls[0],
|
'-i', $urls[0],
|
||||||
'-i', $urls[1],
|
'-i', $urls[1],
|
||||||
'-c', 'copy',
|
'-c', 'copy',
|
||||||
'-map', '0:v:0 ',
|
'-map', '0:v:0',
|
||||||
'-map', '1:a:0',
|
'-map', '1:a:0',
|
||||||
'-f', 'matroska',
|
'-f', 'matroska',
|
||||||
'pipe:1',
|
'pipe:1',
|
||||||
|
|
Loading…
Reference in a new issue