comments
This commit is contained in:
parent
1c42ea43c5
commit
e6d2376fea
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ app.whenReady().then(() => {
|
||||||
// Trash the output, depends on the platform
|
// Trash the output, depends on the platform
|
||||||
const nul = process.platform === "win32" ? "NUL" : "/dev/null";
|
const nul = process.platform === "win32" ? "NUL" : "/dev/null";
|
||||||
|
|
||||||
// TODO: Keep metadata of tracks
|
// Compress the video
|
||||||
|
// Add metadata to audio's track
|
||||||
await execute(
|
await execute(
|
||||||
`"${ffmpegPath}" -y \
|
`"${ffmpegPath}" -y \
|
||||||
-i "${file}" \
|
-i "${file}" \
|
||||||
|
|
Loading…
Reference in a new issue