mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
web/remux: copy all streams when remuxing
This commit is contained in:
parent
974b98f0ac
commit
3bef12ff33
|
@ -51,7 +51,7 @@
|
|||
|
||||
const render = await ff.render({
|
||||
blob: file,
|
||||
args: ["-c", "copy"],
|
||||
args: ['-c', 'copy', '-map', '0']
|
||||
});
|
||||
|
||||
processing = false;
|
||||
|
|
Loading…
Reference in a new issue