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: HELP FB2K v1.1 with LAME 3.90.3 (Read 2953 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

HELP FB2K v1.1 with LAME 3.90.3

Hi, guys. I came across a problem with FB2K v1.1 when using the old LAME 3.90.3 to encode some CBR MP3 files.

I've tried encode setting such as "--alt-preset cbr 192 - %d" "--alt-preset insane - %d", but it doesn't work.

Here is the converter status report:

Code: [Select]
1 out of 1 tracks converted with major problems.

Source: "C:\Users\Administrator\Desktop\Track 12.wav"
  An error occurred while writing to file (The encoder has terminated prematurely with code 0 (0x00000000); please re-check parameters) : "C:\Users\Administrator\Desktop\rip\Track 12.mp3"
  Additional information:
  Encoder stream format: 44100Hz / 2ch / 16bps
  Command line: "C:\Encoder\3.90.3\lame.exe" --alt-preset insane - "Track 12.mp3"
  Working folder: C:\Users\Administrator\Desktop\rip\
 
  Conversion failed: The encoder has terminated prematurely with code 0 (0x00000000); please re-check parameters

Everything is fine using EAC with this lame version and these setings. And using FB2K v1.1 with the lastest lame version and these setings is also OK.

So, I don't know where is wrong and just come here for help.

Thank you!

HELP FB2K v1.1 with LAME 3.90.3

Reply #1
The easiest solution is to use "%s %d" instead of "- %d"

HELP FB2K v1.1 with LAME 3.90.3

Reply #2
For some reason newer versions of foobar2000 cannot do pipe decoding with older encoders. You will need to use "%s" instead of "-" if you are planning to still use LAME 3.90.3.
"I never thought I'd see this much candy in one mission!"

HELP FB2K v1.1 with LAME 3.90.3

Reply #3
lvqcl  & /mnt

Thank you!