06 February 2014 - Burn-in timecode
almost 11 years ago by Encoding.com Product Team
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 Name | Description | Allowed Values | Default Values |
---|---|---|---|
start | start of timecode counter | timecode 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 | ||
left | position x of left timecode's side (with starting point from left) | non-negative integer | none |
right | position x of right timecode's side(with starting point from right) | non-negative integer | none |
Note: | if right and left specified simultaneously - right would be ignored | ||
top | position y of top timecode's side (with starting point from top) | non-negative integer | none |
bottom | position y of bottom timecode's side (with starting point from bottom) | non-negative integer | none |
Note: | if bottom and top specified simultaneously - bottom would be ignored |