Hi,
I want to convert FLAC files to OGG files using the command line interface (CLI) (CoreConverter.exe).
It works nice with the standard "Ogg Vorbis" codec.
I can choose the quality with the command line parameter -q="0.6".
Is it possible with the "Ogg Vorbis Lancer" codec as well ? (the "aoTuV SSE3" version)
It seems the parameter -q="0.6" has no effect with this codec. The quality remains always the default one (0.5).
I use the following command line :
Thanks.
I want to convert FLAC files to OGG files using the command line interface (CLI) (CoreConverter.exe).
It works nice with the standard "Ogg Vorbis" codec.
I can choose the quality with the command line parameter -q="0.6".
Is it possible with the "Ogg Vorbis Lancer" codec as well ? (the "aoTuV SSE3" version)
It seems the parameter -q="0.6" has no effect with this codec. The quality remains always the default one (0.5).
I use the following command line :
Code:
CoreConverter.exe -infile="infile.flac" -outfile="outfile.ogg" -convert_to="ogg vorbis (aoTuV SSE3)" -q="0.6"
Thanks.
Comment