change to crop
This commit is contained in:
parent
e7fff542f1
commit
a031c1fd95
1 changed files with 5 additions and 3 deletions
8
pack-set
8
pack-set
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
COMMON="--quality=0.67 --exposure=-3 --peak=125"
|
INFILE="$1"
|
||||||
pack-vid $COMMON --size=4m "$1" "${1%.mp4}-small.mp4" &
|
shift
|
||||||
pack-vid $COMMON --size=25m "$1" "${1%.mp4}-large.mp4" &
|
COMMON="--quality=0.67 --exposure=-3 --peak=125 --crop"
|
||||||
|
pack-vid $COMMON --size=4m "$INFILE" "${INFILE%.mp4}-small.mp4" &
|
||||||
|
pack-vid $COMMON --size=25m "$INFILE" "${INFILE%.mp4}-large.mp4" &
|
||||||
wait
|
wait
|
||||||
|
|
Loading…
Reference in a new issue