This commit is contained in:
Brooke Vibber 2023-04-23 11:46:50 -07:00
commit 0977424242
2 changed files with 4 additions and 4 deletions

View file

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