cdgriffith / FastFlix

FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
MIT License
1.08k stars 54 forks source link

Intel oneAPI Video Processing Library support ? #284

Open MarcoRavich opened 2 years ago

MarcoRavich commented 2 years ago

We just noticed that from 1.5.0 release (delivered yesterday), Handbrake now "Updated Intel Quick Sync to use the Intel oneAPI Video Processing Library (oneVPL)".

...do you think (you'll need) to support it too ?

https://github.com/oneapi-src/oneVPL https://github.com/oneapi-src/oneVPL-intel-gpu

cdgriffith commented 2 years ago

Looks to me like it's just the successor to the Media SDK they used to use. So still using QSV, just new backend interface to it.

The tools like FFmpeg will have to implement it themselves for their stuff to work with next gen hardware.

If they release a specific encoder tool then possible could look at adding it, but I imagine FFmpeg and QSVEnc will just have to make the jump themselves.

MarcoRavich commented 2 years ago

OK, we "discovered" that oneVPL lib is shipped with latest 4-5 graphics drivers updates (at least in my HD Graphics 630) on Windows.

As already claimed here some Handbrake dev should know...

NOTE: btw there are interesting infos here and there ;)