From e6d2376fea0c6e55a93dc99c763f84247717cf50 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 24 Aug 2023 03:29:46 +0200 Subject: [PATCH] comments --- src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" \