Skip to main content

overwolf.media.replays.addWatermark

Overwolf APIs / overwolf.media.replays / addWatermark

function addWatermark(
sourceVideoUrl: string,
watermarkUrl: string,
watermarkParams: WatermarkParams,
callback: CallbackFunction<FileResult>,
): void;

Adds a video/image watermark to a video.

Parameters

ParameterTypeDescription
sourceVideoUrlstringThe url of the source video in an overwolf://media form.
watermarkUrlstringThe url of the watermark video/image in an overwolf://media form.
watermarkParamsWatermarkParamsUse this object to mark the watermark
callbackCallbackFunction<FileResult>A callback function which will be called with the status of the request and the url to the output video.

Returns

void