Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Ripping Music CDs in Linux from the shell
- #abcde - Get's Music Info such as artist, album, and title
- #install abcde
- sudo apt install abcde
- #rip to ogg format
- abcde
- #to rip to mp3 you need to install eyed3
- sudo apt install eyed3
- #then tell abcde to output to mp3
- abcde -o mp3
- #abcde uses cdparanoia to rip the audio as wav
- #you can do this yourself
- #rip a cd
- cdparanoia -B
- #example of ripping tracks 1 and 2
- cdparanoia -B -- 1-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement