You are not logged in.

#1 2023-11-03 18:34:12

AaronVB
Member
Registered: 2023-04-17
Posts: 1

Help needed with FFMpeg iGPU Transcoding on i9-11900H ES Mainboard

Hi,

I got my hands on an i9-11900H Engineering Sample Mainboard off of AliExpress. For details: Videos by Craft Computing: Part 1 and Part 2.
It's basically an ES laptop CPU that's been slapped onto a regular mainboard.

I've been trying to get ffmpeg to transcode video on the iGPU. It's all good on Windows with onevpl, but rebooting into Windows just to transcode a video is a bit of a hassle.

I took a crack at compiling ffmeg, using both the old media SDK and the newer onevpl, to see if I can get it to work. H264 works just fine, but VP9? No dice, and that's what I really need.
I get this error on both MSDK and OneVPL: GitHub Gist

Has anyone else tried this? Any pointers or tips would be appreciated.

Offline

#2 2023-11-04 00:25:46

teckk
Member
Registered: 2013-02-21
Posts: 585

Re: Help needed with FFMpeg iGPU Transcoding on i9-11900H ES Mainboard

https://trac.ffmpeg.org/wiki/Hardware/QuickSync
https://trac.ffmpeg.org/wiki/Encode/VP9
https://bbs.archlinux.org/viewtopic.php?id=279799

This encodes fine.

ffmpeg -t 00:00:10 -i MyX264.mp4 -an -c:v libvpx-vp9 -b:v 1M -s 300x168 test.webm

Last edited by teckk (2023-11-04 00:26:10)

Offline

Board footer

Powered by FluxBB