cd
Section: Misc. Reference Manual Pages (pj)
Updated: 11 February 2006
Index
Return to Main Contents
NAME
MP3 Files
GENERAL
Use lame to convert wav to mp3 files. Use xmms to play mp3 files.
To convert from wma (Windows Media Player) to wav, run this command:
-
mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader ${f}.wma && mv audiodump.wav ${f}.wav
The same command will rip the audio from any file that mplayer can read. You can even use it to extract audio from movies.
To convert from mp3 to wav, do this:
-
lame -h --decode ${f}.mp3 ${f}.wav
AUTHOR
Written by Paul Jungwirth
COPYRIGHT
Copyright © 2006 Paul Jungwirth
Index
- NAME
-
- GENERAL
-
- AUTHOR
-
- COPYRIGHT
-
This document was created by
man2html,
using the manual pages.
Time: 23:18:39 GMT, April 26, 2010