Provide video or audio
The audio output type accepts either an audio file or a video containing an audio stream.
The audio output type accepts either an audio file or a video containing an audio stream.
Copy compatible audio, encode a predictable format, normalize to -16 LUFS, trim silence, or prepare 16 kHz mono WAV.
Attach subtitle settings to the audio output to produce SRT, WebVTT, or both alongside the audio artifact.
Deliver AAC in M4A, MP3, Opus, or copy a compatible source stream without re-encoding.
Submit a MOV, MP4, WebM, or other supported video and return only its selected audio format.
Normalize loudness, remove leading and trailing silence, or combine both operations before AAC delivery.
Produce SRT and WebVTT transcripts or a 16 kHz mono PCM WAV prepared for downstream speech systems.
audio_copy_fastaudio_aac_128kaudio_mp3_128kaudio_opus_96kaudio_loudnorm_aac_128kaudio_trim_silence_aac_128kaudio_loudnorm_trim_aac_128kaudio_whisper_prep신뢰할 수 있는 서버에서 MediaRuntime API 키로 제출하세요. 소스는 작업 시간 동안 접근 가능한 HTTPS URL이면 되며 MediaRuntime 업로드는 선택 사항입니다.
{
"file_url": "https://cdn.example.com/media/interview.mp4",
"metadata": {
"media_type": "video",
"asset_id": "interview-0426"
},
"outputs": [
{
"type": "audio",
"preset": "audio_aac_128k",
"path_suffix": "audio-and-transcript",
"subtitles": {
"enabled": true,
"languages": [
"auto"
],
"format": "both",
"model": "ggml-base.bin",
"translate_to_english": false
}
}
]
}