Home > @infiniteobjects/render-flash-video > renderFlashVideo
Renders a Video ready to be flashed on a unit.
Signature:
export declare function renderFlashVideo(mainVideoPath: string, colorProfile: DeviceColorProfile, makeLong?: boolean): Promise<string>;
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>