Video Mixer
From AVObjects Knowledge Base
(Difference between revisions)
Line 13: | Line 13: | ||
<!--* [http://avobjects.com:8050 Live stream from our server]--> | <!--* [http://avobjects.com:8050 Live stream from our server]--> | ||
− | Mixer designed for mixing multiple video streams, as well as overlay pictures, subtitles, texts (including date, time, frame number, and so on). | + | 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. |
− | It allows you to dynamically change the size, location and transparency of elements in the output stream. | + | |
==Features== | ==Features== |
Revision as of 15:12, 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
- Audio Mixer - DirectShow filter for real-time mixing of multiple mono, stereo or multichannel audio streams.
- Video Generator
Related Products
- H.264/AVC Decoder - H.264/AVC DirectShow video decoder.
- MPEG-2 Video Decoder - A DirectShow filter for high-quality decoding of MPEG-2 video streams.