opentimelineio.adapters.file_bundle_utils
Common utilities used by the file bundle adapters (otiod and otioz).
- class opentimelineio.adapters.file_bundle_utils.MediaReferencePolicy
- AllMissing = 'AllMissing'
- ErrorIfNotFile = 'ErrorIfNotFile'
- MissingIfNotFile = 'MissingIfNotFile'
- exception opentimelineio.adapters.file_bundle_utils.NotAFileOnDisk
- opentimelineio.adapters.file_bundle_utils.reference_cloned_and_missing(orig_mr, reason_missing)
Replace orig_mr with a missing reference with the same metadata.
Also adds original_target_url and missing_reference_because fields.