ClairMeta
Revision as of 16:40, 21 April 2021 by Prwheatley (talk | contribs)
Description[edit]
Clairmeta is a python package for Digital Cinema Package (DCP) probing and checking. This project status is Beta, the following needs to be done for the release :
- Large scale tests on lots of DCPs (including D-Box, DVIs, OCAP, CCAP, ...)
Features
- DCP Probe : metadata extraction of the whole DCP, including all XML fields and MXF assets inspection.
- DCP Checker : advanced DCP validation tool, including (non exhaustive):
- SMPTE / Interop standard convention (naming, …)
- Integrity (MIME type, size, hash) of all assets
- Foreign file identification
- XSD Schema validation for XML files (VOLINDEX, ASSETMAP, CPL, PKL)
- Digital signature validation (CPL, PKL)
- Intra / Inter Reels integrity and coherence
- Metadata match between CPL assets and MXF headers
- Re-link VF / OV
- Picture tests : FrameRate, BitRate, …
- Sound tests : Channels, Sampling, …
- Subtitle : Deep inspection of Interop and SMPTE subtitles
- DSM / DCDM Checker : basic image file sequence validation with some specific rules.
Usage
ClairMeta can be used as a general command line tool as well as a python library.
Examples for command line calls:
python3 -m clairmeta.cli probe -type dcp path/to/dcp python3 -m clairmeta.cli probe -type dcp path/to/dcp -format json > dcp.json python3 -m clairmeta.cli probe -type dcp path/to/dcp -format xml > dcp.xml python3 -m clairmeta.cli check -type dcp path/to/dcp
Installation / Dependencies
Installation notes are available on the github page: https://github.com/Ymagis/ClairMeta
Dependencies:
- Python
- Should work on python 2.7 and python 3.3+
- Tested on : python 2.7, python 3.6
- Platform
- Should work on Windows, macOS, Linux
- Tested on : macOS 10.12
- External (non-python) dependencies :
- libmagic
- asdcplib
- mediainfo (opt)
- sox (opt)
User Experiences[edit]
Development Activity[edit]
All development activity is visible on GitHub: https://github.com/Ymagis/ClairMeta/commits/develop
Release Feed[edit]
Below the last 3 release feeds:
- 2023-08-25 20:49:33
- [tag:github.com,2008:Repository/111405937/1.5.0 1.5.0]
- by remia
- 2023-03-02 21:59:40
- [tag:github.com,2008:Repository/111405937/1.4.0 1.4.0]
- by remia
- 2022-10-17 18:52:30
- [tag:github.com,2008:Repository/111405937/1.3.0 1.3.0]
- by remia
Activity Feed[edit]
Below the last 5 commits:
- 2023-08-25 20:44:03
- [tag:github.com,2008:Grit::Commit/b5ed97eb34fea9553398aa3f100860b59b132b0b Bump version]
- by remia https://github.com/remia
- 2023-08-25 20:40:30
- [tag:github.com,2008:Grit::Commit/8ccd786ac001cca27babb763f713072131194f75 Merge pull request #234 from remia/path-naming-convention]
- by remia https://github.com/remia
- 2023-08-25 19:34:06
- [tag:github.com,2008:Grit::Commit/8cfdba7b887b93d7783abf9601a7f8abafc1f48f Add DCP folder path analysis to probe]
- by remia https://github.com/remia
- 2023-08-13 13:13:44
- [tag:github.com,2008:Grit::Commit/676698ae55a9123f5e6ac3669ef8f8cf1b100dac Merge pull request #231 from remia/fix-wording]
- by remia https://github.com/remia
- 2023-08-13 13:11:56
- [tag:github.com,2008:Grit::Commit/cff379bc439818b8f7afd6f4c970f7926d783b7a Fix check docstring grammar]
- by remia https://github.com/remia