Hello all,
I am writing a script that needs to pass type VBR and quality 0.65 for converting to the aac format. what parameter options should I use. I cannot find any documentation for this encoder.
Here is an example of the parameter I use to convert file to mp3:
'mp3 (Lame)' -silent -V 2 -channels='joint stereo' -encoding='SLOW'
What I need is something like this:
'm4a Nero (AAC)' -silent -target='Quality (VBR)' -quality='.65'
But these options do not look correct to me and of course are not working.
Thanks and Cheers. Amitabh
I am writing a script that needs to pass type VBR and quality 0.65 for converting to the aac format. what parameter options should I use. I cannot find any documentation for this encoder.
Here is an example of the parameter I use to convert file to mp3:
'mp3 (Lame)' -silent -V 2 -channels='joint stereo' -encoding='SLOW'
What I need is something like this:
'm4a Nero (AAC)' -silent -target='Quality (VBR)' -quality='.65'
But these options do not look correct to me and of course are not working.
Thanks and Cheers. Amitabh
Comment