| Odes�latel: Per Bolmstedt <[EMAIL PROTECTED]> | > Is there any way (even in the comand line) to resample | > a mono mp3 to a stereo? | | Not that I know, but you can go through for example SoX (.soundforge.net) | using pipes for that, using something like this: | | lame --decode mono.mp3 - | sox - -c 2 - | lame - stereo.mp3
It does reduce quality due twice lossy compression. I think that could be possible to edit MPEG frame header and set here "joint-stereo" mode, because of M channel is already present and contain both channel data and S channel could be omitted? It is possible to edit MPEG frame headers with videoripper's software mp3cutter2 (win32). JL. _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
