Insertable Streams for MediaStreamTrack API
Checking compatibility...
Process and modify video/audio streams by accessing individual frames, enabling features like background blur, custom effects, or stream combinations.
Video Processing
Transform your webcam video in real-time. This example shows how to convert color video to black and white as it streams from your camera, demonstrating the basics of video frame manipulation.
=
=
=
=
=
=
Output
Click Run to see output...
Audio Processing
Enhance your microphone audio as you speak. This example demonstrates how to boost volume levels in real-time, showing how audio samples can be modified before they reach your listeners.
=
=
=
=
=
=
Output
Click Run to see output...
Custom Effects
Apply creative filters to your webcam feed. This example lets you switch between different visual effects like sepia tone, color inversion, and blur, showing how to build an interactive video filter system.
=
=
=
=
=
=
Output
Click Run to see output...