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.
- format_preset: Set this to as11_hd for ae AVCi 100 MXF output.
- audio_sample_rate: Default is not set. Limited to 48000.
Example Settings
Example AS-11 Request
{
"input": "s3://zencodertesting/test.mov",
"output": {
"format_preset": "as11_hd",
"audio_sample_rate": 48000
}
}