Follow Gael on Twitter: @GaelHof


One thing that developers might find a little confusing is that a search for the Intel® Media SDK takes you to an Intel® Integrated Native Developer Experience (Intel® INDE) download page.  This is because the Intel Media SDK is now a feature included in the Intel INDE tools suite.

If all you need is the Intel Media SDK then you must select the “Get Intel® INDE” option on the download page. See Quick Installation Guide for Media SDK on Windows with Intel® INDE for complete instructions on how to download a standalone version of the Intel Media SDK.


Media applications target both CPUs and GPUs.  Here are the specifications for the Intel Media SDK 2014:

Video Encoders H.264 (AVC and MVC), MPEG-2, JPEG*/Motion JPEG, HEVC(SW)
Video Decoders H.264 (AVC and MVC), MPEG-2, VC-1, JPEG*/Motion JPEG, HEVC(SW)
Video Processing Filters Deinterlacing/Inverse Telecine, Resizing, Color Conversion, Denoising, Frame Rate Conversion, Brightness, Contrast, Hue, Saturation Control, Sharpening, Image Stabilization
Video Conferencing Dynamic bitrate control, Low Latency, Error Detection/Resilience, temporal scalability, dynamic resolution change, long term reference frames, Rolling I-Frame
Extensions User-defined filters (HEVC encoder/decoder delivered as plug-ins)Example plug-ins for OpenCL and VP8 decode.

Accelerated Video Operations: The Intel Media SDK contains optimized media libraries that are built on top of Microsoft Direct*, DirectX Video Acceleration (DVXA) APIs, and platform graphics drivers. The Intel Media SDK also exposes the hardware acceleration features of Intel® Quick Sync Video built into 2nd, 3rd, and 4th generation Intel® Core™ processors.

The Intel Media SDK focuses on media pipeline components that are most commonly used and in need of acceleration, such as:

  • Decoding from video elementary stream formats (H.264, MPEG-2, VC-1, and JPEG*/Motion JPEG, new: HEVC) to uncompressed frames
  • Selected video frame processing operations
  • Encoding uncompressed frames to elementary stream formats (H.264, MPEG-2, new: HEVC)
  • New: Audio encode/decode and container split/muxing

Here is an example of a generic transcode pipeline. The Intel Media SDK accelerates a subset of the most computationally demanding video elementary streaming tasks.

Install the Graphics Driver and the Intel Media SDK

In order to take full advantage of the Media SDK’s capabilities, you will need to install both the graphics driver and the Intel Media SDK. The Graphics Driver and the Media SDK are distributed in two separate downloads.  The Media SDK can be installed before or after the driver and the driver can be updated without re-installing the Media SDK.  Note, however, that hardware acceleration is available only if both components are installed successfully. The media acceleration DLLs are distributed with the graphics driver, not the Intel Media SDK.  The default graphics driver may or may not provide all of the files and registry components necessary.  The link for the Intel Graphics Drivers is included above.  When downloaded, the graphics installer will populate the Media SDK directories located here:  <root>\Program Files\Intel\Media SDK

Structure of the Intel Media SDK:

Unless otherwise specified, the Media SDK is saved to the following folder on your computer:

  • <root>\Intel\INDE\media_sdk_6.0.0.308

Here is the basic file structure:

Using the Intel Media SDK Samples

The Samples projects were created for Microsoft Visual Studio 2005.  If you are using a more recent version, you will encounter a warning – this is not a problem.

The samples provided in the SDK demonstrate how to utilize the library without the additional complexity of a GUI or media framework.  The samples are very basic and are provided as a starting point for developers. The major components of the SDK are represented by  basic console applications as described below:

 Basic Samples:

Sample_decode Decoding from an elementary stream to raw (uncompressed) frames. Includes decoding of an elementary MVC video stream and use of the Stereoscopic 3D (S3D) API.
sample_encode Encoding from raw frames to a compressed (elementary) stream.
sample_multi_transcode Transcoding to and from elementary stream(s). Illustrates multiple asynchronous sessions to perform batch processing.
sample_vpp An example of how to use pixel preprocessing to manipulate raw (uncompressed) frames

Advanced Samples

sample_full_transcode Showcases a complete transcoding pipeline, including audio decode/encode and container splitting and muxing
sample_user_modules OpenCL™, VP8 decode user plugins.
sample_utilities Pipeline construction combining VPP and user plugins.
sample_videoconf Low latency, packet loss, dynamic bitrate, key frame insertion, long-term reference frame generation.

The SDK also contains Microsft DirectShow filter samples, as well as Windows-based GUI applications (DirectShow Player and MediaFoundation TranscodeSample).

You can watch the Intel Media SDK Tutorials that will take you through 7 distinct sections with increasing levels of complexity:

  • Section 1: Introduces the Intel Media SDK session concept via a very simple sample.
  • Section 2-4: Illustrates how to utilize the three core SDK components: Decode, Encode, and VPP.
  • Section 5: Showcases transcode workloads, utilizing the components described in earlier sections.
  • Section 6: Describes more advanced and compound usages of the SDK.
  • Section 7: Explains how to integrate OpenCL processing into the Intel Media SDK pipelines.

Ok, this should get you started.  For further information, here are some great resources:

About Gael Hofemeier

Technology Evangelista/Intel Black Belt always learning. Live and play in the Portland, Oregon area.

Categories: Application Innovation, Intel, Intel Software   |   Tagged as: acceleration, Drivers, GPU, Graphics, Media SDK

