You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
Display server if rendering to display(X or wayland): X
Issue behavior
Describe the current behavior
I'm trying to encode on HW a row video file to h265 with intra-refresh, with the following parameters:
AsyncDepth = 1
GopPicSize = 0
GopRefDist = 1
IntRefType = Horizontal
IntRefQPDelta = 0
And on MFXVideoENCODE_Init it filed with the error "ERR_INVALID_VIDEO_PARAM".
The same conditions on (Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz) work.
Describe the expected behavior
To encode a raw video file to h265 with intra-refresh.
System information
cat /proc/cpuinfo | grep "model name" | uniq
):lspci -nn | grep -E 'VGA|isplay
): 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:9a70] (rev 01)Issue behavior
Describe the current behavior
I'm trying to encode on HW a row video file to h265 with intra-refresh, with the following parameters:
And on MFXVideoENCODE_Init it filed with the error "ERR_INVALID_VIDEO_PARAM".
The same conditions on (Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz) work.
Describe the expected behavior
To encode a raw video file to h265 with intra-refresh.
Debug information
ls /dev/dri
?dmesg >dmesg.log 2>&1
?vainfo -a >vainfo.log 2>&1
?strace YOUR_CMD >strace.log 2>&1
?export LIBVA_TRACE=/tmp/libva_trace.log
first then execute the case.The text was updated successfully, but these errors were encountered: