PDA

View Full Version : Rippare DVD con Linux


LukA4e
13-09-2003, 13:11
Conoscete qualche programma con interfaccia grafica che mi permetta di rippare in .vob i dvd e un programma che mi crei i divx???

Ciao e grazie

VICIUS
13-09-2003, 13:37
se ai assolutamente bisogno di un interfacia grafica devi provare dvd::rip.
con questo puoi copiare un dvd e convertirlo in divx.

ciao ;)

LukA4e
13-09-2003, 15:09
grazie adesso provo.

LukA4e
13-09-2003, 15:26
dove lo trovo???? non riesco con google. ho suse 8.2 c'è un rpm?

FuocoNero
14-09-2003, 02:15
http://www.exit1.org/dvdrip/index.cipp (sito di dvd::rip)
http://www.exit1.org/dvdrip/contrib/suse/ (RPM per SuSE)
http://packman.links2linux.de/index.php4 (altri RPM per SuSE utili per soddisfare le dipendenze)

PS Anche il programma di masterizzazione K3B può essere utilizzato facilmente per rippare e convertire i DVD, anche se sicuramente è meno configurabile di dvd::rip

ElMato
15-09-2003, 17:23
Se puoi fare a meno di interfaccia grafica ti consiglio il pacchetto mplayer/mencoder con le opportune librerie... :D

Mplayer: http://www.mplayerhq.hu
Documentazione: http://www.mplayerhq.hu/DOCS/it/documentation.html

Ciao by ElMato :eek:

r3nzo
16-09-2003, 04:16
forse puo' interessarti anche il mio sito..
http://digilander.libero.it/w1llcoyote/
ciauz

khri81
16-09-2003, 11:21
visto che mplayer/mencoder nn riescono a farmi il ripping del dvd, quali librerie occorrono???

VICIUS
16-09-2003, 11:44
Originariamente inviato da khri81
visto che mplayer/mencoder nn riescono a farmi il ripping del dvd, quali librerie occorrono???

l'unica libreria che occorre per poter riprodurre/copiare un dvd è libdvdcss al resto ci pensa mplayer.

ciao ;)

khri81
16-09-2003, 11:50
allora io voglio rippare il dvd su hd, do il comando:

mplayer -dvd 1 -alang it -ovc copy -oac copy

mi da questo errore:

Unknow option on the command line: ovc

khri81
16-09-2003, 11:57
allora io la libdvdcss l'ho installata, cioè ho fatto il

./configure poi il make e poi l'install e nn mi ha dato nessun errore, xò continua a nn farmi il ripping del dvd!!!

VICIUS
16-09-2003, 12:06
Originariamente inviato da khri81
allora io voglio rippare il dvd su hd, do il comando:

mplayer -dvd 1 -alang it -ovc copy -oac copy -o nomefile.vob

mi da questo errore:

Unknow option on the command line: ovc

ovc e oac sono due opzioni di mencoder e non di mplayer. il comando giusto è quindi:
mencoder -dvd 1 -alang it -ovc copy -oac copy

se posso darti un consiglio. con questo comando mencoder copia semplicemente i due stream audio e video (italiano) in un file senza indice, rendendo impossibile lo spostamento. usa invece vobcopy o questo mplayer in questo modo:
mplayer -dvd 1 -dumpstream -dumpfile nomefile.vob
in questo modo fai la copia esatta bit a bit del dvd.

ciao ;)

khri81
16-09-2003, 12:16
nn funziona mi da fuori un elenco di opzioni di configurazione di mplayer, hai presente come quando digiti solo mplayer che ti da fuori la lista di opzioni ecco stessa cosa.

VICIUS
16-09-2003, 12:17
Lol in effetti mi son scordato di mettere -dvd 1 :p senza mplayer risulta un po confuso visto che non sa cosa deve leggere :)

ciao ;)

khri81
16-09-2003, 12:21
ok ora funziona :D . finalmente sono riuscito a far funzionare mplayer :D :D :D .

lìunica cosa che mi piacerebbe far funzionare ora è la gui di mplayer ma nn ci riesco. nn avresti mica voglia di dirmi come si fa passo dopo passo???

VICIUS
16-09-2003, 12:35
Originariamente inviato da khri81
ok ora funziona :D . finalmente sono riuscito a far funzionare mplayer :D :D :D .

lìunica cosa che mi piacerebbe far funzionare ora è la gui di mplayer ma nn ci riesco. nn avresti mica voglia di dirmi come si fa passo dopo passo???

per la gui è piuttosto semplice:

1- compilare mplayer ricordandosi di passare l'opzione --enable-gui
2- scaricare una skin dal sito di mplayer
3- scompatta tutti i file png e vari in una cartella, magari con lo stesso nome della skin
4- sposta la cartella dentro a /usr/local/share/mplayer/Skin
fai partire mplayer o gmplayer.
es:
mplayer -gui
oppure
gmplayer -skin NomeCartellaDellaSkin

questa volta spero di non essermi scordato niente :)

ciao ;)

khri81
16-09-2003, 12:40
opsss cosa è successo? il configure mi da questi problemi...

root@localhost MPlayer-0.91]# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... 3.2, ok
Checking for CPU vendor ... AuthenticAMD (6:4:2)
Checking for CPU type ... AMD Athlon(tm) Processor
Checking for GCC & CPU optimization abilities ... ./configure: line 724: cannot create temp file for here document: No space left on device
Your gcc does not even support "i386" for '-march' and '-mcpu'.
error
Checking for kernel support of mmx ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmx2 ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support mmx2.
To use mmx2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnow ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support 3dnow.
To use 3dnow extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnowex ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support 3dnowex.
To use 3dnowex extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler (as 2.12.90.0.15) ... failed
Upgrade binutils to 2.9.1 ...

Error: obsolete binutils version

Check "configure.log" if you do not understand why it failed.

FuocoNero
16-09-2003, 14:00
Originariamente inviato da khri81
opsss cosa è successo? il configure mi da questi problemi...

root@localhost MPlayer-0.91]# ./configure
Detected operating system: Linux
Detected host architecture: i386
Checking for gcc version ... 3.2, ok
Checking for CPU vendor ... AuthenticAMD (6:4:2)
Checking for CPU type ... AMD Athlon(tm) Processor
Checking for GCC & CPU optimization abilities ... ./configure: line 724: cannot create temp file for here document: No space left on device
Your gcc does not even support "i386" for '-march' and '-mcpu'.
error
Checking for kernel support of mmx ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support mmx.
To use mmx extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of mmx2 ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support mmx2.
To use mmx2 extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnow ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support 3dnow.
To use 3dnow extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for kernel support of 3dnowex ... ./configure: line 921: cannot create temp file for here document: No space left on device
failed
It seems that your kernel does not correctly support 3dnowex.
To use 3dnowex extensions in MPlayer, you have to upgrade/recompile your kernel!
Checking for mtrr support ... yes
Checking for assembler (as 2.12.90.0.15) ... failed
Upgrade binutils to 2.9.1 ...

Error: obsolete binutils version

Check "configure.log" if you do not understand why it failed.

Hai spazio libero su HD?
Installa un versione di binutils recente e nasm.

khri81
16-09-2003, 18:10
nn ho più spazio sull'hard disk!!! il bello è che nn capisco il xchè!!! addirittura nn mi parte più startx!!! può essere colpa che nn ho più spazio sull'hard disk il fatto che nn parte più startx?

FuocoNero
16-09-2003, 20:43
E' quasi certo che sia quella la causa.
Sposta un pò di file in un'altra partizione da console oppure disinstalla il software non utilizzato.