Avatar

Andrey B.

  • Total activity 287
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 4
  • Subscriptions 121

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • 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...

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

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

  • MLive/MFLive statistics

     Name  Description stat::buffer.max  a maximal size of a buffer stat::elapsed  waiting for the next frame interval in msec stat::buffer.min  a minimum size of a buffer stat::buffer.cur...

  • WebRTC event list

    How to add an Event handler to WebRTC object?  IMWebRTC objects  m_objWebRTC.OnEventSafe += M_objWebRTC_OnEventSafe; private void M_objWebRTC_OnEventSafe(string bsChannelID, string bsEventName, str...

  • SFU (Selective Forwarding Unit)

    Have you ever think how great it will be if you are able to re-stream your WebRTC one-to-many scheme without any additional performance cost?If that is true you will be glad to hear that we are hap...

  • eMVideoFormat

    Specifies the video format Member Description eMVF_2K_2398p 2K Resolution 2048x1556 @ 24/1001 Hz eMVF_2K_24p 2K Resolution 2048x1556 @ 24 Hz eMVF_2K_25p 2K Resolution 2048x1556 @ 25 Hz ...

  • eMTimecodeFlags

    Specifies the timecode flag Member Description eMTCF_DropFrame Drop frame (DF) timecode is valid only for 29.97 and 59.94i/p timecoded, for 23.98 NDF is used. Used to compensate timecode and c...

  • eMState

    Enumerates possible states of an object Member Description eMS_Break pause for break state eMS_Closed close state eMS_Error error state eMS_Paused pause state eMS_Running playing state...

  • eMScaleType

    Specifies the scaling type Member Description eMST_Crop crops image on the top and bottom or left and right eMST_Default the default correction eMST_IgnoreAR Ignore aspect ratio eMST_Let...