https://bugs.kde.org/show_bug.cgi?id=480204
--- Comment #1 from red_Arti <jijili...@yandex.com> --- I found a workaround. Extract the AppImage file and delete extracted libva*.so I guess there's some problem with the packed libva library Before delete, I use the extracted `melt` with `-debug` : [AVHWDeviceContext @ 0x7f9810205ac0] libva: VA-API version 1.20.0 [AVHWDeviceContext @ 0x7f9810205ac0] libva: Trying to open /builds/sysadmin/ci-management/linux-64-gcc/lib/dri/iHD_drv_video.so [AVHWDeviceContext @ 0x7f9810205ac0] libva: va_openDriver() returns -1 [AVHWDeviceContext @ 0x7f9810205ac0] libva: Trying to open /builds/sysadmin/ci-management/linux-64-gcc/lib/dri/i965_drv_video.so [AVHWDeviceContext @ 0x7f9810205ac0] libva: va_openDriver() returns -1 [AVHWDeviceContext @ 0x7f9810205ac0] Failed to initialise VAAPI connection: -1 (unknown libva error). Failed to create VAAPI device. [consumer avformat] Failed to initialize VA-API: -5 Run `kdenlive.AppImage --appimage-extract` , then `rm squashfs-root/usr/lib/libva*` After delete so it can use system's libva: [AVHWDeviceContext @ 0x7f99cc205ac0] libva: VA-API version 1.16.0 [AVHWDeviceContext @ 0x7f99cc205ac0] libva: Trying to open /usr/lib64/dri/iHD_drv_video.so [AVHWDeviceContext @ 0x7f99cc205ac0] libva: Found init function __vaDriverInit_1_16 [AVHWDeviceContext @ 0x7f99cc205ac0] libva: /usr/lib64/dri/iHD_drv_video.so init failed [AVHWDeviceContext @ 0x7f99cc205ac0] libva: va_openDriver() returns 1 [AVHWDeviceContext @ 0x7f99cc205ac0] libva: Trying to open /usr/lib64/dri/i965_drv_video.so [AVHWDeviceContext @ 0x7f99cc205ac0] libva: Found init function __vaDriverInit_1_13 [AVHWDeviceContext @ 0x7f99cc205ac0] libva: va_openDriver() returns 0 [AVHWDeviceContext @ 0x7f99cc205ac0] Initialised VAAPI connection: version 1.16 .... [AVHWDeviceContext @ 0x7f99cc205ac0] VAAPI driver: Intel i965 driver for Intel(R) Ivybridge Mobile - 2.4.1. [AVHWDeviceContext @ 0x7f99cc205ac0] Driver not found in known nonstandard list, using standard behaviour. detected 4 logical cores .... [h264_vaapi @ 0x7f99cc202000] Using VAAPI profile VAProfileH264High (7). [h264_vaapi @ 0x7f99cc202000] Using VAAPI entrypoint VAEntrypointEncSlice (6). [h264_vaapi @ 0x7f99cc202000] Using VAAPI render target format YUV420 (0x1). [h264_vaapi @ 0x7f99cc202000] Driver supports RC modes CQP, CBR, VBR. [h264_vaapi @ 0x7f99cc202000] Driver does not support ICQ RC mode. Use the extracted `AppRun` to run kdenlive. -- You are receiving this mail because: You are watching all bug changes.