Closed dvrogozh closed 3 years ago
This is related to extbrc:
# FAILS:
/usr/share/mfx/samples/sample_multi_transcode -fps 60 -i::h265 /tmp/WAR.hevc \
-hw -async 1 -u 4 -gop_size 256 -dist 8 -num_ref 5 -vbr -b 9000 \
-NalHrdConformance:off -VuiNalHrdParameters:off -hrd 5000 -InitialDelayInKB 2500 \
-extbrc::implicit -ExtBrcAdaptiveLTR:on -o::h264 /opt/data/artifacts/measure/perf/output/WAR_hevc_0.h264 \
-device /dev/dri/renderD128
# WORKS (no -extbrc::implicit):
/usr/share/mfx/samples/sample_multi_transcode -fps 60 -i::h265 /tmp/WAR.hevc \
-hw -async 1 -u 4 -gop_size 256 -dist 8 -num_ref 5 -vbr -b 9000 \
-NalHrdConformance:off -VuiNalHrdParameters:off -hrd 5000 -InitialDelayInKB 2500 \
-ExtBrcAdaptiveLTR:on -o::h264 /opt/data/artifacts/measure/perf/output/WAR_hevc_0.h264 \
-device /dev/dri/renderD128
This is regression between 20.2.1 and 20.3.0 msdk releases.
@jamesiwan : fyi
This got fixed w/ 20.3.1 msdk release in a form of switching off MCTF. And updated package is available in the repositories.intel.com. For the sake of media-delivery this is enough to close the issue. We are awaiting for the msdk release update with re-enabled MCTF however.
NOTE:
AVC looks working fine.< this was wrong, I mixed with different input stream, this seems input dependent