Skip to content

Commit

Permalink
Mac changes (videotoolbox was very low bitrate with software encoding)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Aug 7, 2022
1 parent 24ac982 commit 657ca42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions downloaders/convertHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ ipcMain.on("convertVideo", async (ev, vidFile, options) =>
if (process.platform == "win32" && hasNvidia)
{
converter.videoCodec(isHDR ? "hevc_nvenc" : "h264_nvenc");
} else if (process.platform == "darwin")
{
converter.videoCodec("h264_videotoolbox");
} else
{
converter.videoCodec("libx264");
Expand Down

0 comments on commit 657ca42

Please sign in to comment.