mp4file icon indicating copy to clipboard operation
mp4file copied to clipboard

Library for rudimentary parsing of mp4 atoms, especially metadata atoms.

Results 4 mp4file issues
Sort by recently updated
recently updated
newest added

I am trying to figur out how to use this library and I'm getting this error message. Any idea how to correct? File "/Users/brianjhille/Desktop/PythonScript/mp4file/test/mp4fil‌​e/atom.py", line 113, in create_atom return eval("%s(size,...

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...

When a box's size == 1, the following 64 bits are used for large-size instead of 32 bits.

Suppressing this error fixed parsing issues on a handful of video files for me. Thanks for the great scripts!