diff --git a/src/main.ts b/src/main.ts index 90e4d75..7f44fe1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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));