mp4file
mp4file copied to clipboard
Crashes
Hi,
I like this project, and it's very useful for me. Unfortunately, rather often, it crashes - on Linux as on Mac. When I load a file like this:
f = Mp4File('foo.mp4')
it simply does not return. Any idea what runs wrong?
It's probably something specific to the file that mp4file isn't handling correctly. Some atom in there it doesn't like.
I have no idea what this error means: File "/Users/brianjhille/Desktop/PythonScript/mp4file/test/mp4file/atom.py", line 113, in create_atom return eval("%s(size, type, clz, offset, file)" % clz) File "