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;
|
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} \
|
||||||
|
|
Loading…
Reference in a new issue