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 \
|
await execute(`${ffmpegPath}" -y \
|
||||||
-i "${file}" \
|
-i "${file}" \
|
||||||
-codec copy \
|
-codec copy \
|
||||||
"${extraArgs}" \
|
${extraArgs} \
|
||||||
"${outFile}"`).catch((e) => printAndDevTool(win, e));
|
"${outFile}"`).catch((e) => printAndDevTool(win, e));
|
||||||
|
|
||||||
// We throw the error since we do not want to merge any audio
|
// We throw the error since we do not want to merge any audio
|
||||||
|
|
Loading…
Reference in a new issue