Lines 1-13
Link Here
|
1 |
ripit |
1 |
RipIT is used to create MPEG-1 Layer 3 (mp3) using Lame, or uses Flac (flac), |
2 |
----- |
2 |
Ogg Vorbis (ogg) or Faac (m4a) to convert audio files (wav) extracted from an |
|
|
3 |
audio CD. It is a console based front-end (no GUI here), written in Perl, for |
4 |
various programs. |
3 |
|
5 |
|
4 |
ripit is a small front-end program written in perl for ripping, |
6 |
The program will do the following without user intervention: |
5 |
encoding and tagging MP3s or Ogg/Vorbis files from audio CDs. It |
7 |
* getting the audio CD Album/Artist/Tracks information from CDDB |
6 |
is a console program that needs no user intervention. It requires |
8 |
* ripping the audio CD Tracks |
7 |
p5-CDDB for CDDB access. A track ripper program and an encoder are |
9 |
* encoding to Flac, mp3 or Ogg |
8 |
also needed. |
10 |
* id3 tags encoded songs |
|
|
11 |
* creating an playlist (m3u) file |
12 |
* optionally generating a toc (cue) sheet for nice DAO burning |
13 |
* optionally preparing and send a CDDB submission and save it locally |
14 |
* optionally extracting hidden songs and split ghost songs |
15 |
* optionally creating md5sum files for all tracks |
16 |
* running several encoder processes at the same time and same run |
9 |
|
17 |
|
10 |
WWW: http://www.suwald.com/ripit/ripit.html |
18 |
WWW: http://www.suwald.com/ripit/news.php |
11 |
|
19 |
|
12 |
-- |
20 |
-- |
13 |
Port by Oyvind Moll <oyvindmo@initio.no> |
21 |
Port by Oyvind Moll <oyvind@moll.no> |
14 |
- |
|
|