Tuesday, February 3, 2009

Making MP3 from CD Audio on Linux, a simple way

1.Insert your CD Audio

2.Ripping your CD Audio to temp folder. Ripping can be done at once

Code :

[msmunir@msmunir1 temp]$ cdparanoia -B


3.See the results of ripping

Code :

[msmunir@msmunir1 temp]$ ls -l


4.Encoding from WAV to MP3. Encoding can not be done at once, one by one

Code :

[msmunir@msmunir1 temp]$ lame track01.cdda.wav 01_song_title.mp3

[msmunir@msmunir1 temp]$ lame track02.cdda.wav 02_song_title.mp3

and so, until all WAV files is encoded.

5.Don't forget to delete WAV files.

Code :

[msmunir@msmunir1 temp]$ rm -f *.wav



See : article "How to encoding WAV to MP3 simultanously"

by."Muh. Sirojul Munir"

1 comment:

  1. Saya kurang faham linux. dari awal belajarnya pake windows jadi kurang ngerti, btw thank for the info

    ReplyDelete