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
Release files for pyparsedvd 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyparsedvd-0.0.3.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyparsedvd-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.8 kB
Release files / pyparsedvd-0.0.3.tar.gz
| Download URL | pyparsedvd-0.0.3.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b6103869f61f7cd3809c95566135fb35cecbb9b4544919b0871f411a3ec6c843
|
|
BLAKE2b-256 checksum How to use checksums |
83496e49d2091019abd8fa13f560f73928b2093a40d2c730906c23ab0cbb333f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pyparsedvd-0.0.3-py3-none-any.whl
| Download URL | pyparsedvd-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
70827e834613ecc9143939806a1135eb06f8227b53688b5a473eb39272e25376
|
|
BLAKE2b-256 checksum How to use checksums |
a4156576e5cc7262205ef4f43443744a86ae165bfc329c5cdc313baef17fdb4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|