Live H264 decoding with DecodedOrder=1
Hello,I would like to use the Media SDK + gstreamer plugin for h264 decode of live RTSP streams.I am currently testing 2018 R2 release with gstreamer plugin on Windows + Skylake (HD 530)I see a lot of...
View ArticleNeed some global orientation
Hi All,After some time i got back to this corner of the internet and i'm missing the big picture more than ever. Maybe someon can enlighten me a bit.I've an apollo lake hardware (E3950); i'd like to...
View ArticleWIndows on Skylake: Monitor Hardware Decoder for H264
Hello,I would like to monitor the load on the Media FF module when using hardware decoder for H264 on Skylake.I am running windows 10 1607 LTSB. Is there a software tool for this? Thanks,Aaron
View Articleffmpeg libmfx not found
Hi,I'm trying to use hardware acceleration with ffmpeg on a Ubuntu server and when I'm trying to configure ffmpeg before compile, i got this error :ERROR: libmfx not foundI'm running Ubuntu 18.10 and a...
View ArticleVP8 encoding support on windows?
Hello Experts!, I am working on a project which follows following steps: input feed is taken from camera, encoding (vp8 encoder used) is done, transferring over web, decoding feed (vp8 decoder used)...
View ArticleBuilding Media SDK for Ubuntu 18.04.1 Server
Hi,I've been trying to install the Media SDK on a Ubuntu 18.04.1 machine without any luck.uname -aLinux 4.15.0-44-generic #47-Ubuntu SMP Mon Jan 14 11:26:59 UTC 2019 x86_64 x86_64 x86_64 GNU/Linuxcat...
View Articlelink libmfx.a: unrecognized relocation (0x2a) in section `.text`
version: MSS Community Edition 2018 R2system: Centos 7.4.1078(Core version 3.10.0-693.el7.x86_64)(cmake2.8.12)(binutils 2.25)(gcc 4.8.5)double check installation:run `vainfo | grep -v unknown` is...
View ArticleGetting MFX_ERR_DEVICE_FAILED on h264 decode
I've followed the Quicksync sample_decode project and simple_decode tutorial available online. I can't seem to get those to compile (might take a look at getting those to work tomorrow), and the...
View ArticleQuickSync functionality broken with driver automatically deployed by...
Hello,I read this:https://software.intel.com/en-us/forums/intel-media-sdk/topic/800921 and I have a similar but not the same bug:The "old" WHQL driver which was automatically deployed by windows update...
View ArticleVP9 encoding support on Windows
Hello,I am using the Intel Media SDK for Windows and encounter issues when trying to initialize hardware-accelerated VP9 encoding (MFXVideoENCODE_Query returns MFX_ERR_UNSUPPORTED). My setup looks like...
View ArticleSyncOperation - a difference between Haswell and Coffee Lake?
I've written some code to do a performance analysis on decoding H264 streams (60 fps 1080p 20Mb/s) and noticed a discrepency between a Haswell box and a Coffee Lake (8400) box. When I aggregate the...
View ArticleMFXReadWriteMid extension
Recently I have discovered pretty, but potentially dangerous, MFXReadWriteMid extension for mfxMemId essence.It resides at current github.com/Intel-Media-SDK/samples, but was born ages ago, at...
View ArticleHEVC plugin transcoding very slow
Hi, recently I've started experimenting with HEVC plugin, which provide software HEVC decoder and encoder implementations. I've install Professional edition, recompile kernel with included patchset,...
View ArticleMFX_PICSTRUCT_FIELD_TFF breaks my encoder
Hi,I'm trying to initialise my encoder for field/interlace encoding. The only parameter I change is PicStruct from MFX_PICSTRUCT_PROGRESSIVE to MFX_PICSTRUCT_FIELD_TFF, however doing that results in...
View Articleinterlaced video
I'm trying to decode the following interlaced video using The video looks terrible (blocks of video missing etc), but it looks fine when using a different decoder (NVIDIA for example). If I look at...
View ArticleJPEG Decoder in HW mode delivers incomplete image when using Rotation
I implemented a still JPEG Transcoder (Resizer) similar to the transcoder sample : sts = _mfxDECODE->DecodeFrameAsync(&mfxIBS, &_decSurface, &outSurface, &syncDecode);sts =...
View ArticleHow to force HEVC encoder to insert SPS/PPS info to every idr frame?
I use MSDK's HW HEVC Encoder plugin to encode hevc stream and send it to a udp socket to do multicast streaming,so I require every idr frame has sps/pps info,so how to force encoder to insert sps/pps...
View ArticleIntel® Media Server Studio for Linux* 2018 R1 on VM
Hi,Is it possible to install `Intel® Media Server Studio for Linux* 2018 R1` in a KVM or Xen Virtual Machine?Sincerely,Arafath M
View ArticleAbout response time of MFXInit()
I use IntelMSDK 2018R1 and software decode. I have problem with Intel Core Processor i7-8700 when I do MFXInit().i7-8700 is later than i5-3xxx in response time.i5-3xxx is later than Pentium E5700 in...
View ArticleMediaSDK : Chroma 4:1:1 (YUV411) JPEG Encoding
As per the JPEG manual ("mediasdkjpeg-man.pdf"), ENCODE is supported for Chroma 4:1:1 (Page 6 of 9),However, there is hardly any reference to the support in the sample (sample_encode.sln).What I am...
View Article