MediaSDK
MediaSDK copied to clipboard
The Intel® Media SDK
## 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....
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...
## 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...
Hi, We are trying to achieve below pipeline. Image:  whether it is possible with Intel msdk. Could be please share us if any limitation we have to...
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.
Hi, **To do:** Aim is to achieve 1 - N pipeline like input - one decoder to 1 - vpp - display pipeline 2 - vpp - encoder - filedump...
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....
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 -...