QUOTE (Jojo @ Dec 11 2004, 01:47 PM)
I'd like to know more about LAME's unsafe Joint-Stereo mode. What does it do different from the safe Joint Stereo mode? What is the advantage of that mode? I mean, is it faster or does it give a better compression...there are obviously some major disadvantages that are quality concerned I guess...
thanks
AFAIK LAME has three different stereo modes:
-ms (plain simple stereo, coding L/R)
-mf (forced M/S coding on all frames)
-mj (adaptive M/S coding)
One should always choose "-mj" since it switches adaptivly between L/R Stereo and M/S stereo to get a higher quality per bit ratio.
Whereas L/R->M/S is a lossless and reversible transform:
- M=0.7*(L+R)
- S=0.7*(L-R) or 0.7*(R-L) (I'm not sure about the polarity of S)
I did not test the performance of -mj against -mf /-ms lately but one might suspect that -mf / -ms is slightly faster then -mj since LAME doesn't need to compute and decide what type of coding (L/R or M/S) might be better than the other way.
HTH,
SebastianG
edit: grammar