概覽
為了創建AS-11輸出,請設置format_preset
參數為“ as11_hd”。當前,音頻僅限於2通道PCM音頻,最大採樣率為48Khz。有關AVC-Intra輸出的更多信息,請查閱文檔這裡。
- format_preset:對於ae AVCi 100 MXF輸出,將此設置為as11_hd。
- audio_sample_rate:未設置默認值。限制為48000。
範例設定
示例AS-11請求
{
"input": "s3://zencodertesting/test.mov",
"output": {
"format_preset": "as11_hd",
"audio_sample_rate": 48000
}
}