> 
> Hi,
>    I want to encode mp3's at 12kbps (constant bit rate). Lame presently only
> supports 8, 16, 32kbps and upwards. Does anyone know of the amount of effort
> which would be involved in modifying the code to support 12kbps? Any help on
> how to go about it would be greatly appreciated.
> 
> Thanks
> Manoj

You have two choices:

lame --freeformat 12

which will make all frames 12kbps, but only a few fully complient
decoders will be able to handle it, or:

lame --abr 12 

which will use a combination of standard bitrate frames to get
an average of 12kbps.

Mark

_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to