fix nvenc
This commit is contained in:
parent
f93673ce68
commit
4890ee40a2
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.85);
|
||||
videoBitrate = Math.floor(videoBitrate * 1.8);
|
||||
}
|
||||
|
||||
// Compress the video
|
||||
|
|
Loading…
Reference in a new issue