Hi, On Wed, Feb 02, 2005 at 03:52:01PM +0000, Martin Michlmayr wrote: > It seems to be impossible to tell jack to use a fixed bitrate. The > --bitrate (-b) option is simply ignored when --vbr is set to 1 (which > it is in the default). Furthermore, it seems impossible to turn --vbr > off from the command line: > > 1017:[EMAIL PROTECTED]: ...S.T.R/Masz To Jak W Banku] /usr/bin/jack -R -Q -b > 90 --vbr 0 > This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> > *warning* config file /etc/jackrc is of unknown version None. > unknown option `0'
It's --foo=no (I guess this should be better documented). However: nighthawk~/data/jack-oggs$ jack -t 1 -b 90 --vbr=no This is jack 3.1.1 (C)2004 Arne Zellentin <[EMAIL PROTECTED]> *error* can't do CBR because oggenc doesn't support it. Use -v This is because jack_helpers.py only has vbr-cmd for ogggenc, no cmd. If you can provide a patch for cmd, I'll include it. cheers, Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

