From d509d31a1b24c6f5bfd7fa73953d72430d7f4bc1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 16 Jan 2024 19:55:26 +0100 Subject: [PATCH] fix copy command --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e9b4696..843adb0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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