Merge branch '467-add-option-for-cutting-input-file-from-the-start-in-test-scripts-to-allow-starting-encoding' into 'main'
Start at 1s offset in smoke test for more reasonable signals
See merge request !696
echo"\n======================= 4. JBM, modes with no EXT =======================\n\n"
./scripts/runIvasCodec.py -m$modes_with_no_ext_out-p$cfg-U 1$WORKERS--decoder_only--jbm_file$dly_profile | tee smoke_test_output_jbm_noEXT.txt
./scripts/runIvasCodec.py -m$modes_with_no_ext_out-p$cfg$duration_arg$WORKERS--decoder_only--jbm_file$dly_profile | tee smoke_test_output_jbm_noEXT.txt
echo"\n======================= 5. JBM, modes with EXT =======================\n\n"
@@ -242,8 +242,8 @@ class IvasScriptArgParser(argparse.ArgumentParser):
"-U",
"--limit_duration",
default=None,
help="limit dUration of input file to X seconds",
type=float,
help="limit dUration by specifying start and end of input signal in seconds. Can be either a single float value (will be interpreted as length), or by giving as start: (will be interpreted as start), or by giving as start:end",