fix nvenc reducing more the video bitrate

This commit is contained in:
Mylloon 2024-05-17 22:03:48 +02:00
parent ede370763f
commit e0076c7705
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.8); videoBitrate = Math.floor(videoBitrate * 1.7);
} }
// Compress the video // Compress the video