max out the bitrate at 1080p
This commit is contained in:
parent
05694cd9e5
commit
4d6d4fc6da
1 changed files with 1 additions and 0 deletions
1
pack-vid
1
pack-vid
|
@ -168,6 +168,7 @@ function convert( $src, $dest, $options ) {
|
|||
} else {
|
||||
$frameWidth = 1920;
|
||||
$frameHeight = 1080;
|
||||
$bitrate = $base * 4;
|
||||
}
|
||||
|
||||
$aspect = $width / $height;
|
||||
|
|
Loading…
Reference in a new issue