Hi Guillaume,

Le 20 mai 2011 05:22, Tilleul Guillaume <[email protected]> a écrit :
> I need your help ! Can you tell me more information about quality parameter
> ? 1 is good or 10 is good ?

The quality parameter has the same semantics as in the lame binary encoder:
  0=high quality,bigger files. 9=smaller files

> I setup bitrate=192 but it's always 128
>
> output.icecast(%mp3(stereo=true, samplerate=48000, bitrate=192, quality=1),

This is because you use bitrate and quality. In this case, the
parameters are parsed one after the other and quality replaces
bitrate. You need to user either bitrate or quality but not both :)

Romain

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to