fix copy command
This commit is contained in:
parent
2c19f71614
commit
d509d31a1b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue