de-crop
This commit is contained in:
parent
a031c1fd95
commit
0977424242
2 changed files with 4 additions and 4 deletions
2
pack-set
2
pack-set
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue