CODE
-m 191 -M 193 --advanced-encode-option "bitrate_hard_max=193" --advanced-encode-option "bitrate_hard_min=191"
If I have understood correctly, the resulting file should be ~192 kbps VBR file, but encoded file's bitrate was 3 kbps and file size was 70.61 kB. The original file size was 33.1 MB. The original WAV file's length was 3:16.826 and the encoded vorbis file had the same length. The music lasts about 2 seconds in the beginning of the vorbis file, rest of the file is silent. If I remove the advanced encoder options and use this command line:
CODE
-m 191 -M 193
The file is encoded normally, even though the average bitrate is over 193 kbps, it's 194 kbps. If I use the "-M" switch only, the file is encoded normally. Sometimes the average bitrate is lower than what is specified in "-M" switch, sometimes higher.