Avatar

Andrey B.

  • Total activity 244
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 3
  • Subscriptions 104

Activity overview

Latest activity by Andrey B.
  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    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...

  • Avatar

    Andrey B. created an article,

    Advanced Chroma Key settings

    The meaning of chroma key is to remove some color from the image. Any image is a set of pixels that are in some specific colorspace (for example, RGB).Colorspace can be represented as a color cube...

  • Avatar

    Andrey B. created an article,

    Using mp://link as a video source in MFLive/MLive objects

    You can use mp:// links as live sources in both MFormats and MPlatform SDK. You can read more about mp://-links and virtual object in MFormats SDK in this article - Virtual objects in MFormats SDK....