An open API service indexing awesome lists of open source software.

https://github.com/mjiggidy/imflib

A library for parsing SMPTE Interoperable Media Format (IMF) packages
https://github.com/mjiggidy/imflib

assetmap composition content cpl format imf imp interoperable mastering media opl ov packinglist pkl playlist scm sidecar-composition-map smpte vf

Last synced: about 1 year ago
JSON representation

A library for parsing SMPTE Interoperable Media Format (IMF) packages

Awesome Lists containing this project

README

          

# imflib

`imflib` is a library for parsing and manipulating [SMPTE Interoperable Media Format (IMF)](https://www.smpte.org/standards/st2067) packages. Currently, it is *very* under development, but may be of some use if you'd like to try it out.

Where it stands currently, initial read support is there for:

- ASSETMAP
- PKL (Packing List)
- CPL (Composition Play List)
- OPL (Output Profile List)
- SCM (Sidecar Composition Map)

But there is still more to do.

## Dependencies
Utilizes [posttools](https://github.com/mjiggidy/posttools) -- also by little ol me.