Loading includes/loudness-jobs.yml +4 −6 Original line number Diff line number Diff line Loading @@ -40,13 +40,11 @@ loudness-measurement: fi - make -j - | # Build argument array once EXTRA_ARGS=() [ -n "${OUT_CONFIGS}" ] && EXTRA_ARGS+=(--oc "${OUT_CONFIGS}") [ -n "${DEC_OPTS}" ] && EXTRA_ARGS+=(-D="${DEC_OPTS}") EXTRA_ARGS="" [ -n "${OUT_CONFIGS}" ] && EXTRA_ARGS="${EXTRA_ARGS} --oc ${OUT_CONFIGS}" [ -n "${DEC_OPTS}" ] && EXTRA_ARGS="${EXTRA_ARGS} -D=${DEC_OPTS}" for fmt in ${FORMAT_LIST}; do ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" "${EXTRA_ARGS[@]}" | tee -a smoke_test_output.txt ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${EXTRA_ARGS} | tee -a smoke_test_output.txt done - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST} Loading Loading
includes/loudness-jobs.yml +4 −6 Original line number Diff line number Diff line Loading @@ -40,13 +40,11 @@ loudness-measurement: fi - make -j - | # Build argument array once EXTRA_ARGS=() [ -n "${OUT_CONFIGS}" ] && EXTRA_ARGS+=(--oc "${OUT_CONFIGS}") [ -n "${DEC_OPTS}" ] && EXTRA_ARGS+=(-D="${DEC_OPTS}") EXTRA_ARGS="" [ -n "${OUT_CONFIGS}" ] && EXTRA_ARGS="${EXTRA_ARGS} --oc ${OUT_CONFIGS}" [ -n "${DEC_OPTS}" ] && EXTRA_ARGS="${EXTRA_ARGS} -D=${DEC_OPTS}" for fmt in ${FORMAT_LIST}; do ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" "${EXTRA_ARGS[@]}" | tee -a smoke_test_output.txt ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${EXTRA_ARGS} | tee -a smoke_test_output.txt done - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST} Loading