Avatar

Eugene D.

  • Total activity 26
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 2 users
  • Votes 3
  • Subscriptions 9

Articles

Recent activity by Eugene D. Sort by recent activity Recent activity Votes
  • How to select GPU for decoding, processing and encoding

    GPU for decoding How to implement GPU-powered video decoding described in the article: https://support.medialooks.com/hc/en-us/articles/360000221371-GPU-powered-decoding If you need to decode diffe...

  • MLive object properties

    The properties are stored in the system registry: [HKEY_CURRENT_USER\SOFTWARE\Medialooks\MPlatform\MLive] and can be set with the PropsSet method. Please refer to this article about prefixes for pr...

  • MFPreview object properties

    The properties are stored in the system registry: [HKEY_CURRENT_USER\SOFTWARE\Medialooks\MFormats\MFPreview] and can be set with the PropsSet method. Name Default value Description rate_cont...

  • Events

    Events are useful tool for monitoring current states of the SDK objects. They are risen every time when something occurs with the monitored SDK object that you operate. There are 2 types of events ...

  • How to enable the GPU pipeline?

    Starting the 2.0 version of SDK, we added the GPU pipeline feature. You can process many SDK scenarios with the power of Nvidia, Intel, or AMD GPU cards. The GPU pipeline works with all Windows ver...

  • Screen Capture engine

    You can capture a whole screen, part of a screen or a window with Medialooks DXGI/DX11 ScreenCapture engine. You can use the engine as a video device in an MLive object in MPlatform SDK or in an MF...

  • MFLive object properties

    The properties are stored in the system registry: [HKEY_CURRENT_USER\SOFTWARE\Medialooks\MFormats\MFLive] and can be set with the PropsSet method.  Name Default value Description extra_devic...

  • Getting frames from a third-party SDK

    General information This article will describe how to receive frames from a third-party SDK, using the Tencent Real-Time Communication (TRTC) SDK as an example. This SDK rendered video and audio fr...

  • Modifying video with "crop", "rotate" and "mirror"

    Crop You can crop unnecessary part of a video with "crop" property. Its value is set in pixels and the format is: "cropFromLeft, cropFromTop, cropFromRight, cropFromBottom". You can use it to emula...

  • NDI properties

    Input properties The properties are specific for MLive and MFLive objects. Name Default value Description ndi.initialize_on_create false Once enabled, an available NDI source is initialized ...