Parse and extract binary data from dvd files
Project description
pyparsedvd
Parse and extract binary data from dvd files
Installation
python -m pip install pyparsedvd
or from Github:
python -m pip install git+https://github.com/Ichunjo/pyparsedvd.git
Example
from pyparsedvd import load_vts_pgci
with open('DVD/VIDEO_TS/VTS_01_0.IFO', 'rb') as ifo_file:
vts_pgci = load_vts_pgci(ifo_file)
print(vts_pgci)
TODO
- Maybe one day add the sectors left
Credits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyparsedvd-0.0.3.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pyparsedvd-0.0.3.tar.gz
.
File metadata
- Download URL: pyparsedvd-0.0.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6103869f61f7cd3809c95566135fb35cecbb9b4544919b0871f411a3ec6c843 |
|
MD5 | 828c351a5d1f689f6bb7fb51e8e2645a |
|
BLAKE2b-256 | 83496e49d2091019abd8fa13f560f73928b2093a40d2c730906c23ab0cbb333f |
File details
Details for the file pyparsedvd-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pyparsedvd-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70827e834613ecc9143939806a1135eb06f8227b53688b5a473eb39272e25376 |
|
MD5 | 91d87813f06f80662461d3b5d8c1b55d |
|
BLAKE2b-256 | a4156576e5cc7262205ef4f43443744a86ae165bfc329c5cdc313baef17fdb4d |