Skip to content

Ichunjo/pyparsedvd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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