add more room for audio bitrate
This commit is contained in:
parent
bfa1f94a43
commit
6fffd19278
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ app.whenReady().then(() => {
|
|||
bitrate: number,
|
||||
nbTracks: number
|
||||
) => {
|
||||
const audioBitrate = 400; // keep some room
|
||||
const audioBitrate = 500; // keep some room
|
||||
let videoBitrate = bitrate - audioBitrate;
|
||||
|
||||
const finalFile = getNewFilename(file, "Compressed - ");
|
||||
|
|
Loading…
Reference in a new issue