fix for copy command, again

This commit is contained in:
Mylloon 2024-01-16 20:05:14 +01:00
parent d509d31a1b
commit ab170b0cda
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -88,7 +88,7 @@ app.whenReady().then(() => {
nbTracks += 1; nbTracks += 1;
// Do a copy // Do a copy
await execute(`${ffmpegPath}" -y \ await execute(`"${ffmpegPath}" -y \
-i "${file}" \ -i "${file}" \
-codec copy \ -codec copy \
${extraArgs} \ ${extraArgs} \