Skip to content

Commit

Permalink
Merge pull request #34 from xpadev-net/fix/invalid-color-3
Browse files Browse the repository at this point in the history
fix: remove output format from ffmpeg options
  • Loading branch information
xpadev-net authored Nov 25, 2023
2 parents fb5cfe0 + 3822d49 commit e91b794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const startConverter = async (queue: ConvertQueue): Promise<void> => {
});
converter.output(queue.output.path, {
vcodec: "libx264",
format: "yuv420",
pix_fmt: "yuv420p",
"b:v": "0",
crf: "30",
Expand Down

0 comments on commit e91b794

Please sign in to comment.