Shine-MP3-Encoder-on-AS3-Alchemy icon indicating copy to clipboard operation
Shine-MP3-Encoder-on-AS3-Alchemy copied to clipboard

How to lower bitrate?

Open edk77 opened this issue 12 years ago • 3 comments

Hi, first of all thanks a lot for this wonderful encoder.

How could i lower the bitrate? I took a look at the source and seems like it will always use 128 bit?

config.mpeg.bitr = 128;

And below is the trace info i got after cshine.init(this, wavData, mp3Data);

Shine 0.1.4 Microsoft RIFF, WAVE audio, PCM, stereo 32000Hz 16bit, Length: 0: 0: 3 MPEG-I layer III, stereo Psychoacoustic Model: Shine Bitrate=128 kbps
De-emphasis: none Original

edk77 avatar May 10 '12 06:05 edk77

You could try my fork which allows you to set the bit rate.

sri-soham avatar Mar 22 '13 08:03 sri-soham

i'm in problem. how to set the bitrate?

quando avatar Nov 14 '13 01:11 quando

As I have said earlier, you can use my fork. https://github.com/sri-soham/Shine-MP3-Encoder-on-AS3-Alchemy You also have instructions on how to compile and use it.

sri-soham avatar Nov 14 '13 02:11 sri-soham