Loading includes/loudness-jobs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ loudness-measurement: DEC_ARG="" [ -n "${DEC_OPTS}" ] && DEC_ARG="-D=${DEC_OPTS}" for fmt in ${FORMAT_LIST}; do ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG} "${DEC_ARG}" | tee -a smoke_test_output.txt ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG:+${OC_ARG}} ${DEC_ARG:+"${DEC_ARG}"} | tee -a smoke_test_output.txt done - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST} Loading Loading
includes/loudness-jobs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ loudness-measurement: DEC_ARG="" [ -n "${DEC_OPTS}" ] && DEC_ARG="-D=${DEC_OPTS}" for fmt in ${FORMAT_LIST}; do ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG} "${DEC_ARG}" | tee -a smoke_test_output.txt ./scripts/runIvasCodec.py -z console -p "${CONFIG_JSON}" -x "${fmt}_b${FLT_SUFFIX}" ${OC_ARG:+${OC_ARG}} ${DEC_ARG:+"${DEC_ARG}"} | tee -a smoke_test_output.txt done - ./scripts/get_loudness_data.py ${CONFIG_JSON} --formats ${FORMAT_LIST} Loading