imferno
v2.0.0
Published
SMPTE ST 2067 IMF validator
Readme
imferno
SMPTE ST 2067 IMF validator. Prebuilt native binaries for all major platforms.
Install
npm install -g imfernoOr use directly with npx:
npx imferno@latest validate ./my-imf-packageUsage
# Validate an IMF package
imferno validate ./path/to/imf/package
# Show detailed CPL information
imferno cpl ./path/to/imf/package
# Export a full report
imferno export ./path/to/imf/package
# Show version
imferno --versionSupported Platforms
| Platform | Architecture | |----------------|--------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64, arm64 |
License
MIT
