Go to documentation repository
Page History
...
The Video capture device object for grabbing video image from application windows via FFMPEG driver can be added either by manually creating the Video capture device or using the Camera discovery tool. The latter way is preferable.
By default, all screens / monitors of the Server are captured in MJPEG format. The additional options allow selecting the application window as well as adjusting the area and decompression parameters. Currently, the driver supports the following codecs: video capture in MJPEG (default) and RGBA/BGRA and MJPEG formats, decompression to MJPEG, MPEG2, YUV422.
It also supports capturing system sounds and sounds from the computer's microphone. Audio input and output format is PCM. The Audio card and Microphone objects should also be created and configured in addition to the Video capture device object in order to use this functionality. This can also be done using the Camera discovery tool. To capture system sounds, you configure the system accordingly (see below).
Configuring the system for capturing the system sound
In order to capture system sounds, enable the Stereo Mix device as follows:
Go to the Recording tab in the Sound window.
Info | ||
---|---|---|
| ||
In Windows 7, in order to open this window, select Recording Devices in the menu that opens when you right-click the speaker icon. |
...
If there is no Stereo Mix device on the Recording tab, right-click any empty space in the list and select Show Disabled Devices.
...
If the Stereo Mix device is disabled, right-click it and select Enable.
...
.
...
Click the Apply button in the Sound window.
Creating the Video capture device and Audio card object
Add the Video capture device object for grabbing video image from application windows and Audio card and Microphone objects for grabbing sounds via FFMPEG driver as follows:
- Start the Camera discovery tool.
Enter any IP address in the IP address field (1). The driver automatically sets the proper address for this model.
Info title Note. When adding this device type by manually creating the Video capture device object, set the following IP address : gdigrab://desktop or address with additional optionsas described in Additional options for the FFMPEG device subsection below.
- From the Brand drop-down list, select FFMPEG (2).
- From the Model drop-down list, select Windows capturer (3).
- From the Firmware drop-down list, select auto (4).
- Click Add (5). The device is added to the list.
- Set the checkbox next to the added device and the child objects you need (6):
- Select Video channel to capture video;
- Select Audio input 1 to capture audio from the speaker selected as the default output device in the system; Select Audio input 2 to capture audio from the microphone selected as the default device (not communication) in the system.
Click Apply (7).The default microphone/speaker is defined when adding a Video capture device object. If you switch the default microphone/speaker (for example, by connecting a USB camera or microphone/speaker connector, or simply changing the system settings) after that without unloading Intellect, then switching to the new default device will NOT be performed automatically. To update the linked device, restart Intellect or delete the Video capture device and Audio card objects and re-add them.
- Click Exit (8).
...
The address with additional options for the ffmpeg utility can be specified in the IP address field on the Video capture device object settings panel. In this case, the address has the following format:
gdigrab://["App_name"[:-additionalOptions]
...
title | Important. |
---|
...
App_name is the name of the application that appears in the title bar of the window. Cyrillic is not supported. . The name must contain only Latin characters and/or digits. If there are any other symbols in the window title, use third party tools to change the title.
additionalOptions allow setting a specific area and several other options. Below is the list of options supported by the ffmpeg library for the gdigrab mode:
...