Video Generator

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
 
Line 9: Line 9:
  
 
==Overview==
 
==Overview==
 
* {{Video Generator: Download}}
 
* {{Contact Support}}
 
* {{Place Order!}}
 
  
 
The '''Video Generator''' filter is designed to test DirectShow applications and filters by generating a video stream and a synchronized audio stream.
 
The '''Video Generator''' filter is designed to test DirectShow applications and filters by generating a video stream and a synchronized audio stream.
Line 27: Line 23:
 
* Selecting a test to check the operation of the connected filters.
 
* Selecting a test to check the operation of the connected filters.
 
* Special function to check network latency in remote graphs (paired with [[Video Transformer]] filter).
 
* Special function to check network latency in remote graphs (paired with [[Video Transformer]] filter).
 
+
{{.idl}}
  
 
==Related Products==
 
==Related Products==
Line 38: Line 34:
 
* [[Video Generator: Release Notes]]
 
* [[Video Generator: Release Notes]]
  
==Action Items==
+
===Action Items===
  
 
* {{Video Generator: Download}}
 
* {{Video Generator: Download}}

Latest revision as of 12:19, 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 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.

Overview

The Video Generator filter is designed to test DirectShow applications and filters by generating a video stream and a synchronized audio stream.

Features

  • Selecting the source mode ("Live" or "File") with choice of stream duration in "File source" mode or timestamp source in "Live Source" mode.
  • Selecting properties of generated video frames (progressive/field 1 top/field 1 bottom, colorimetry, conversions, etc.). The image details of the frames can be used to test the various functions of the connected filters.
  • Selecting the parameters of the video stream (resolution, FPS, interlace type and flags).
  • Choice of output color space (out of 20 possible color spaces).
  • Choice of output video format (VideoInfo or VideoInfo2).
  • Creation of YUV or RGB video frames for checking chromakey
  • Selecting the parameters of the audio stream (sampling frequency, duration of DirectShow samples, sound frequency).
  • Selecting a test to check the operation of the connected filters.
  • Special function to check network latency in remote graphs (paired with Video Transformer filter).

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

Related Products

See Also

Action Items