31 July 2014 - Advanced HLS and Notify_upload
over 11 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 -->
<output>[iphone_stream|ipad_stream]</output>
<profile>[CommaSeparatedList]</profile>
<bitrates>[CommaSeparatedList]</bitrates>
</format>
</query>{
"query": {
"userid": "<<id>>",
"userkey": "<<key>>",
"action": "[Action]",
"format": {
"output": "[iphone_stream|ipad_stream]",
"profile": "[CommaSeparatedList]",
"bitrates": "[CommaSeparatedList]"
}
}
}To burn in timecode with default parameters specify <burnin_timecode>yes</burnin_timecode> in format fields.
Parameters overlay_x and overlay_y are now deprecated. Please use overlay_left, overlay_right, overlay_top and overlay_bottom parameters for video overlay positioning.