Skip to content

Scrypted Documentation / VideoFrameGeneratorOptions

Interface: VideoFrameGeneratorOptions

Extends

Properties

crop?

optional crop: object

left

left: number

top

top: number

width

width: number

height

height: number

Inherited from

ImageOptions.crop


resize?

optional resize: object

width?

optional width: number

height?

optional height: number

filter?

optional filter: "nearest" | "bilinear" | "lanczos" | "mitchell"

Inherited from

ImageOptions.resize


format?

optional format: ImageFormat

Inherited from

ImageOptions.format


queue?

optional queue: number


fps?

optional fps: number


firstFrameOnly?

optional firstFrameOnly: boolean