Skip to main content

overwolf.media.videos.createVideoCompositionFiles

Overwolf APIs / overwolf / overwolf / media / videos / createVideoCompositionFiles

function createVideoCompositionFiles(
files: string[],
outputFile: string,
callback: CallbackFunction<FileResult>,
): void;

Creates a compilation video out of a source video and a list of segments.

Parameters

ParameterTypeDescription
filesstring[]list of files to composite to output video file (overwolf://media form. or file:///)
outputFilestringthe file output name
callbackCallbackFunction<FileResult>A callback function which will be called with the status of the request and the url to the target video.

Returns

void