LinuxQuestions.org
Go Job Hunting at the LQ Job Marketplace
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices

Reply
 
Thread Tools
Old 11-03-2009, 09:12 AM   #1
Carlwill
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Debian
Posts: 2,361
Thanked: 0
Ripping Music From CD @ 320KBPS?


[Log in to get rid of this advertisement]
I am wondering if it's possible to rip music from my legally purchased CD's as MP3 and encode them at 320 KBPS quality? I have not done this before on Linux and was wondering if you had any suggestions?

Thanks!
linuxubuntu Carlwill is offline     Reply With Quote
Old 11-03-2009, 11:01 AM   #2
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13 64bit
Posts: 178
Thanked: 15
There are many cd ripper gui frontends available that will allow you to do this.Make sure that you have lame installed.I use Asunder for ripping but there are many more.If you prefer command line ripping you could try ripit.
linux hoodooman is offline     Reply With Quote
Old 11-03-2009, 11:20 AM   #3
TITiAN
Member
 
Registered: Mar 2008
Location: NRW, Germany
Distribution: Debian GNU/Linux, Xfce+Compiz
Posts: 285
Thanked: 21
You can also use the OGG Vorbis codec, which is similar, but doesn't have patent issues. It is less compatible with physical players, so MP3 might be more suitable.
linuxdebian TITiAN is offline     Reply With Quote
Old 11-03-2009, 12:16 PM   #4
Carlwill
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Debian
Posts: 2,361
Thanked: 0

Original Poster
Quote:
Originally Posted by TITiAN View Post
You can also use the OGG Vorbis codec, which is similar, but doesn't have patent issues. It is less compatible with physical players, so MP3 might be more suitable.
Yes - sadly I am using an iPod. I can't find any other portable music players as polished as iPods. I don't think they support .ogg sadly. I want to keep my MP3 format but use 320 KBPS encoding sound quality.
linuxubuntu Carlwill is offline     Reply With Quote
Old 11-03-2009, 12:35 PM   #5
David the H.
Senior Member
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Debian Sid/kde3.5
Posts: 2,462
Thanked: 129
There are dozens of CD rippers out there, of varying quality and features. The vast majority of them act as frontends for the command-line programs cdparanoia (for ripping), and lame, oggenc, flacenc, etc (for the encoding).

Simply use whatever package manager you use (synaptic, aptitude, apt-cache search, etc) to search for programs and try a few of them out. Eventually you'll find one you prefer. Some of the more common ones are sound-juicer (gtk/gnome), ripperx (gtk), kaudiocreator (for kde3), and asunder (for kde4). One interesting program I found recently is xfca, which can do rips to multiple formats at once, among other things. And of course there's a variety of cli rippers out there as well.

The k3b disk burning program for kde can also do audio and video ripping. And kde even has a kio-multimedia-plugin that lets you browse virtual folders in konqueror/dolphin that contain mp3, ogg, flac, and wav "files" of the cd tracks, and if you drag&drop them, they will be ripped on the fly to create a new file of that type based on your preset audio settings.

I personally use kaudiocreator and asunder, mostly because they have the best before-the-encoding tag editing features I've found (and only incidentally because I use kde).

As mentioned above, you'll probably have to install some codecs separately, such as mp3 and aac, as they are patent-encumbered and can't be included by default. Assuming your listing of Debian is correct, you'll probably want to add http://www.debian-multimedia.org/ to your repositories in order to get the best multimedia software.
linuxdebian David the H. is offline     Reply With Quote
Old 11-03-2009, 12:41 PM   #6
David the H.
Senior Member
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Debian Sid/kde3.5
Posts: 2,462
Thanked: 129
Quote:
Originally Posted by Carlwill View Post
Yes - sadly I am using an iPod. I can't find any other portable music players as polished as iPods. I don't think they support .ogg sadly. I want to keep my MP3 format but use 320 KBPS encoding sound quality.
If your ipod is compatible, you might consider loading it up with the rockbox open-source alternative firmware. It appears to have lots of good features, as well as support for most of the popular formats (but not drm-encumbered stuff, obviously)
linuxdebian David the H. is offline     Reply With Quote
Old 11-03-2009, 11:27 PM   #7
rkski
Member
 
Registered: Jan 2009
Location: Canada
Distribution: Centos 5.3
Posts: 68
Thanked: 2
If you care about quality, does the ipod support FLAC ?
Unlike MP3 it's lossless and it's free!
linuxcentos rkski is offline     Reply With Quote
Old 11-04-2009, 06:51 PM   #8
TITiAN
Member
 
Registered: Mar 2008
Location: NRW, Germany
Distribution: Debian GNU/Linux, Xfce+Compiz
Posts: 285
Thanked: 21
A hacked iPod should support anything, but I guess a normal one is just commerce ; )
linuxdebian TITiAN is offline     Reply With Quote
Old 11-05-2009, 01:52 AM   #9
David the H.
Senior Member
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Debian Sid/kde3.5
Posts: 2,462
Thanked: 129
According to Wikipedia, iPods support "MP3, AAC/M4A, Protected AAC, AIFF, WAV, Audible audiobook, and Apple Lossless".

Many Linux rippers can be configured to use arbitrary encoding backends, so you could install faac and set it to encode to AAC instead. But AAC on linux doesn't yet have quite the level of support that mp3 does, especially in things like tagging software. Google tells me that there's apple lossless (ALAC) decoding available for linux, but it's another proprietary codec and so there's no encoder available. If you want to go lossless (and not hack your ipod) you'd have to go with uncompressed .wav or .aiff.

IMO though, unless your player+earphones+ear are all audiophile quality, it's a waste of space to go lossless. Your ear simply can't tell the difference (and I think people who say they can are simply psychologically fooling themselves). Even going to 320kbs seems a bit excessive to me most of the time. I usually encode to 192kbs .ogg myself (bumped to 224 for hi-dynamic-range classical stuff) and never notice anything that would diminish my enjoyment of the music. The only reason I would go lossless would be if I wanted to have only one file that I could use on both my portable player and high-fidelity home system.
linuxdebian David the H. is offline     Reply With Quote
Old Yesterday, 05:59 AM   #10
Davno
Member
 
Registered: Mar 2004
Distribution: Debian Lenny and Mandriva 2008.1
Posts: 34
Thanked: 2
Quote:
Originally Posted by David the H. View Post
I usually encode to 192kbs .ogg myself (bumped to 224 for hi-dynamic-range classical stuff) and never notice anything that would diminish my enjoyment of the music. The only reason I would go lossless would be if I wanted to have only one file that I could use on both my portable player and high-fidelity home system.
I agree with you for the loossy quality, 192kps is plenty, but one other reason for lossless (flac) would be for cd backup reason (average 1/3 of the size of a cd) like this you can store a perfect cd quality album for latter burning on cd if needed.

Last edited by Davno; Yesterday at 06:02 AM.. Reason: too many typo
windows_98_nt_2000 Davno is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Encode and sync music to your portable music player in linux LXer Syndicated Linux News 0 09-15-2009 09:40 AM
Text/sample-based music tracker(music compiler)? ErV Linux - Software 1 09-01-2008 05:45 PM
LXer: Exaile Music Player - Music Player for GTK+ in openSUSE LXer Syndicated Linux News 0 08-31-2008 01:50 AM
music ripping problem abcdefg/wdefhfvikqwr Linux - Software 1 11-19-2007 03:30 AM
Mood Music, the quest for a music library app GuidoS Linux - Software 6 08-18-2004 02:12 PM


All times are GMT -5. The time now is 06:25 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration