correctly copy all the streams
This commit is contained in:
parent
d9c21876e8
commit
2fe6f6aece
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ app.whenReady().then(() => {
|
||||||
// Do a copy
|
// Do a copy
|
||||||
await execute(`"${ffmpegPath}" -y \
|
await execute(`"${ffmpegPath}" -y \
|
||||||
-i "${file}" \
|
-i "${file}" \
|
||||||
|
-map 0 \
|
||||||
-codec copy \
|
-codec copy \
|
||||||
${extraArgs} \
|
${extraArgs} \
|
||||||
"${outFile}"`).catch((e) => registerError(win, e));
|
"${outFile}"`).catch((e) => registerError(win, e));
|
||||||
|
|
Loading…
Reference in a new issue