mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-01 12:46:07 +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({
|
const render = await ff.render({
|
||||||
blob: file,
|
blob: file,
|
||||||
args: ["-c", "copy"],
|
args: ['-c', 'copy', '-map', '0']
|
||||||
});
|
});
|
||||||
|
|
||||||
processing = false;
|
processing = false;
|
||||||
|
|
Loading…
Reference in a new issue