woo
This commit is contained in:
parent
c65e2a49b5
commit
70cb31d379
1 changed files with 2 additions and 2 deletions
4
pack-vid
4
pack-vid
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue