web/remux: copy all streams when remuxing

This commit is contained in:
dumbmoron 2024-08-17 10:07:55 +00:00
parent 974b98f0ac
commit 3bef12ff33
No known key found for this signature in database

View file

@ -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;