peak tweak
This commit is contained in:
parent
0977424242
commit
669e817341
1 changed files with 1 additions and 1 deletions
2
pack-set
2
pack-set
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue