QUOTE(nemoW @ May 31 2007, 22:48)

QUOTE(S_O @ Jan 4 2003, 01:27)

Is there any special mp2-modify software? I have some mp2s were the left channel is ok, the right is just silence. I like to remove the right channel lossless and create a mono file (with the same bitrate).
Exactly the same problem. Could anybody advise any tool?
Yes, BeSplit 0.9b8. Direct link:
BeSplit 0.9b8 That one is a non-official beta (the most recent visible one is BeSplit 0.9b6).
Use the commandline with the following set of commands:
besplit -core( -input <input.mp2> -output <output.mp2> -type mp2 -demux ) You will get no file <output.mp2> (but you need to provide the -output switch otherwise you get nothing) but two mono mp2 files. These two files are named: (null)-L.mp2 and (null)-R.mp2 For a 192kbps mp2 input file both mono files have 96kbps each.
You will probably experience strange sounds if you try to play the two mono files but your mileage may vary with the type of stereo your mp2 files are encoded in. Joint stereo almost certainly will not work.
But try it! Maybe in your special case it will work!!!
QUOTE(dove_g @ Jan 1 2003, 19:55)

I need normalizer for MP2.
Normalizing MP2 is best done with the MP2gain feature of the newest BeSplit beta
BeSplit 0.9b8.
besplit -core( -input <input.mp2> -output <output.mp2> -type mp2 ) -ota ( -G max ) The beSplit beta is the only tool to offer Mp2 normalization / Mp2gain. You have no choice, you need to use it. But the BeSplit beta is also quite buggy, it usually increases the gain even if you tell the program to reduce it (negative values are treated as positive gain values!). The only working possibility to reduce the gain is actually provided by the "-ota( -G max )" switch. That one works and helps avoiding digital clipping!