• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[GELÖST] Audio-Track einer DVD rippen?

apox

Member
Hallo,

ich habe ne DVD mit Musikvideos. Ich möchte von diesen Videos gerne die Audiospur (nicht das Bild) rippen, sodass sie in MP3 umgewandelt werden kann. Was gibt es unter Linux für Programme, die dafür geeignet sind? Unter Windows hatte ich das mal hingekriegt, habe aber keine Ahnung wie's bei Suse ausschaut.

Die DVD lag einer Musikzeitschrift bei, und hat keinen Kopierschutz. Der Rip ist auch nur für den Eigenbedarf ;)

Würde mich über Tipps freuen!
 

oc2pus

Ultimate Guru
http://www.gnomefiles.org/app.php/Devidify

Devidify is a humble little hack for extracting audio tracks from DVDs.

I wrote it because I had a few concert DVDs laying around, and wanted to get their audio tracks into my portable music player. At the time, existing Linux-based tools meant ripping the video first, then extracting the audio. They made none of this easy. Who has time for such nonsense? Devidify makes things easy. Feed it a shiny disc and it spits out WAV, MP3, or Ogg Vorbis files.
 
OP
A

apox

Member
Habe jetzt noch Installationsprobleme: wenn ich das Programm über die Shell installieren will, kriege ich folgende Fehlermeldung:

Code:
apox:/usr/bin/devidify # python setup.py install
running install
error: invalid Python installation: unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)

Welches Python-Paket fehlt mir noch, evtl. python-gtk-devel??? Das Programm scheint leider nicht in Suse heimisch zu sein, hoffe ich kriege es trotzdem ans Laufen 8)
 
Code:
mplayer -really-quiet -vc null -vo null -ao pcm:fast:file=/dev/stdout dvd://track | oggenc -q4 - -o track.ogg
Schnell und einfach. :)
 
Oben