From 3822d49c1c3cc536b758ecb03c7f1f690fe29955 Mon Sep 17 00:00:00 2001 From: xpadev Date: Sat, 25 Nov 2023 17:08:07 +0900 Subject: [PATCH] fix: remove output format from ffmpeg options --- electron/converter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/electron/converter.ts b/electron/converter.ts index 5440d46..f5aafe6 100644 --- a/electron/converter.ts +++ b/electron/converter.ts @@ -18,7 +18,6 @@ const startConverter = async (queue: ConvertQueue): Promise => { }); converter.output(queue.output.path, { vcodec: "libx264", - format: "yuv420", pix_fmt: "yuv420p", "b:v": "0", crf: "30",