This commit is contained in:
Mylloon 2023-08-24 03:29:46 +02:00
parent 1c42ea43c5
commit e6d2376fea
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -100,7 +100,8 @@ app.whenReady().then(() => {
// Trash the output, depends on the platform
const nul = process.platform === "win32" ? "NUL" : "/dev/null";
// TODO: Keep metadata of tracks
// Compress the video
// Add metadata to audio's track
await execute(
`"${ffmpegPath}" -y \
-i "${file}" \