Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: constant bitrate (Read 3794 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

constant bitrate

how the do i keep my ogg rips at a constant 192kbps? i use -q 6 in the additional command line options (i'm using exact audio copy)..but the bitrates still vary..what's the proper preset for keeping it at 192kbps? thanks guys..i'm a n00b

constant bitrate

Reply #1
You can't (well...you can probably constrain the high/low swings with some command line option). Ogg). Accept no substitutes.

xen-uno
No one can be told what Ogg Vorbis is...you have to hear it for yourself
- Morpheus

constant bitrate

Reply #2
It can be done more or less by specifying the same minimum and maximum bitrate... but why do you want to do that? Ogg Vorbis is a variable bitrate codec by design. It will perform better if you leave bitrate judgement to the encoder rather than confining it to just one specific bitrate. That would be like having a car with just one gear.

constant bitrate

Reply #3
i see..thanks guys...i guess i'll just use the nominal, min, max command lines....thanks!

constant bitrate

Reply #4
You should just use the -q switch, nothing more. It means that all your music will be encoded with the same quality. So once you find a quality setting you are comfortable with, you can use it for each and every song and never worry about bitrate issues. They will all sound equally well! If I'd use Ogg Vorbis, I'd settle on -q 6.

 

constant bitrate

Reply #5
From the man page it looks like you would set the -managed flag and -b 192 to get CBR 192.
The page recommends it only if you need CBR, as for streaming.