mp4file
mp4file copied to clipboard
Library for rudimentary parsing of mp4 atoms, especially metadata atoms.
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/mp4file/atom.py", line 113, in create_atom return eval("%s(size,...
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...
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!