Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface FfprobeStream {
        avg_frame_rate?: string;
        bit_rate?: string;
        bits_per_raw_sample?: string;
        bits_per_sample?: number;
        channel_layout?: string;
        channels?: number;
        chroma_location?: string;
        codec_long_name?: string;
        codec_name?: string;
        codec_tag?: string;
        codec_tag_string?: string;
        codec_time_base?: string;
        codec_type?: string;
        coded_height?: number;
        coded_width?: number;
        color_primaries?: string;
        color_range?: string;
        color_space?: string;
        color_transfer?: string;
        display_aspect_ratio?: string;
        disposition?: FfprobeStreamDisposition;
        duration?: string;
        duration_ts?: string;
        field_order?: string;
        has_b_frames?: number;
        height?: number;
        id?: string;
        index: number;
        level?: string;
        max_bit_rate?: string;
        nb_frames?: string;
        nb_read_frames?: string;
        nb_read_packets?: string;
        pix_fmt?: string;
        profile?: number;
        r_frame_rate?: string;
        refs?: number;
        rotation?: string | number;
        sample_aspect_ratio?: string;
        sample_fmt?: string;
        sample_rate?: number;
        start_pts?: number;
        start_time?: number;
        streamKey?: string;
        time_base?: string;
        timecode?: string;
        width?: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    avg_frame_rate?: string
    bit_rate?: string
    bits_per_raw_sample?: string
    bits_per_sample?: number
    channel_layout?: string
    channels?: number
    chroma_location?: string
    codec_long_name?: string
    codec_name?: string
    codec_tag?: string
    codec_tag_string?: string
    codec_time_base?: string
    codec_type?: string
    coded_height?: number
    coded_width?: number
    color_primaries?: string
    color_range?: string
    color_space?: string
    color_transfer?: string
    display_aspect_ratio?: string
    duration?: string
    duration_ts?: string
    field_order?: string
    has_b_frames?: number
    height?: number
    id?: string
    index: number
    level?: string
    max_bit_rate?: string
    nb_frames?: string
    nb_read_frames?: string
    nb_read_packets?: string
    pix_fmt?: string
    profile?: number
    r_frame_rate?: string
    refs?: number
    rotation?: string | number
    sample_aspect_ratio?: string
    sample_fmt?: string
    sample_rate?: number
    start_pts?: number
    start_time?: number
    streamKey?: string
    time_base?: string
    timecode?: string
    width?: number