twilio / twilio-video-processors.js

Twilio Video Processors is a collection of video processing tools which can be used with Twilio Video JavaScript SDK to apply transformations and filters to a video track.
Other
33 stars 21 forks source link

VIDEO-12963 Fix degraded performance in low-powered graphics cards. #74

Closed manjeshbhargav closed 9 months ago

manjeshbhargav commented 9 months ago

Contributing to Twilio

All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

Pull Request Details

Description

The bilateral filter shader is modified so that it only performs the smoothening operation if the pixel is the center of a kernel space that contains an edge of the person mask.

Burndown

Before review