06 February 2014 - Burn-in timecode

To burn in timecode with default parameters specify <burnin_timecode>yes</burnin_timecode> in format fields.

To customize burn in timecode, following parameters can be used (inside <burnin_timecode> ... </burnin_timecode> parameter)

<?xml version="1.0"?>
<query>
    <userid><<id>></userid> <!-- required-->
    <userkey><<key>></userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <burnin_timecode>
            <start>00:00:00:00</start>
            <left>0</left>
            <right>0</right>
            <top>0</top>
            <bottom>0</bottom>
        </burnin_timecode>
    </format>
</query>
{
    "query": {
        "userid": "<<id>>",
        "userkey": "<<key>>",
        "action": "[Action]",
        "format": {
            "burnin_timecode": {
                "start": "00:00:00:00",
                "left": "0",
                "right": "0",
                "top": "0",
                "bottom": "0"
            }
        }
    }
}
Field NameDescriptionAllowed ValuesDefault Values
startstart of timecode countertimecode in format HH:MM:SS[:;]FFHH - hoursMM - minutesSS - secondsFF - frames[:;] - : - non drop-frame, ; - drop-frame;00:00:00:00
Note:drop frame can be used only for 29.97 or 59.94 output frame rates
leftposition x of left timecode's side (with starting point from left)non-negative integernone
rightposition x of right timecode's side(with starting point from right)non-negative integernone
Note:if right and left specified simultaneously - right would be ignored
topposition y of top timecode's side (with starting point from top)non-negative integernone
bottomposition y of bottom timecode's side (with starting point from bottom)non-negative integernone
Note:if bottom and top specified simultaneously - bottom would be ignored