diff options
author | Ryan Losh <od2010@sbcglobal.net> | 2016-09-23 20:18:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-23 20:18:55 +0700 |
commit | e2a06c20d1410d1fa80e6979f40f25beb69a3639 (patch) | |
tree | 128626250bb663bf2e1f47b8e60792f317047cbc /libraries/python3-dvdvideo/README | |
parent | 521077fa9b8ac68d7d98d12261a8bdbeb0e06cc6 (diff) | |
download | slackbuilds-e2a06c20d1410d1fa80e6979f40f25beb69a3639.tar.gz |
libraries/python3-dvdvideo: Added (Video DVD reader library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-dvdvideo/README')
-rw-r--r-- | libraries/python3-dvdvideo/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/python3-dvdvideo/README b/libraries/python3-dvdvideo/README new file mode 100644 index 0000000000..a14051e238 --- /dev/null +++ b/libraries/python3-dvdvideo/README @@ -0,0 +1,9 @@ +This library reads and parses video DVD. It includes a UDF parser +and video DVD structure parses. It supports unencrypted disks and +also encrypted ones using the external libdvdcss. + +A tool (dvdvideo-backup-image) is provided to make decrypted copies +of disks. This disks often contain various defects in the data +structures to complicate reading them. + +libdvdcss is an optional dependency. |