How to add your knowledge

CUT File Data Types

    Table of contents
    No headers

    The following data types are supported in CUT file tags.

    Data TypeDescription
    fFloating point number. These can be always expressed as a fraction of two integers. For example: -147.244
    sSequence of ASCII characters. These can include both letters and numbers. For example: abcdef_12345-ABCDEF
    tcEncoded timing format. Format: “hh:mm:ss:ff” where hh=hours, mm=minutes, ss=seconds, and ff=frames. For example: 01:23:45:23
    kkFilm-based timing format. Format: “TT PPPP FFFF+OO” where TT=film type, PPPP=prefix, FFFF=feet frames, and OO=offset. For example: KI 120863 7624+07
    uUnsigned integer. These are the positive numbers, and are usually stored in 32-bit. For example: 1
    i6464-bit integer. These can be positive or negative numbers, and are usually stored in 64-bit. For example: -7846238974878347

    If you want to use an integer, do not specify a data type.