max out the bitrate at 1080p

This commit is contained in:
Brooke Vibber 2023-04-20 22:20:38 -07:00
parent 05694cd9e5
commit 4d6d4fc6da
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ function convert( $src, $dest, $options ) {
} else {
$frameWidth = 1920;
$frameHeight = 1080;
$bitrate = $base * 4;
}
$aspect = $width / $height;