Basic Film Metadata without Closed Captions Annotated

These annotations cover only the <accessibility_info> tags for use with a video that does not include closed captions. When a video does not include closed captions, you must indicate the reason why they have not been included.

XPath

<accessibility_info>

Accessibility Information (required for U.S. deliveries; can be updated)

Begins the block that describes the availability of closed captions for the film.

XPath

<accessibility role="captions" available="false" reason_code="NO_CC_SDH_FOREIGN_LANGUAGE_ENGLISH_SUBS"/>

Accessibility (required for U.S. deliveries; can be updated)

Indicates if closed captions are available. If closed captions are not available, use the reason_code attribute to explain why. If the value is false, you must supply SDH or subtitles.

Attributes include:

  • role: Refers to the data file for captions; "captions" is the only supported value.

  • available: Indicates availability of captions. Accepted values include "true" or "false". If you have delivered closed captions within the same package, the value cannot be "false".

  • reason_code: Supplies the reason closed captions are not included. Note that the reason_code attribute is not allowed if available="true", and required when available="false". Accepted values are:

  • "NEVER_IN_US": Use this reason code for movies that have never been broadcast in the United States. This reason code is allowed only when delivering SDH.

  • "IN_US_NO_CAPTIONS": Use this reason code for movies that have been broadcast in the United States, but never with captions. This reason code is allowed only when delivering SDH.

  • "NO_CC_SDH_FOREIGN_LANGUAGE_ENGLISH_SUBS": Movies that are not in English and have not been broadcast in the U.S. can have SDH or subtitles in place of closed captioning and should use reason code NO_CC_SDH_FOREIGN_LANGUAGE_ENGLISH_SUBS.

The values for reason_code are case-sensitive.