fix nvenc

This commit is contained in:
Mylloon 2024-05-17 21:57:52 +02:00
parent f93673ce68
commit 4890ee40a2
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -186,7 +186,7 @@ app.whenReady().then(() => {
hwAcc = "-hwaccel cuda"; hwAcc = "-hwaccel cuda";
// Increase video bitrate // Increase video bitrate
videoBitrate = Math.floor(videoBitrate * 1.85); videoBitrate = Math.floor(videoBitrate * 1.8);
} }
// Compress the video // Compress the video