QUOTE (Loke @ Oct 14 2002 - 09:57 AM)
If you want to keep the sound in 44,1kHz, and you really want to use mp3, then you should use a FhG-encoder (Radium works ok if you ask me), preferrable mp3enc. Even if avi can handle vbr-mp3s, the sound of lame ~96kbits at 44.1kHz is just horrible.
Someone will need to confirm this, but fhg at 96 I think uses intensity stereo, which will destroy some of your surround information.
I used to use --alt -preset 128 --lowpass 16 for movies. I mux with nandub. I know this is supposed to be "a crude hack" but I have never had a single problem with it.
If you are having bitrate problems, I suggest you look at the "mode 2" guide at doom9.
It lets you alter the data of a div-x file so that it can be burned the same as an audio disc or SVCD, with 800 instead of 700 megs of data.
The discs become slightly more suceptable to scratches but no more so than your audio cds.
The extra hundred megs allows you to keep the professionaly downmixed 2 channel ac3 track (192kbps), and improve the video quality at the same time.
If I HAD to use mp3@96, I would try something like this,
--abr 96 -h --lowpass 15.5
I think -mj is default at this bitrate so you might want to throw in -mj in case this is wrong. Re-sample your decoded wav to 32Khz prior to encoding with ssrc. If you stay at 44Khz you will be spreading your bits even thinner. The lowpass is needed to avoid problems in the highs as you approach the Nyquist cut-off.
But from what I am hearing about vorbis at 64 though, you might want to look at using using it. Lame is tuned best at higher bitrates, and mp3 is not the best choice for 96kbps.
Try that line anyway and see what you think.