hackfix for hdr
go based on the surface type which sucks but will be good enough for now
This commit is contained in:
parent
830b10c318
commit
f772f4a618
2 changed files with 8 additions and 6 deletions
9
pack-set
9
pack-set
|
|
@ -11,11 +11,10 @@ for INFILE in "$@"
|
|||
do
|
||||
echo "$INFILE"
|
||||
|
||||
#COMMON="$OPTS --hdr --exposure=-2.5 --peak=141 --fps=60000/1001"
|
||||
COMMON="$OPTS --hdr --exposure=-2 --peak=500 --fps=60000/1001"
|
||||
SPEED_SMALL="veryslow"
|
||||
#SPEED_LARGE="medium"
|
||||
SPEED_LARGE="veryslow"
|
||||
#COMMON="$OPTS --exposure=-2.5 --peak=141"
|
||||
COMMON="$OPTS"
|
||||
SPEED_SMALL="slow"
|
||||
SPEED_LARGE="slow"
|
||||
|
||||
SMALL="$COMMON --size=4m --preset=$SPEED_SMALL"
|
||||
LARGE="$COMMON --size=25m --preset=$SPEED_LARGE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue