stack

Home > @infiniteobjects/render-flash-video > renderFlashVideo

renderFlashVideo() function

Renders a Video ready to be flashed on a unit.

Signature:

export declare function renderFlashVideo(mainVideoPath: string, colorProfile: DeviceColorProfile, makeLong?: boolean): Promise<string>;

Parameters

Parameter Type Description
mainVideoPath string Path to the main render
colorProfile DeviceColorProfile Color Profile to apply
makeLong boolean (Optional) Pass false to not generate a looped video

Returns:

Promise<string>