Skip to content

63/mp4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP4

Simple MP4 file atom parser in python

Example

from mp4 import mp4

with open('example.mp4', 'rb') as file:
    data = file.read()

mp4 = mp4.parse_mp4(data)
print(mp4.ftyp)

TODO

  • Add more atoms
  • Writing atoms

About

MP4 file atom parser in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages