Avatar

Andrey B.

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

Articles

Recent activity by Andrey B. Sort by recent activity Recent activity Votes
  • MFile object properties

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

  • Encoding formats

    All CPU codecs from the following table is the FFMpeg based video codecs. GPU codecs is a custom implementation of Medialooks team.   MPEG Program Stream Configuration Parameter: mpeg Extensions: m...

  • MFormats SDK release notes

    2.9.1.13910 beta - July, 2024 Common Changes: Green frame during interlace video conversion with odd frame width Failed to add YouTube / YouTube Shorts as video source L-Shape flickering issues wi...

  • MPlatform SDK release notes

    2.9.1.13910 beta - July, 2024 Common Changes: Green frame during interlace video conversion with odd frame width Failed to add YouTube / YouTube Shorts as video source L-Shape flickering issues wi...

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

  • IMFAudioBuffer

    Operates an audio buffer. Methods BufferFrameChannelsAppend Appends audio channels from buffer to a specified frame, the number of samples retrieved from specified frame Syntax void BufferFrameChan...

  • MWriter object properties

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

  • Blackmagic Design: supported models

    Our SDK uses a native Decklink SDK to work with its devices. Please make sure that you've installed required components of the SDK to work with devices and that drivers are updated to the newest ve...

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

  • IMFReader

    Operates with file sources. Methods ReaderAbort Aborts a reader process. For example to abort a process of getting a frame from file. Syntax void ReaderAbort() ReaderClose Closes a file source. Syn...