wolfgangw / backports

Deep inspection of digital cinema packages
27 stars 12 forks source link

dcp_inspect: Suppress errors for VF DCPs #84

Closed overlookmotel closed 9 months ago

overlookmotel commented 2 years ago

Currently dcp_inspect produces errors which are false alarms on VF DCPs where the VF references assets not present in the AssetMap:

Error: CPL ...: Found inconsistent image DecompositionLevels values across the composition (). This will produce visual artefacts in reel transitions
Error: CPL ...: Found inconsistent sound ChannelFormat values across the composition (). Playback will fail completely

This PR suppresses these errors where there's no picture or audio which can be checked in the CPL.

wolfgangw commented 9 months ago

Has been fixed.