LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Converting mp3 to wav using mencoder (https://www.linuxquestions.org/questions/linux-software-2/converting-mp3-to-wav-using-mencoder-691558/)

cold 12-18-2008 04:48 PM

Converting mp3 to wav using mencoder
 
How can I do this?
Thank in advance.
cold.

i92guboj 12-18-2008 05:09 PM

Code:

mencoder -oac pcm file.mp3 -o file.wav
should work. Not tested.

lame --decode or ffmpeg -i are alternatives.


All times are GMT -5. The time now is 02:30 AM.