Video Mixer

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
(14 intermediate revisions by 2 users not shown)
Line 8: Line 8:
  
 
==Overview==
 
==Overview==
* {{Video Mixer: Download}}
+
 
* {{Contact Support}}
+
* {{Place Order!}}
+
 
<!--* [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). It allows you to dynamically change the size, location and transparency of elements in the output stream.
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==
 
==Features==
Line 20: Line 16:
 
* Supports mixing for video in different formats and with different FPS
 
* Supports mixing for video in different formats and with different FPS
 
* Supports overlay images of various types, including BMP,  PNG, JPEG, etc.
 
* Supports overlay images of various types, including BMP,  PNG, JPEG, etc.
* Supports overlay of date, time, frame number, SMPTE timecode, etc.  
+
* Supports overlay of plain texts, date, time, frame number, SMPTE timecode.  
 
* Supports connect to Microsoft Line 21 Decoder to output closed captions.
 
* Supports connect to Microsoft Line 21 Decoder to output closed captions.
* Supports rotation, resizing and transparency of image elements.
+
* Supports moving, resizing, rotation, alpha blending and color keying of image elements.
* Allows moving, rotating, dynamically changing the transparency of image elements.
+
{{.idl}}
  
===Supported Uncompressed video Formats===
+
==Supported Image File 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)
 
* BMP (BMP file format/Windows bitmap)
Line 45: Line 30:
 
* ICO (Windows icons)
 
* ICO (Windows icons)
  
===See Also===
+
==Supported Resizing Algorithms==
  
* [[WebRTC/RTP Server: Release Notes]]
+
* Nearest neighbor interpolation. Filter size is 1x1.
* [[WebRTC/RTP Server: Technical Specs]]
+
* Linear interpolation. Filter size is 2x2. Antialiasing feature possible.
 +
* Interpolation with two-parameter cubic filter: B-spline (B=1, C=0). Filter size is 4x4. Antialiasing feature possible.
 +
* Interpolation with two-parameter cubic filter: Catmull-Rom spline (B=0, C=1/2). Filter size is 4x4. Antialiasing feature possible.
 +
* Interpolation with two-parameter cubic filter: special window (B=1/2, C=3/10). Filter size is 4x4. Antialiasing feature possible.
 +
* Interpolation with 2-lobed Lanczos window function. Filter size is 4x4. Antialiasing feature possible.
 +
* Interpolation with 3-lobed Lanczos window function. Filter size is 6x6. Antialiasing feature possible.
 +
* Supersampling interpolation. It can be used only for reducing image size by the both dimensions.
 +
 
 +
==See Also==
 +
 
 +
* [[Video Mixer: Release Notes]]
 +
<!--* [[Video Mixer: Technical Specs]]-->
  
 
==You Might Also Need==
 
==You Might Also Need==
  
* {{LinkDescription|H.264/AVC Encoder}}
+
* {{LinkDescription|Video Generator}}
* [http://avobjects.com/downloads/121 Video Generator]
+
* {{LinkDescription|Audio Mixer}}
  
 
==Related Products==
 
==Related Products==
* {{LinkDescription|H.264/AVC Decoder}}
+
 
* {{LinkDescription|Audio Mixer}} It can be useful when working with third-party audio codecs
+
* {{LinkDescription|QuickSync Decoder}}
<!--
+
* {{LinkDescription|MPEG-2 Video Decoder}}
===Other Codecs We Made===
+
 
{{Other Codecs}}
+
-->
+
 
==Action Items==
 
==Action Items==
  
Line 68: Line 62:
 
* {{Place Order!}}
 
* {{Place Order!}}
  
<!--
+
{{Prices|1750|2950|3950|300987437|300987438|300987439}}
{{Prices|1600|2800|3950|300606409|300606424|300606425}}
+
 
-->
+
 
[[Category:Special Filters]]
 
[[Category:Special Filters]]
 
__NOTOC__
 
__NOTOC__

Latest revision as of 11:39, 22 April 2023

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 plain texts, date, time, frame number, SMPTE timecode.
  • Supports connect to Microsoft Line 21 Decoder to output closed captions.
  • Supports moving, resizing, rotation, alpha blending and color keying of image elements.

Specifications and description of user interfaces can be found in the .idl file in the \Idl folder of the filter installation directory.

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)

Supported Resizing Algorithms

  • Nearest neighbor interpolation. Filter size is 1x1.
  • Linear interpolation. Filter size is 2x2. Antialiasing feature possible.
  • Interpolation with two-parameter cubic filter: B-spline (B=1, C=0). Filter size is 4x4. Antialiasing feature possible.
  • Interpolation with two-parameter cubic filter: Catmull-Rom spline (B=0, C=1/2). Filter size is 4x4. Antialiasing feature possible.
  • Interpolation with two-parameter cubic filter: special window (B=1/2, C=3/10). Filter size is 4x4. Antialiasing feature possible.
  • Interpolation with 2-lobed Lanczos window function. Filter size is 4x4. Antialiasing feature possible.
  • Interpolation with 3-lobed Lanczos window function. Filter size is 6x6. Antialiasing feature possible.
  • Supersampling interpolation. It can be used only for reducing image size by the both dimensions.

See Also

You Might Also Need

  • Video Generator - DirectShow filter for generating a video stream with the necessary parameters, for creating video frames for checking chroma key, for outputting an audio stream synchronized with video, and much more.
  • Audio Mixer - DirectShow filter for real-time mixing of multiple mono, stereo or multichannel audio streams.

Related Products

  • QuickSync Decoder - DirectShow filter for decoding 8-bit 4:2:0 progressive or interlaced video frames encoded in H264 format.
  • MPEG-2 Video Decoder - A DirectShow filter for high-quality decoding of MPEG-2 video streams.

Action Items

Prices

Single Application License 1750 EUR <div class="floatright">Buy.jpg</div>
Single Developer License 2950 EUR <div class="floatright">Buy.jpg</div>
Team License 3950 EUR <div class="floatright">Buy.jpg</div>
Personal tools