-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
61 lines (36 loc) · 1.77 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
dvd_info - a set of utilities for accessing DVDs
Includes:
* dvd_info - display information about a DVD in human-readable or JSON output,
disc title, disc ID, disc chapters in OGM container format
* dvd_copy - copy a DVD track to the filesystem
* dvd_drive_status - display drive status: open, closed, closed with disc,
or polling (Linux only)
* dvd_backup - back up an entire DVD to the filesystem
* dvd_player - a small DVD player using libmpv as backend
* dvd_rip - a small DVD ripper using libmpv as backend
* dvd_debug - print debug information about a DVD
Requirements:
* libdvdread >= 6.1.0 (libdvdcss required for decryption)
Documentation:
* See man pages for each program
* https://github.com/beandog/dvd_info/wiki
The git repo on github is intended to build from a straight pull. Documentation
for building from source for Ubuntu is on the github wiki above.
Caching:
If you're going to do a lot of reads on a disc drive, I'd recommend mounting it
so the access can be cached -- this is especially helpful when using / testing
dvd_copy a lot to get chapters, titles, etc.
# mount /dev/sr0 -o ro -t udf /mnt/dvd
Compatability:
I try porting my code to other systems, and in addition to popular Linux
distros, it runs fine on BSD systems as well.
See also:
* http://github.com/beandog/bluray_info - similar tools for Blu-ray discs
* http://dvds.beandog.org - my site all about DVDs
* http://bluray.beandog.org - I store some source tarballs here
Support:
I love hunting down anomalies, so if you run into something odd on a disc, let
me know and I'd love to look into it. Bug reports are good, too.
If you have questions, feel free to contact me at [email protected]
Copyright:
Licensed under GPL-2. See https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt