LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Odd Ogg behaviour (https://www.linuxquestions.org/questions/linux-software-2/odd-ogg-behaviour-58073/)

Misel 05-04-2003 08:19 AM

Odd Ogg behaviour
 
Hi,

I'm about to convert some waves 2 oggs with oggenc but it seems to ignore my bitrate parameters. :confused:

the command is:

oggenc -b 96 Track\01.wav

and it spits out files at a bitrate of ~225K even when I turn the bitrate even lower.

Did I d/l an old version maybe? I have v1.0rc2 of the vorbis-tools?

MasterC 05-04-2003 01:38 PM

-b is an average bitrate. You want to also specify a max if you don't want anything higher than "96".
oggenc filename.wav -b 96 -M 96 -o filename.ogg

HTH

Cool

Misel 05-04-2003 02:41 PM

In the meantime I found that option but it didn't help. The man pages tell me thethe M-option, quality settings and something other is not yet implemented. :confused:

But that was the latest version I found.

MasterC 05-04-2003 03:18 PM

http://www.vorbis.com/files/1.0/unix/ (what do you get from:
oggenc -v )

rc2, unless it comes after 1.0 is not the newest. Check that page for the latest vorbis tools.

Cool


All times are GMT -5. The time now is 06:27 PM.