AS-11-mxf Guide

AS-11 is a standard for delivering broadcast video for playback. It is comprised of AVC-Intra video and PCM audio and is wrapped in a vendor-neutral MXF file.

Overview

In order to create an AS-11 output, set the format_preset parameter to "as11_hd". Currently, audio is limited to 2-channel PCM Audio, with a max sample rate of 48Khz. For more information on AVC-Intra outputs, check out the documentation here.

Example Settings

Example AS-11 Request

{
    "input": "s3://zencodertesting/test.mov",
    "output": {
        "format_preset": "as11_hd",
        "audio_sample_rate": 48000
    }
}