mwahahaha

This commit is contained in:
Brooke Vibber 2023-04-22 18:28:27 -07:00
commit e8bd578ffa
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ $maxBytes = $maxBytes * 15 / 16; // leave some headroom
$options = [
'crop' => false,
'no-audio' => false,
'exposure' => '-1', // stops
'exposure' => '0', // stops
'peak' => '1000', // '10000' is max
'fps' => '60000/1001',
'size' => $maxBytes,