Can the filters be applied to an existing video?

Hi
Is it possible to load a video (instead of the camera) and apply a filter to it? It seems possible with the WebSDK?

I would like to do that for an app. Instead of the camera, videos would be replayed with effects.

Hi, yes you can set up your own video element.

const video = …;

deepAR.setVideoElement(video, true);