Rubyripper and OggOpus: Difference between revisions
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
== Configuration == | == Configuration == | ||
# Look up the | # Look up the read offset of your CD-ROM drive in [http://accuraterip.com/driveoffsets.htm AccurateRip] offset database. (Command line tool <code>lshw</code> may help you find out what cd drive you have.) | ||
# Click "Preferences" and insert the drive offset. | # Click "Preferences" and insert the drive offset. | ||
# Go to the "Codecs" tab and tick the "Other" box (and maybe untick other boxes like the preselected "Vorbis" box). | # Go to the "Codecs" tab and tick the "Other" box (and maybe untick other boxes like the preselected "Vorbis" box). Enter the path to the Opus encoder followed by <code> --bitrate <span style="color: green;">128</span> -o "%o.opus" %i</code> in the field behind the "Other" box. | ||
# Enter a cd into the drive | |||
# Enter a cd into the drive | # Optionally enter metadata or edit automatically fetched metadata | ||
# Click the button "Rip cd now!". | |||
After the ripping process is finished you'll find the files in a subfolder inside your home directory. | After the ripping process is finished you'll find the files in a subfolder inside your home directory. | ||
[[Category:CD ripping guides]] | [[Category:CD ripping guides]] |
Revision as of 11:39, 14 September 2012
This page describes how to securely rip audio cds to the lossy compression format Opus on GNU/Linux operating systems.
Software Needed
- rubyripper
- may be the most mature secure cd ripping application for GNU/Linux systems. See rubyripper#Installation for installation instructions.
- opus-tools
- Get it via package manager from your distributor's standard repositories if you're using something like Ubuntu 12.10 or later already. Otherwise install from source. (You'll have to install opus first.)
- cdrdao
- Not strictly necessary but you may want to be able to rip to images with cue sheet and detect pregaps and pre-emphasis. cdrdao should be available from your distribution's default package repositories.
Configuration
- Look up the read offset of your CD-ROM drive in AccurateRip offset database. (Command line tool
lshw
may help you find out what cd drive you have.) - Click "Preferences" and insert the drive offset.
- Go to the "Codecs" tab and tick the "Other" box (and maybe untick other boxes like the preselected "Vorbis" box). Enter the path to the Opus encoder followed by
--bitrate 128 -o "%o.opus" %i
in the field behind the "Other" box. - Enter a cd into the drive
- Optionally enter metadata or edit automatically fetched metadata
- Click the button "Rip cd now!".
After the ripping process is finished you'll find the files in a subfolder inside your home directory.