Modules
API Reference¶
The library provides direct access to the MP4v2 C API through the pymp4v2.raw module. Key functions include:
MP4Read(filename)
- Open an MP4 file for readingMP4Create(filename)
- Create a new MP4 fileMP4Modify(filename)
- Open an MP4 file for modificationMP4Close(handle)
- Close an MP4 file handleMP4GetFilename(handle)
- Get the filename associated with a handleMP4Info(handle)
- Get information about the MP4 fileMP4Dump(handle)
- Dump the structure of the MP4 file
For a complete list of available functions, refer to the MP4v2 documentation and explore the pymp4v2.raw
module.