Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

pyparsedvd-0.0.3-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page