diff --git a/src/main.ts b/src/main.ts index 084b84d..7c42e39 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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}" \