|
|
@ -10,6 +10,7 @@ raw_src_dir=$3 |
|
|
|
target_exec=$4 |
|
|
|
target_exec=$4 |
|
|
|
target_path=$5 |
|
|
|
target_path=$5 |
|
|
|
threads=${6:-1} |
|
|
|
threads=${6:-1} |
|
|
|
|
|
|
|
cpuflags=${8:-all} |
|
|
|
|
|
|
|
|
|
|
|
datadir="./tests/data" |
|
|
|
datadir="./tests/data" |
|
|
|
target_datadir="${target_path}/${datadir}" |
|
|
|
target_datadir="${target_path}/${datadir}" |
|
|
@ -43,7 +44,7 @@ echov(){ |
|
|
|
|
|
|
|
|
|
|
|
. $(dirname $0)/md5.sh |
|
|
|
. $(dirname $0)/md5.sh |
|
|
|
|
|
|
|
|
|
|
|
AVCONV_OPTS="-nostats -y" |
|
|
|
AVCONV_OPTS="-nostats -y -cpuflags $cpuflags" |
|
|
|
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact" |
|
|
|
COMMON_OPTS="-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact" |
|
|
|
DEC_OPTS="$COMMON_OPTS -threads $threads" |
|
|
|
DEC_OPTS="$COMMON_OPTS -threads $threads" |
|
|
|
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint" |
|
|
|
ENC_OPTS="$COMMON_OPTS -threads 1 -dct fastint" |
|
|
|