fix copy command

This commit is contained in:
Mylloon 2024-01-16 19:55:26 +01:00
parent 2c19f71614
commit d509d31a1b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -91,7 +91,7 @@ app.whenReady().then(() => {
await execute(`${ffmpegPath}" -y \
-i "${file}" \
-codec copy \
"${extraArgs}" \
${extraArgs} \
"${outFile}"`).catch((e) => printAndDevTool(win, e));
// We throw the error since we do not want to merge any audio