Function getScreenshotRaw

  • get screenshot raw pixel buffer at [ts] for [file], optional [width] & [height] fallback to video width & height

    Parameters

    • file: string
    • ts: number
    • Optionalwidth: null | number
    • Optionalheight: null | number
    • Optionalsignal: null | AbortSignal

    Returns Promise<Buffer>