User Tools

Site Tools


doc:appunti:linux:video:dvdbackup

This is an old revision of the document!


dvdbackup

Dvdbackup will extract all (or optionally only selected) titles as found on the DVD. It will structure the extracted files in a format suitable for burning at a later time with mkisofs and dvdrecord.

If also the library libdvdcss2 is installed into the system, the program can decrypt the DVD-Video content. So the .VOB files will be stored onto the hard disk unencrypted?

Mostra la struttura di un DVD Video

Le stesse informazioni possono essere ricavate anche con lsdvd.

dvdbackup -i /dev/dvd -I
DVD-Video information of the DVD with title DVD_VIDEO_RECORDER

File Structure DVD
VIDEO_TS/
        VIDEO_TS.IFO    14336
        VIDEO_TS.VOB    36864
        VIDEO_TS.BUP    14336
...
...

Backup in una directory

Con questo comando si legge il contenuto di un DVD (opzione -i) direttamente dal block device oppure da una directory che contiene i file e si scrive il backup in un'altra directory (opzione -o). Con l'opzione -n si assegna un titolo al DVD, con -M si sceglie di copiare tutto il contenuto del DVD. Purtroppo se il DVD conteneva degli errori logici nei file .IFO, questi non vengono corretti.

dvdbackup -i src_dir/ -o dst_dir/ -n SUPER8_DISK1 -M
doc/appunti/linux/video/dvdbackup.1161538561.txt.gz · Last modified: 2011/03/09 13:28 (external edit)