1 articles tagged "linux command prompt"
- How Do I Burn MP3 onto an audio CD from Linux shell command prompt?
Recently I decided to burn selected MP3 files on an audio CD from command prompt.
First, you need to convert your mp3 (myfile.mp3) into .wav (myfile.wav) file:
$ mpg123 -w myfile.wav myfile.mp3
Use above command to convert all files to mp3
Then burn all .wav file on to the CD
# cdrecord -dev=ATA:1,0,0 -eject speed=4 -pad -audio *.wav
For more information [...]
Viewing 1-1 of 1 posts. ( see all popular tags )


Recent Comments
Today ~ 151 Comments
Today ~ 6 Comments
Today ~ 4 Comments
Today ~ 1 Comment
Yesterday ~ 1 Comment