31
TCB Q&A Forum / Video Acceleration is important???
« Last post by nixHobbyist on June 28, 2025, 02:45:19 AM » Hi guys (it's my first TCL post), I have problem of missing H264 profile in vainfo (TCL 16.0 64bit) which shows me only MPEG2 profiles (vdpauinfo show similar results) but on the same (one and only computer that I have) there are also installations of Debian 12 and OpenSUSE Leap 15.5 and both of them have working profiles H.264 and VC1, with radeon driver with same parametars.
MPV player shows me this:
[ffmpeg/video] h264: No support for codec h264 profile 100.
I also have 32 bit TCL which also gave identical vainfo, vdpauinfo result!
Maybe is a patent legal problem, for example on these links:
https://www.phoronix.com/news/Fedora-Disable-Bad-VA-API
https://forum.manjaro.org/t/libva-mesa-driver-pkgbase-mesa-regression-broken-support-for-video-hw-encoding-decoding/142835/2
https://forum.endeavouros.com/t/compiling-mesa-22-2-with-codec-support-the-easy-way/30390/17
Do I have to compile_mesa script? (with h264dec)
MPV player shows me this:
[ffmpeg/video] h264: No support for codec h264 profile 100.
Code: [Select]
tc@box:~$ vainfo
Trying display: wayland
Trying display: x11
libva info: VA-API version 1.22.0
libva info: User environment variable requested driver 'radeonsi'
libva info: Trying to open /usr/local/lib/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Mesa Gallium driver 24.1.7 for OLAND (radeonsi, , LLVM 19.1.0, DRM 2.50, 6.12.11-tinycore64)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
I also have 32 bit TCL which also gave identical vainfo, vdpauinfo result!
Maybe is a patent legal problem, for example on these links:
https://www.phoronix.com/news/Fedora-Disable-Bad-VA-API
https://forum.manjaro.org/t/libva-mesa-driver-pkgbase-mesa-regression-broken-support-for-video-hw-encoding-decoding/142835/2
https://forum.endeavouros.com/t/compiling-mesa-22-2-with-codec-support-the-easy-way/30390/17
Do I have to compile_mesa script? (with h264dec)