Video Mixer
From AVObjects Knowledge Base
(Difference between revisions)
Line 48: | Line 48: | ||
* [[WebRTC/RTP Server: Release Notes]] | * [[WebRTC/RTP Server: Release Notes]] | ||
− | * [[WebRTC/RTP Server: Technical Specs]] | + | <!--* [[WebRTC/RTP Server: Technical Specs]]--> |
==You Might Also Need== | ==You Might Also Need== | ||
Line 58: | Line 58: | ||
* {{LinkDescription|H.264/AVC Decoder}} | * {{LinkDescription|H.264/AVC Decoder}} | ||
* {{LinkDescription|Audio Mixer}} It can be useful when working with third-party audio codecs | * {{LinkDescription|Audio Mixer}} It can be useful when working with third-party audio codecs | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==Action Items== | ==Action Items== | ||
Revision as of 15:03, 18 April 2019
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
DirectShow filter for real-time mixing of video streams, pictures and texts
Overview
Mixer designed for mixing multiple video streams, as well as overlay pictures, subtitles, texts (including date, time, frame number, and so on). It allows you to dynamically change the size, location and transparency of elements in the output stream.
Features
- Supports mixing for video in different formats and with different FPS
- Supports overlay images of various types, including BMP, PNG, JPEG, etc.
- Supports overlay of date, time, frame number, SMPTE timecode, etc.
- Supports connect to Microsoft Line 21 Decoder to output closed captions.
- Supports rotation, resizing and transparency of image elements.
- Allows moving, rotating, dynamically changing the transparency of image elements.
Supported Uncompressed video Formats
- MEDIASUBTYPE_YUV2,
- MEDIASUBTYPE_NV12,
- MEDIASUBTYPE_YV12.
- MEDIASUBTYPE_RGB32,
- MEDIASUBTYPE_RGB24,
- MEDIASUBTYPE_ARGB32,
- MEDIASUBTYPE_RGB555,
- MEDIASUBTYPE_RGB565
Supported Image File formats
- BMP (BMP file format/Windows bitmap)
- JPEG (Joint Photographic Experts Group)
- TIFF (Tagged Image File Format)
- GIF (Graphics Interchange Format)
- PNG (Portable Network Graphics)
- ICO (Windows icons)
See Also
You Might Also Need
- H.264/AVC Encoder - H.264/AVC DirectShow video encoder.
- Video Generator
Related Products
- H.264/AVC Decoder - H.264/AVC DirectShow video decoder.
- Audio Mixer - DirectShow filter for real-time mixing of multiple mono, stereo or multichannel audio streams. It can be useful when working with third-party audio codecs