fix nvenc reducing more the video bitrate
This commit is contained in:
parent
ede370763f
commit
e0076c7705
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ app.whenReady().then(() => {
|
|||
hwAcc = "-hwaccel cuda";
|
||||
|
||||
// Increase video bitrate
|
||||
videoBitrate = Math.floor(videoBitrate * 1.8);
|
||||
videoBitrate = Math.floor(videoBitrate * 1.7);
|
||||
}
|
||||
|
||||
// Compress the video
|
||||
|
|
Loading…
Reference in a new issue