fix for copy command, again
This commit is contained in:
parent
d509d31a1b
commit
ab170b0cda
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ app.whenReady().then(() => {
|
|||
nbTracks += 1;
|
||||
|
||||
// Do a copy
|
||||
await execute(`${ffmpegPath}" -y \
|
||||
await execute(`"${ffmpegPath}" -y \
|
||||
-i "${file}" \
|
||||
-codec copy \
|
||||
${extraArgs} \
|
||||
|
|
Loading…
Reference in a new issue