I've got the CLI encoder pointed to oggenc.exe, and conversion works with no problems, except my quality selection is ignored. The string that I'm using is, as Spoon suggested:
-q 4.35 -a "[IDArtist]" -t "[IDTrack]" -l "[IDAlbum]" -d "[IDYear]" -G "[IDGenre]" -N "[IDComment]" [InFile]
I've tried every other possible integer after -q and invaribly the output file is the same size, with a nominal bitrate of 112 kbps (which corresponds to q3, strangely enough). Furthermore, none of the tags are preserved, despite the long string used.
I originally used: -q 0 [InFile]
It produced the same exact result. Evidently, my CLI is not getting read at all, and it's just doing some sort of default conversion.
Any suggestions?
-q 4.35 -a "[IDArtist]" -t "[IDTrack]" -l "[IDAlbum]" -d "[IDYear]" -G "[IDGenre]" -N "[IDComment]" [InFile]
I've tried every other possible integer after -q and invaribly the output file is the same size, with a nominal bitrate of 112 kbps (which corresponds to q3, strangely enough). Furthermore, none of the tags are preserved, despite the long string used.
I originally used: -q 0 [InFile]
It produced the same exact result. Evidently, my CLI is not getting read at all, and it's just doing some sort of default conversion.
Any suggestions?
Comment