Log in

View Full Version : Spec for lame filter


David1105
15th March 2007, 23:26
Does anyone know where I can get a copy of spec for lame DirectShow filter? Specifically I need range and meaning of values for set_Quality() function.

Also, for the standalone "Lame.exe" (NOT Lame filter), if don't specify -q, what's the default quality setting for lame.exe, 0 or 9 or 10?

Thanks!

foxyshadis
16th March 2007, 02:20
Noise shaping & psycho acoustic algorithms:
-q <arg> <arg> = 0...9. Default -q 5
-q 0: Highest quality, very slow
-q 9: Poor quality, but fast
-h Same as -q 2. Recommended.
-f Same as -q 7. Fast, ok quality

From the help page for the standalone.

bond
17th March 2007, 13:38
moved