MediaSDK
MediaSDK copied to clipboard
The Intel® Media SDK
The ConvertMFXParamsToUMC is called by VideoDECODEXXXX::init. It will convert user's params to UMC params and use it to init m_decoder. But it makes clip_info same as disp_clip_info. ``` umcVideoParams->clip_info.height =...
We are currently testing RKL-S and noticed that the HEVC low power mode does not work for RKL-S on Windows 10. Testing the same on TGL-U no issue. I thought...
Hi, I run sample_multi_transcode like this: -i::h265 1.h265 -o::sink -hw -la_ext -join -i::source -o::h265 new.h265 -hw -la_ext -join -lowpower:on but the error is: [ERROR], sts=MFX_ERR_DEVICE_FAILED(-17), PutBS, Encode: SyncOperation failed at...
Some av1 videos may contain reserved units. We should ignore it instead of returning an error. Reference source: https://aomediacodec.github.io/av1-spec/av1-spec.pdf Section 6.2.2: Reserved units are for future use and shall be...
Transcoding using sample_multi_transcode: Input stream: h265 Output stream: vp9 Resolution: 7680x4320 (for input and output) Tested on: #2351 (vaSyncSurface is replaced with vaSyncBuffer) There is no such problem in master...
Hi, How do you use sample_fei with a mbctrl file? What would the file contain, Is there any file structure examples? It says in the documentary that mfxExtFeiEncMBCtrl is Deprecated,...
This PR was used to discuss the HEVCd HDR SEI flag issue which discussed in https://github.com/Intel-Media-SDK/MediaSDK/issues/2597 * Option 1: Add a new API. * Concern: 1.x API is frozen, so...
HEVC upscaling is supported by hardware.
Signed-off-by: Dmitry Rogozhkin