PDA

View Full Version : popup info tip displaying wrong information (aps?)


lemar
12-29-2005, 11:26 AM
I have downloaded the latest trial version, I've tried converting a WAV into an mp3 using LAME (Alt Present Standard) for some strange reason in the info popup tip i get:

http://img434.imageshack.us/img434/6610/aps5us.jpg

notice "Present Standard" and not Alt Present Standard. What's causing it exactly? Is there anyway i can use an older LAME version (specifically 3.9.0)? i've tried replacing the lame_enc.dll in the compression dir, it works but it encodes it as 128 cbr and under 'encoded with' theres some other encoder and not LAME. I have both APS as the setting and lame as the encoder :cry:

Spoon
12-29-2005, 05:03 PM
It will be just the labeling given out by dMC,BTW those values have changed again here is the new soon to be alpha tested R12:

case 410: EncoderSettings = L"-V 9"; break;
case 420: EncoderSettings = L"-V 8"; break;
case 430: EncoderSettings = L"-V 7"; break;
case 440: EncoderSettings = L"-V 6"; break;
case 450: EncoderSettings = L"-V 5"; break;
case 460: EncoderSettings = L"-V 4 (medium)"; break;
case 470: EncoderSettings = L"-V 3"; break;
case 480: EncoderSettings = L"-V 2 (standard)"; break;
case 490: EncoderSettings = L"-V 1"; break;
case 500: EncoderSettings = L"-V 0 (extreme)"; break;
// old retired presets
case 1000: EncoderSettings = L"R3MIX"; break;
case 1001: EncoderSettings = L"Alt Preset Standard"; break;
case 1002: EncoderSettings = L"Alt Preset Extreme"; break;
case 1003: EncoderSettings = L"Alt Preset Insane"; break;
case 1004: EncoderSettings = L"Alt Preset Fast Standard"; break;
case 1005: EncoderSettings = L"Alt Preset Fast Extreme"; break;
case 1006: EncoderSettings = L"Preset Medium"; break;
case 1007: EncoderSettings = L"Preset Fast Medium"; break;
case 1010: EncoderSettings = L"Preset Portable"; break;
case 1015: EncoderSettings = L"Preset Radio"; break;