mwahahaha

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

View file

@ -1,5 +1,5 @@
#!/bin/sh
COMMON="--quality=0.67"
COMMON="--quality=0.67 --exposure=-2 --peak=160"
pack-vid $COMMON --size=4m "$1" "${1%.mp4}-small.mp4" &
pack-vid $COMMON --size=25m "$1" "${1%.mp4}-large.mp4" &
wait

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,