Bookmark the permalink.

2 Responses to Getting Started with the Intel Media SDK

    1. Walter An says:

      April 11, 2015 at 2:26 AM

      Hi,
      Is there a place in Intel web site where the list of supported Intel CPUs that can run Intel Media SDK Client for Windows?
      Actually I want to know whether Intel® Xeon® Processor E3-1285 v3 can run Intel Media SDK Client for Windows or not.
      Thank you.

       
    2. April 15, 2015 at 9:00 PM

      Hi Walter,
      I apologize for the delay: According to the Release Notes, the E3-1285 v3 is compatible.

      Hardware
      The following processor models are supported:
       Intel® Xeon® Processor E3-128x v3 with Intel C226 Chipset:
      Intel® Xeon® Processor E3-1284 v3
      Intel® Xeon® Processor E3-1285 v3
      Intel® Xeon® Processor E3-1285L v3
      Intel® Xeon® Processor E3-1286 v3
      Intel® Xeon® Processor E3-1286L v3

      https://software.intel.com/sites/default/files/managed/64/01/media_server_studio_essentials_release_notes_linux.pdf

Getting Started with the Intel Media SDK的更多相关文章

  1. Intel Media SDK H264 encoder GOP setting

    1 I帧,P帧,B帧,IDR帧,NAL单元 I frame:帧内编码帧,又称intra picture,I 帧通常是每个 GOP(MPEG 所使用的一种视频压缩技术)的第一个帧,经过适度地压缩,做为随 ...

  2. (转)Integrating Intel® Media SDK with FFmpeg for mux/demuxing and audio encode/decode usages 1

    Download Article and Source Code Download Integrating Intel® Media SDK with FFmpeg for mux/demuxing ...

  3. Intel® Media SDK Media Samples Linux 学习笔记(转)

    最近折腾intel media sdk,主要硬件平台是在HD4600的核显上进行测试,intel media sdk是intel提供的一种基于核显的硬件编解码的解决方案,之前已经有使用ffmpeg进行 ...

  4. Intel® Media SDK(一)

    A cross-platform API for developing media applications on Windows* Fast video playback, encode, proc ...

  5. Intel Media SDK安装步骤

    !!!(gcc/g++版本要在4.8以上,本人使用的是5.4版本) 要先安装依赖,按以下步骤依次执行 1.LIBVA git clone https://github.com/intel/libva. ...

  6. Intel Media SDK 性能測试

    经过測试,发如今windows 7上 i3 i5 上Intel Media SDK 1080P仅仅能解6路,720P仅仅能解8路, 不知大家有没有測试过?

  7. 微软商店一直安装不上Intel Media SDK DFP

    具体表现为一直安装失败,但是下载进度条一直在,无法去除. 此方法来自 https://answers.microsoft.com/en-us/windows/forum/all/error-code- ...

  8. How to run Media SDK samples on Skylake【转载】

    In the last few days, we have seen lot of concern for using Intel® Media 2016 on 6th generation Inte ...

  9. Intel® Media Server Studio Support

    复制自网址:https://software.intel.com/en-us/intel-media-server-studio-support/code-samples Code Samples M ...

随机推荐

  1. 标准C程序设计七---24

    Linux应用             编程深入            语言编程 标准C程序设计七---经典C11程序设计    以下内容为阅读:    <标准C程序设计>(第7版) 作者 ...

  2. iOS 取应用版本

    
// 应用网址 返回字典中有多种数据 NSString *urlString2 = [NSString stringWithFormat: @"%@", @"http: ...

  3. 详解DNS,你真的懂吗?

    what`s  this ? 概念 域名系统(英文:DomainNameSystem,缩写:DNS)是互联网的一项服务.它作为将域名和IP地址相互映射的一个分布式数据库,能够使人更方便地访问互联网.D ...

  4. ssh的安装和使用

    1.ssh的安装 服务器端:sudo apt-get install openssh-serve 客户端:sudo apt-get install openssh-client 2.ssh的操作 查看 ...

  5. 关于SIP一些总结

    SIP(session Initiation protocol)会话初始协议,是应用层信令控制协议,主要应用于创建.修改.释放多媒体会话. 一般而言,SIP只负责不同UE之间的协商与通信,比如媒体能力 ...

  6. springboot主要注解及其作用

    1.注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan.@Configuration和@EnableAutoConfiguration ...

  7. 浅析keepalived vip漂移原理与VRRP协议

    2017-01-18 Martin 开源技术社区 简介 什么是keepalived呢?keepalived是实现高可用的一种轻量级的技术手段,主要用来防止单点故障(单点故障是指一旦某一点出现故障就会导 ...

  8. 关于使用uitableview 中cell 来实现uiimageview的复用和图片的异步加载

    apple sample lazytableimages 1,首先设置横向显示的uitableview self.customTableview.transform = CGAffineTransfo ...

  9. 【J2EE】十三个规范:愿天下苍生,人人如猿。

    学习了J2ee后对java这个立足标准化的行为感到深深的佩服. 收买什么都不如收买人心,培养啥子都不如培养 习惯.没错,java就是在培养行业习惯,以一纸规范屹立不倒.毕竟技术什么的层出不穷,再新再前 ...

  10. [Cypress] install, configure, and script Cypress for JavaScript web applications -- part1

    Despite the fact that Cypress is an application that runs natively on your machine, you can install ...