UploadVideoCaptions
Uploads caption files for your video assets to improve accessibility and engagement. Only the '.srt' caption format is supported.
Procedure Specific Information
To use this stored procedure, exactly one of the following parameters must be specified (in addition to UploadURL):- LocalFile
- FileStream
- FileData
If no parameter is used, or more than one parameter is used, the procedure will fail.
Input
| Name | Type | Required | Description |
| UploadURL | String | True | URL endpoint used to upload caption files for the video asset. |
| LocalFile | String | False | Specifies the absolute local file path of the subtitle file to upload as the video's captions. |
| FileData | String | False | Contains the subtitle data as a Base64-encoded string, used when neither LocalFile nor FileStream parameters can be provided. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the caption file was uploaded successfully; if 'false', the upload failed. |