mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/remux: copy all streams when remuxing
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
|
||||
const render = await ff.render({
|
||||
blob: file,
|
||||
args: ["-c", "copy"],
|
||||
args: ['-c', 'copy', '-map', '0']
|
||||
});
|
||||
|
||||
processing = false;
|
||||
|
Reference in New Issue
Block a user