MediaSDK icon indicating copy to clipboard operation
MediaSDK copied to clipboard

The Intel® Media SDK

Results 119 MediaSDK issues
Sort by recently updated
recently updated
newest added

## System information NUC11PAHi5, Ubuntu 20.x [mfxlib.log](https://github.com/Intel-Media-SDK/MediaSDK/files/7724459/mfxlib.log) [mfxtrace_10535.log](https://github.com/Intel-Media-SDK/MediaSDK/files/7724460/mfxtrace_10535.log) ## Issue behavior ### Describe the current behavior ffmpeg/qsv hevc decoder loops infinitely under linux ubuntu 20.x,but no problem under windows. 1....

bug
decode

Hi, We are planning to composite multiple decoder output in single display window. Where, each and every decoding happening in separate thread. we found that it cannot handle it with...

question

## System information The OS is win10. And we reproduce this hangup issue at 2 CPU model. 1) J3455 2) i5-10400 ## Issue behavior Based on sample code "MediaSDK\tutorials\simple_2_decode_hevc10", I...

bug
win

Hi, We are trying to achieve below pipeline. Image: ![Untitled Diagram (6)](https://user-images.githubusercontent.com/23393783/146409366-4406b687-3049-4fff-839e-5a6a4f0efdd3.jpg) whether it is possible with Intel msdk. Could be please share us if any limitation we have to...

question

Sample clip: https://github.com/Intel-Media-SDK/MediaSDK/files/2720196/smpte_444P.jpeg.zip.zip MSDK doesn't support 444P fourcc and the output is always NV12.

feature request
decode

Hi, **To do:** Aim is to achieve 1 - N pipeline like input - one decoder to 1 - vpp - display pipeline 2 - vpp - encoder - filedump...

question
samples

Hi, How can we use Intel Media SDK with Qt GUI application to decode and display multiple video streams on HDMI display? We have Intel apollo lake with Intel Media...

When using the sample_multi_transcode to decode the vp9 streams. The MaxLength (max frame size) is 1M. The code is as follow. m_Bitstream.Extend(1024 * 1024); in SetReader of the file pipeline_transcode.cpp....

samples

Hi, its possible to add support to read yuv file from pipe to sample_encode? ffmpeg -hide_banner -v error -i "C:\Users\thx4ever\Desktop\Encoding CFG.avs" -f rawvideo - | sample_encode h265 -p010 -i -...

feature request
samples