correctly copy all the streams

This commit is contained in:
Mylloon 2024-08-21 19:31:26 +02:00
parent d9c21876e8
commit 2fe6f6aece
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -124,6 +124,7 @@ app.whenReady().then(() => {
// Do a copy
await execute(`"${ffmpegPath}" -y \
-i "${file}" \
-map 0 \
-codec copy \
${extraArgs} \
"${outFile}"`).catch((e) => registerError(win, e));