mediaforge - v0.3.0
    Preparing search index...

    Interface BurnTimecodeOptions

    interface BurnTimecodeOptions {
        input: string;
        output: string;
        format?: string;
        font?: string;
        fontsize?: number;
        fontcolor?: string;
        position?: "center" | "tl" | "tr" | "bl" | "br";
        x?: string;
        y?: string;
        binary?: string;
    }
    Index

    Properties

    input: string

    Input file path

    output: string

    Output file path

    format?: string

    Timecode format: 'HH:MM:SS:FF' or frame number. Default: full timecode

    font?: string

    Font file path (optional)

    fontsize?: number

    Fontsize. Default: 48

    fontcolor?: string

    Font color. Default: 'white'

    position?: "center" | "tl" | "tr" | "bl" | "br"

    Position: 'tl', 'tr', 'bl', 'br', 'center'. Default: 'bl'

    x?: string

    x and y offset

    y?: string
    binary?: string

    ffmpeg binary override