Commit 9ee7f1ed authored by Jan Kiene's avatar Jan Kiene
Browse files

fix scripts readme

parent f7bd8a3d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,8 +158,8 @@ The different scripts share a common set of command line options:
                        Cut bitstream to this (maximum) length. Is applied AFTER --sidstart processing, if this is given
  --info                Ouput debug info in subfolders of /res (use with caution, this can generate a huge amount of data)
  --sofa SOFA           Directory for the group B binaural renderer to look for SOFA files
  -e ENC, --enc ENC     Encoder binary name (default /Users/knj/Documents/IVAS/PC/ivas-codec/IVAS_cod)
  -d DEC, --dec DEC     Decoder binary name (default /Users/knj/Documents/IVAS/PC/ivas-codec/IVAS_dec)
  -e ENC, --enc ENC     Encoder binary name (default ./IVAS_cod)
  -d DEC, --dec DEC     Decoder binary name (default ./IVAS_dec)
  --fail_log_dir FAIL_LOG_DIR
                        Move logs of failed modes to dir (default none)
```