@mcut/media
FilmstripOptions
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / media/src / FilmstripOptions
Interface: FilmstripOptions
Defined in: packages/media/src/filmstrip.ts:5
Properties
endMs?
optional endMs?: number;Defined in: packages/media/src/filmstrip.ts:12
frameCount
frameCount: number;Defined in: packages/media/src/filmstrip.ts:7
Number of evenly spaced frames.
frameWidth?
optional frameWidth?: number;Defined in: packages/media/src/filmstrip.ts:9
Width of each frame in px (height follows aspect). Default 80.
startMs?
optional startMs?: number;Defined in: packages/media/src/filmstrip.ts:11
Source range to sample. Defaults to the whole file.