Question / Help Radeon HD 6480G + Radeon HD 6400M/7400M Series hardware encoder support?

u666sa

New Member
Can I get hardware encoder support with my hardware??

Code:
lspci | grep -E "VGA|3D"
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] SuperSumo [Radeon HD 6480G]
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Seymour [Radeon HD 6400M/7400M Series]



 

Tuna

Member
First check in the console if your GPU setup supports VAAPI by typing vainfo into it.

If that is good to go I think you need to switch the output mode from "Simple" to "Advanced". Then you should get an option for "FFMPEG VAAPI".
 

u666sa

New Member
Yes! This helped. Thank you very much!

Code:
vainfo
libva info: VA-API version 1.4.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib64/dri/r600_drv_video.so
libva info: Found init function __vaDriverInit_1_4
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.4 (libva 2.4.1)
vainfo: Driver version: Mesa Gallium driver 19.1.8 for AMD SUMO2 (DRM 2.50.0 / 5.3.11-200.fc30.x86_64, LLVM 8.0.0)
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            :    VAEntrypointVLD
      VAProfileMPEG2Main              :    VAEntrypointVLD
      VAProfileVC1Simple              :    VAEntrypointVLD
      VAProfileVC1Main                :    VAEntrypointVLD
      VAProfileVC1Advanced            :    VAEntrypointVLD
      VAProfileH264ConstrainedBaseline:    VAEntrypointVLD
      VAProfileH264Main               :    VAEntrypointVLD
      VAProfileH264High               :    VAEntrypointVLD
      VAProfileNone                   :    VAEntrypointVideoProc



 
Top