Re: Converting Mono MP3 To Simulated Stereo on Linux



On Fri, 29 Dec 2006 21:43:36 -0500, Alfred <99m@xxxxxxxxx> wrote:

If I have a mono MP3 file, is there a way to use ffmpeg or other tool
on Linux to convert it to simulated stereo? (Note, I have Ubuntu.)

ecasound -i input.mp3 -etf:8 -o out.mp3

Converts mono MP3 file to simulated stereo MP3 file quite nicely. I
found ecasound was available by doing 'apt-get install ecasound' in
Ubuntu.

.