RoiRegion interface

A single rectangular region of interest. Coordinates are normalised to [0, 1] relative to the frame’s own width / height; qOffset follows the FFmpeg AVRegionOfInterest convention: -1.0 = best possible quality, +1.0 = worst, 0.0 = no change.

Signature:

export interface RoiRegion

Properties

Property Type Description

bottom

number

left

number

qOffset

number

right

number

top

number