FFmpegArg: Record<
    string,
    | string
    | number
    | boolean
    | (string | null | undefined)[]
    | null
    | undefined,
>