Hi
I am working on adapting encoder.txt for the CLI encoder for qaac to my requirements and I have the following challenge.
I would like to add a parameter to the command line, which is dependent on the samplerate of the input file:
add "-r 44100" if the samplerate of the input file is 88.2 or 176.4kHz
add "-r 48000" if the samplerate of the input file is 96 or 192 kHz
How might I go about this?
I have checked the CLI reference page, but could not figure out how to do.
Thanks a lot
I am working on adapting encoder.txt for the CLI encoder for qaac to my requirements and I have the following challenge.
I would like to add a parameter to the command line, which is dependent on the samplerate of the input file:
add "-r 44100" if the samplerate of the input file is 88.2 or 176.4kHz
add "-r 48000" if the samplerate of the input file is 96 or 192 kHz
How might I go about this?
I have checked the CLI reference page, but could not figure out how to do.
Thanks a lot
Comment