whee2
This commit is contained in:
parent
53fd306c6a
commit
6d47987367
1 changed files with 2 additions and 2 deletions
4
pack-set
4
pack-set
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
INFILE="$1"
|
||||
COMMON="--quality=0.67 --exposure=-3 --peak=80"
|
||||
SMALL="$COMMON --size=4m --preset=veryslow"
|
||||
LARGE="$COMMON --size=25m --preset=veryslow"
|
||||
SMALL="$COMMON --size=4m --preset=slow"
|
||||
LARGE="$COMMON --size=25m --preset=slow"
|
||||
(
|
||||
pack-vid $SMALL "$INFILE" "${INFILE%.mp4}-letterbox-small.mp4"
|
||||
pack-vid $LARGE "$INFILE" "${INFILE%.mp4}-letterbox-large.mp4"
|
||||
|
|
Loading…
Reference in a new issue