Difference between revisions of "Media Class: Rip and Burn CDs"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
This class will give you the skills to convert an audio cd into digital media format, and to make an audio cd out of those digital media files.
 
This class will give you the skills to convert an audio cd into digital media format, and to make an audio cd out of those digital media files.
  
We will be using the program k3b to rip and burn our cds. Their website is found here: http://k3b.plainblack.com/
+
We will be using the program k3b to rip and burn our cds. Their website is found here: http://k3b.plainblack.com/ and is installed easily in Ubuntu using Synaptic (search for k3b) or by typing "sudo apt-get install k3b" into a terminal.
  
 
k3b makes it easy to copy, rip and burn a cd. It is one of many options available to Linux users, chosen for it's dependability, configurability and well-designed GUI.  
 
k3b makes it easy to copy, rip and burn a cd. It is one of many options available to Linux users, chosen for it's dependability, configurability and well-designed GUI.  
Line 25: Line 25:
 
- Use "wildcards" to automatically title your digital files<br>
 
- Use "wildcards" to automatically title your digital files<br>
 
- i.e. %a for track artist, %A for album artist, %n for track number and %T for album title<br>
 
- i.e. %a for track artist, %A for album artist, %n for track number and %T for album title<br>
- Built-in help found by clicking "See special strings"
+
- Built-in help found by clicking "See special strings"<br>

Revision as of 14:39, 2 December 2008

This class will give you the skills to convert an audio cd into digital media format, and to make an audio cd out of those digital media files.

We will be using the program k3b to rip and burn our cds. Their website is found here: http://k3b.plainblack.com/ and is installed easily in Ubuntu using Synaptic (search for k3b) or by typing "sudo apt-get install k3b" into a terminal.

k3b makes it easy to copy, rip and burn a cd. It is one of many options available to Linux users, chosen for it's dependability, configurability and well-designed GUI.


To Rip an Audio CD:

1) Insert the audio CD and wait for the system to recognize it.
2) Open k3b (ensure no other CD burning programs are open)
- Found under Sound/Video in the Applications menu
- Alt-F2 to run application "k3b"
3) Select "Further Actions..." on k3b's initial screen and find "Rip Audio CD"
4) Identify the CD's track information via CDDB (will likely occur automatically)
5) Click "Start Ripping" found above track information
6) Select file type
- mp3 encoding loses audio fidelity (referred to as "lossy" for the lost information)
- WAV encoding captures the entire audio range (the standard encoding on audio cds, lossless)
- FLAC encoding captures the entire audio range but compresses the data (lossless)
- Ogg-Vorbis uses variable-bitrate tech to capture as much audio as the file needs (less-lossy) and compresses the data
7) File naming tab
- Use "wildcards" to automatically title your digital files
- i.e. %a for track artist, %A for album artist, %n for track number and %T for album title
- Built-in help found by clicking "See special strings"