Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CD ripper
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
Blood_Seeker
Tux's lil' helper
Tux's lil' helper


Joined: 02 Apr 2005
Posts: 109

PostPosted: Tue Jan 10, 2006 5:59 pm    Post subject: CD ripper Reply with quote

Hallo,

Ich suche ein CDRip Programm, ich habe schon sehr viel gefunden aber das war alles nicht so das Gelbe vom Ei.
Kennt jemand ein Programm das gleich ist wie cdmp3 aber mit mehr als 11 facher geschwindigkeit ript? Als kleines extra währe ein schönes Frontend nicht schlecht,
aber das währe dann schon Luxus.

Danke für Eure hinweise.
_________________
MY PC:
Pentium 4/HT 2.8 GHz
512 MB DDR-DIMM RAM (Dual-Chan.) nVidia GeForce 6800-GT Mainboard: P4P800-E DeluxeMarvell Youkon GbitLan 1x 160GB Maxtor
Back to top
View user's profile Send private message
Moorenkopf
Apprentice
Apprentice


Joined: 18 Apr 2004
Posts: 189
Location: NRW

PostPosted: Wed Jan 11, 2006 12:59 pm    Post subject: Reply with quote

ripperX ist eigentlich ganz ok
Back to top
View user's profile Send private message
Tenobok
Apprentice
Apprentice


Joined: 09 Jul 2004
Posts: 199
Location: This planet

PostPosted: Wed Jan 11, 2006 1:41 pm    Post subject: Reply with quote

Moorenkopf wrote:
ripperX ist eigentlich ganz ok


Da stimme ich zu.
_________________
I can't breathe.
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Wed Jan 11, 2006 5:47 pm    Post subject: Reply with quote

Wenn du eine 1:1-Kopie von eine Audio-CD machen willst, ist cdparanoia eine gute Wahl.
_________________
"Work is the curse of the drinking classes."
-Oskar Wilde
Back to top
View user's profile Send private message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Wed Jan 11, 2006 7:02 pm    Post subject: Reply with quote

Ich schwöre auf KAudioCreator.
_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
l3u
Advocate
Advocate


Joined: 26 Jan 2005
Posts: 2545
Location: Konradsreuth (Germany)

PostPosted: Wed Jan 11, 2006 9:09 pm    Post subject: Reply with quote

Nach langer, langer Suche habe ich mich für mp3c entschieden. Und cdparanoia, dazu noch ein kleines Script von mir: cdparanoia-mon --> http://www.nasauber.de/downloads/scripts/
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Wed Jan 11, 2006 11:30 pm    Post subject: Reply with quote

Ich nutze grip.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
fangorn
Veteran
Veteran


Joined: 31 Jul 2004
Posts: 1886

PostPosted: Thu Jan 19, 2006 12:56 pm    Post subject: Reply with quote

Wenn du mit mehr als 11facher geschwindigkeit rippen willst, hast du entweder einen alten Plextor SCSI CD brenner oder die musik ist das rippen sowieso nicht wert :twisted:

Bisher habe ich grip genutzt.
Back to top
View user's profile Send private message
Dr. Nein
Tux's lil' helper
Tux's lil' helper


Joined: 23 Apr 2005
Posts: 100
Location: Jülich

PostPosted: Thu Jan 19, 2006 4:39 pm    Post subject: Reply with quote

Falls du KDE hast, ist das audiocd:/ kioslave auch empfehlenswert.
Ist im Paket
Code:
kde-base/kdemultimedia-kioslaves
Back to top
View user's profile Send private message
shaped.ch
n00b
n00b


Joined: 19 Dec 2005
Posts: 46
Location: switzerland

PostPosted: Thu Jan 19, 2006 10:22 pm    Post subject: Reply with quote

ich benutze media-sound/rip (command line ripper mit lame und cddb).

dazu noch folgendes script:

Code:
#!/bin/bash

if [ ${#1} -eq 0 ]
then
   echo "Usage: $0 <output directory>"
   exit
fi

RIP=`/usr/bin/whereis rip | awk -F" " '{print $2}'`
DEVICE=/dev/cdrw

if [ ! -e ${RIP} ]
then
   echo rip not found ... abort
fi

if [ ! -e "$1" ]
then
   mkdir "$1"
fi

${RIP} -b 256 -c -d ${DEVICE} -n -f "%N %A - %S" -T -m "$1"


bietet alles was ich brauche...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum