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: --alt-preset standard -b 96 ? (Read 3481 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

--alt-preset standard -b 96 ?

I have borrowed two CD's containing the story "The Hobbit". The CD's contains mostly speech, but also passages of background sounds and music. Hence a very broad range of complexity.

Of course I encoded the tracks with --alt-preset standard, but I got A LOT of 128 kbps frames. I canceled the ripping process, and ripped again, this time adding -b 96 to the commandline. I think I got a better distribution of bitrates, with this added parameter.

Here's a graph of chapter 12:
[span style='font-size:9']
Code: [Select]
Hobitten - Kapitel 12.mp3

-------------------------



Bitrates:

----------------------------------------------------

32                                                     0.0%

96     ||||                                            3.6%

112     ||||||||||||||                                 12.0%

128     ||||||||||||||||||                             15.1%

160     ||||||||||||||||||||||||||||||||||||||||       31.9%

192     |||||||||||||||||||||||||||                    22.0%

224     ||||||||||                                      8.5%

256     |||||                                           4.7%

320     ||                                              2.1%

----------------------------------------------------



Type                : mpeg 1 layer III

Bitrate             : 167

Mode                : joint stereo

Frequency           : 44100 Hz

Frames              : 23323

Length              : 00:10:09

Max Reservoir       : 511

Emphasis            : none

Scalefac            : 6%

Complete            : yes

Encoder             : Lame 3.90



--[ EncSpot 1.0 ]--[ [url]http://www.guerillasoft.com[/url] ]--
[/span]
Now my question is: Does adding -b 96 break something in --alt-preset standard, or is it, for any other reason, not adivisable?

I'm not looking to reduce the size dramatically, but of course want the most efficient use of bits.

--alt-preset standard -b 96 ?

Reply #1
Hi,
Perhaps I got it wrong but I thought that the preset line should read --alt-preset 96 and not as you suggest.

auldyin

--alt-preset standard -b 96 ?

Reply #2
Zalkalin, I've been using --alt-preset standard -b80 for my stuff.  In fact, when Dibrom was working on --alt-preset normal (a precursor to the new standard), it originally used -b80. 

I have some mono CDs that don't need the extra bits - here's a link to my conversation with Dibrom:

http://www.hydrogenaudio.org/forums/showth...s=&threadid=534
It's is not, it isn't ain't, and it's it's, not its, if you mean it is.  If you don't, it's its.

--alt-preset standard -b 96 ?

Reply #3
Quote
Originally posted by auldyin
Hi,
Perhaps I got it wrong but I thought that the preset line should read --alt-preset 96 and not as you suggest.

auldyin


No auldyin,
Your command line would produce an ABR 96 mp3 file, but Zalkalin's question is about the minimal bitrate used for easy-to-encode frames. --alt-preset standard defaults to 128 kbps minimal bitrate.

--alt-preset standard -b 96 ?

Reply #4
Quote
Originally posted by Amadeus93
I have some mono CDs that don't need the extra bits - here's a link to my conversation with Dibrom:

http://www.hydrogenaudio.org/forums/showth...s=&threadid=534


Seems like -b 96 is no problem at all. I might just encode the rest of my CD's that way.

Thanks for the reply.