Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: oggenc -q problem (Read 3076 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

oggenc -q problem

I can't get oggenc to encode with decimal values like '4.999' for example. Is this the correct way of doing it?:

oggenc -q 4.999 file.wav 
OR
oggenc -q 4,999 file.wav 

I'm runnung WinXP. I get different behouvior if i use point or comma. I have tried changing decimal symbol in 'Regional and Language Options' (this usually cause problems in software  because comma is default is my country). Oggenc will encode with quality 4 or 5 depending decimal symbol.

oggenc -q problem

Reply #1
I think what is happening here is that oggenc will encode with quality 5 if you use 4.999 but with quality 4.99 if you use 4.99.

If you use comma (which is not recognaised?) it uses just 4.
Juha Laaksonheimo

oggenc -q problem

Reply #2
For me (European) it works with comma but not a period.

If I use -q 4,5 Oggenc encodes at 4,5 and I get a nominal bitrate at 144 kbps

If I use -q 4.5 Oggenc encodes with quality 4 (IIRC) and a nominal bitrate at 128 kbps

oggenc -q problem

Reply #3
lol! so true. I read somewhere that i can take 6 decimals so i didn't expect it to round it of.