You are not logged in.
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
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.webmLast edited by teckk (2023-11-04 00:26:10)
Offline