Skip to content

mugwort-rc/python-ISOBMFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-ISOBMFF

DigiDNA/ISOBMFF python wrapper

Usage

>>> import ISOBMFF
>>> parser = ISOBMFF.Parser()
>>> parser.Parse("path/to/some/file")
>>> file = parser.GetFile()
>>> box = file.GetBox("ftyp")