Skip to main content

Profile

NameTypeDescription
nameenum                          
itt
Subtitle profile name.
regionenum                          
top
bottom
Determines on which to replace unsupported regions.

Example profile

{
"uid": "transcode_task",
"kind": "transcode",
"payload": {
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_folder"
},
"targets": [
{
"file_pattern": "{source_basename}_converted{default_extension}",
"existing_files": "replace",
"container": {
"kind": "mp4"
},
"video": {
"width": 1280,
"height": 720,
"codec": "h264"
},
"audio": [
{
"codec": "aac",
"channels": 2,
"sample_rate": 48000,
"sample_size": 16,
"bitrate_kb": 96
}
],
"subtitle": [
{
"source_map": "use_if_exists",
"format": "scc",
"language": "en",
"profile": {
"name": "itt",
"region": "bottom"
}
}
]
}
]
}
}