peak tweak

This commit is contained in:
Brooke Vibber 2023-04-23 12:15:40 -07:00
parent 0977424242
commit 669e817341

View file

@ -1,7 +1,7 @@
#!/bin/sh
INFILE="$1"
shift
COMMON="--quality=0.67 --exposure=-3 --peak=100 --preset=slow"
COMMON="--quality=0.67 --exposure=-3 --peak=80 --preset=slow"
pack-vid $COMMON --size=4m "$INFILE" "${INFILE%.mp4}-small.mp4" &
pack-vid $COMMON --size=25m "$INFILE" "${INFILE%.mp4}-large.mp4" &
wait