This commit is contained in:
Brooke Vibber 2023-04-09 19:39:35 -07:00
parent c65e2a49b5
commit 70cb31d379

View file

@ -18,8 +18,8 @@ $maxBytes = $maxBytes * 15 / 16; // leave some headroom
$options = [
'crop' => false,
'no-audio' => false,
'exposure' => '-0.5', // half stop down
'peak' => '1000', // '10000' is max
'exposure' => '-1', // one stop down
'peak' => '400', // '10000' is max
'fps' => '60',
'size' => $maxBytes,
'quality' => 0.75,