Burn-In Timecode

Burn in timecode to your source video.

<?xml version="1.0"?>
<query>
    <userid>[UserID]</userid> <!-- required-->
    <userkey>[UserKey]</userkey> <!-- required-->
    <action>[Action]</action> <!-- required-->
    <format>
        <burnin_timecode>
            <start>[Timecode|copy]</start>
            <left>[LeftPosition]</left>
            <right>[RightPosition]</right>
            <top>[ToptPosition]</top>
            <bottom>[BottomPosition]</bottom>
            <font_size>[FontSize]</font_size>
        </burnin_timecode>
    </format>
</query>
{
    "query": {
        "userid": "[UserID]",
        "userkey": "[UserKey]",
        "action": "[Action]",
        "format": {
            "burnin_timecode": {
                "start": "[Timecode|copy]",
                "left": "[LeftPosition]",
                "right": "[RightPosition]",
                "top": "[ToptPosition]",
                "bottom": "[BottomPosition]"
            }
        }
    }
}
ParameterDescriptionAllowed ValuesDefault Value
startSpecify the start of the timecode counter.copy - copy timecode start from source
timecode in format HH:MM:SS[:;]FF
HH – hours
MM – minutes
SS – seconds
FF – frames
[:;] – : – non drop-frame, ; – drop-frame;
00:00:00:00
leftSpecify position x of left timecode's side with starting point from left.Non-negative integerNone
rightSpecify position x of right timecode's side with starting point from right.Non-negative integerNone
topSpecify position y of top timecode's side with starting point from top.Non-negative integerNone
bottomSpecify position x of bottom timecode's side with starting point from bottom.Non-negative integerNone
font_sizeTimecode Font SizePositive integer16

🚧

For start parameter

Drop frame can be used only for 29.97 or 59.94 output frame rates.