mp4file icon indicating copy to clipboard operation
mp4file copied to clipboard

Crashes

Open schneckliger opened this issue 14 years ago • 2 comments

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?

schneckliger avatar Apr 14 '10 21:04 schneckliger

It's probably something specific to the file that mp4file isn't handling correctly. Some atom in there it doesn't like.

billnapier avatar Jul 05 '10 06:07 billnapier

I have no idea what this error means: File "/Users/brianjhille/Desktop/PythonScript/mp4file/test/mp4fil‌​e/atom.py", line 113, in create_atom return eval("%s(size, type, clz, offset, file)" % clz) File "", line 1, in TypeError: bad operand type for unary -: 'tuple'

bjhille avatar Oct 27 '17 15:10 bjhille