maxfps default to 60, not 60000/1001

59.94 is lower than 60. sigh.
This commit is contained in:
Brooke Vibber 2024-10-29 19:36:28 -07:00
parent dffe1a0402
commit 53b0a7c9b4

View file

@ -25,7 +25,7 @@ $options = [
'exposure' => '0', // stops
'peak' => '1000', // '10000' is max
'preset' => 'medium',
'fps' => '60000/1001',
'fps' => '60',
'size' => $maxBytes,
'quality' => 1.0,
'bitrate' => 0,