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
- Host: GitHub
- URL: https://github.com/mjiggidy/imflib
- Owner: mjiggidy
- License: gpl-3.0
- Created: 2022-01-04T05:03:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T00:38:19.000Z (over 3 years ago)
- Last Synced: 2023-08-05T18:10:47.969Z (over 2 years ago)
- Topics: assetmap, composition, content, cpl, format, imf, imp, interoperable, mastering, media, opl, ov, packinglist, pkl, playlist, scm, sidecar-composition-map, smpte, vf
- Language: Python
- Homepage:
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.