libyami-utils icon indicating copy to clipboard operation
libyami-utils copied to clipboard

[HEVC 10bit encode] yamiencode raised core dump issue when did the hevc 10bit encode test

Open FocusLuo opened this issue 7 years ago • 2 comments

yamiencode -c HEVC -s P010 -W 3840 -H 2160 -i ./4K_3840x2160.P010 -o ./4K_3840_2160_rc0_ipb_gop30_fps30_qp50_lcu32.h265 --qp 50 --ipperiod 2 --intraperiod 30 libva info: VA-API version 0.40.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /opt/X11R7/lib/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_0_40 libva info: va_openDriver() returns 0 yamiencode: intel_bufmgr_gem.c:1405: drm_intel_gem_bo_unreference_locked_timed: Assertion `((&bo_gem->refcount)->atomic) > 0' failed. ./hevc_10bit_encoding_cqp.sh: line 101: 7850 Aborted (core dumped) yamiencode -c HEVC -s P010 -W $WIDTH -H $HEIGHT -i $media_streams_path/10bit/$filename -o ./$testname --qp $qp --ipperiod $ipb $gopsetting

FocusLuo avatar Apr 24 '17 08:04 FocusLuo