Provide the source
Pass a public or time-limited HTTPS URL, or use the optional upload-target flow for local bytes.
Pass a public or time-limited HTTPS URL, or use the optional upload-target flow for local bytes.
Request one playback file, an HLS ladder, or several related artifacts in the same outputs array.
Handle the signed terminal webhook, then use the returned artifact manifest or bundle URL.
Produce faststart H.264/AAC MP4, multi-rendition MP4 ladders, HEVC for Apple playback, or efficient AV1 outputs.
Generate an HLS VOD package with a master playlist, 1080p and 720p variants, and related media segments.
Fit landscape or square media into a 1080×1920 vertical canvas with a blurred background and no subject crop.
Create poster frames, palette-optimized GIFs, and sampled JPG frame sequences for previews, indexing, or datasets.
mp4_720p_h264_aacmp4_ladder_v1hls_ladder_v1social_vertical_blurgif_hqposter_frame_v1extract_frames_1mp4_hevc_1080pmp4_av1_smartmov_prores_422신뢰할 수 있는 서버에서 MediaRuntime API 키로 제출하세요. 소스는 작업 시간 동안 접근 가능한 HTTPS URL이면 되며 MediaRuntime 업로드는 선택 사항입니다.
{
"file_url": "https://cdn.example.com/media/trailer.mp4",
"metadata": {
"media_type": "video",
"asset_id": "trailer-0426"
},
"outputs": [
{
"type": "mp4",
"preset": "mp4_720p_h264_aac",
"path_suffix": "web",
"poster_time_sec": 4,
"poster_format": "jpg",
"gif_preview": {
"enabled": true,
"start_sec": 2,
"duration_sec": 4
}
},
{
"type": "hls",
"preset": "hls_ladder_v1",
"path_suffix": "stream"
}
]
}