Ok, after some time, I could get ffmpeg to convert a FLAC to an MP3

. This is the command I had to use in Windows 7:
C:\subsonic\transcode\ffmpeg -i "F:\MUSIC\FLAC\4 Non Blondes\1992 - Bigger, Better, Faster, More!\03. What's Up.flac" -f wav - | C:\subsonic\transcode\lame -b %b -> "C:\Users\DJC\Desktop\PRUEBA ST CMD\output.mp3"
Then I inserted stereotool, in the following way (I am trying to follow your line):
C:\>C:\subsonic\transcode\ffmpeg -i "F:\MUSIC\FLAC\4 Non Blondes\1992 - Bigger, Better, Faster, More!\03. What's Up.flac" -f wav - | C:\subsonic\transcode\stereo_tool_cmd - - "C:\Users\DJC\Music\Stereotool Presets\ExtremeForTestIsub.sts" | C:\subsonic\transcode\lame -b %b -> "C:\Users\DJC\Desktop\PRUEBA ST CMD\output.m
p3"
But I get the following error:
aError: Stereo Tool takes only 2 file names as arguments.
Input file name: -
Output file name: -
Don't know what to do with 3rd file name: C:\Users\DJC\Music\Stereotool Presets\
ExtremeForTestIsub.sts
What does this error means?