Hi Xavier,

Here is a little script I just tried, which works fine.

set log.dir = "/tmp"
set log.stdout = true

let f = one_file "/usr/share/mrpingouin/mp3/06-La transhumance.mp3"
let o = output.icecast ~mount:"o.ogg" f
let b = output.ogg ~bitrate:16 ~freq:11025 ~stereo:false "/tmp/o.ogg" o

I get a very low quality /tmp/o.ogg, with the specified parameters.
Maybe you used a slightly different syntax and pointed out a bug ? If
you still think there is a problem feel free to send your script.

Cheers,

David

Reply via email to