External renderer command-line
The external renderer command-line syntax is far away from the encoder/decoder command-line syntax. I am wondering if they could become as similar as possible. E.g.:
- decoder:
IVAS_dec.exe OutputConf Fs bitstream_file output_filewhile the renderer uses-i,-o,-if,-of, or-fs.
What about to folow the decoder syntax, e.g.:
IVAS_rend.exe [options] InputConf OutputConf Fs input_file output_file
-
Trajectory file option is different: decoder
-Tvs. renderer-tf -
Renderer configuration option is different: decoder
-render_configvs. renderer-rc -
What is the reason to define two alternatives for all command-line options, e.g
-quietand-qetc.?