11 March 2016 - WebVTT segment duration
almost 9 years ago by Encoding.com Product Team
<?xml version="1.0"?>
<query>
<userid><<id>></userid> <!-- required-->
<userkey><<key>></userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<format>
<!-- Format fields -->
<closed_captions>
<source>[WebVTTCCSource]</source>
<mux_type>webvtt</mux_type>
<vtt_segment_duration>[SegmentDuration]</vtt_segment_duration>
</closed_captions>
</format>
</query>
{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"closed_captions": {
"source": "[WebVTTCCSource]",
"mux_type": "webvtt",
"vtt_segment_duration": "[SegmentDuration]"
}
}
}
}
Field Name | Description | Allowed Values | Default Values |
---|---|---|---|
vtt_segment_duration | Sets segments duration for WebVTT Closed Captions. | positive integer | None('segment_duration' would be used) |