LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What program can I use to convert stereo MP3 to mono? (https://www.linuxquestions.org/questions/linux-software-2/what-program-can-i-use-to-convert-stereo-mp3-to-mono-811428/)

Mr. Alex 06-01-2010 04:27 AM

What program can I use to convert stereo MP3 to mono?
 
I tried soundkonverter, but it doesn't work. I don't know why, it just doesn't make MP3s mono.

Linux Mint 9.

H_TeXMeX_H 06-01-2010 04:48 AM

Run this in a terminal:

Code:

lame --decode input.mp3 - | lame -m m -V2 - output.mp3
use the right names of files.


All times are GMT -5. The time now is 08:12 PM.