
Andrey B.
- Total activity 257
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 104
Activity overview
Latest activity by Andrey B.-
Andrey B. created an article,
IMFPersist
Configures the save and load configuration Methods PersistLoad Loads the data from string or from file. Syntax void PersistLoad( string _bsObject, string _bsXMLDescOrFile, string _bsLoadP...
-
Andrey B. created an article,
ASIO devices support
How to use ASIO devices With the 2.6 version of the SDK, you can use ASIO devices as audio sources and renderers. The functionality requires the ASIO plugin license. To test it, please contact ou...
-
Andrey B. created an article,
MFShader Plugin
Since 2.5 version of the Video SDK, you can implement a custom transformation of your video with a custom HLSL shader. The functionality is included in the MFShader plugin. It works just like any o...
-
Andrey B. created an article,
Chroma Key 2. A new chroma key implementation.
Starting with the 2.5 release, the Video SDK includes a new ChromaKey implementation. Technically, its work is similar to the original Chroma Key but its quality and performance were significantly ...
-
Andrey B. created an article,
ST 2110 devices management. Deltacast.
The configuration of Deltacast ST 2110 devices is similar to AJA devices. It is all about the JSON configuration of the device ports to set the network parameters (IP addresses of senders and recei...
-
Andrey B. created an article,
HDR and 10bit video playback
Since the 2.1.0 version of the SDK, you can play HDR videos with GPU-powered decoding and processing 10bits data. For this, you should enable the GPU-pipeline to make frame rate and video conversio...
-
Andrey B. created an article,
Timecode processing
The timecode is processed along with the frames. If the source contains the timecode, the SDK works with the data. If the source doesn't have timecode data it is generated from 0. Get timecode inf...
-
Andrey B. created an article,
How to communicate with WebRTC signaling server
If you will need to pass information to signaling server you can use custom properties for IMWebRTC object via IMProps interface, for example: m_objWebRTC.PropsSet("remote.custom_property", "custo...
-
Andrey B. created an article,
Enable the gpu_pipeline.
With the 2.0 version of SDK, we make a step forward and release a final version of the gpu_pipeline feature. Now we can process all SDK scenarios with the power of NVidia, Intel or AMD GPU cards. G...
-
Andrey B. created an article,
Getting a good result with Chroma Key Form
You can get an acceptable result with Auto-detect feature in Chroma Key. But sometimes you need to make manual settings. So here is a common description of what things you can do to get a better...