[FFmpeg-trac] #10377(undetermined:new): Intel QSV is broken in FFmpeg 6.0
FFmpeg
trac at avcodec.org
Tue Jun 13 20:00:17 EEST 2023
#10377: Intel QSV is broken in FFmpeg 6.0
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
MineCommander |
Type: defect | Status: new
Priority: important | Component:
| undetermined
Version: 6.0 | Resolution:
Keywords: qsv | Blocked By:
h264_qsv |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Karim379):
Hi
It is not broken but your cpu is not supported by ffmpeg 6.0
The latest version of ffmpeg uses oneVPL (libvpl) not Media SDK (libmfx)
like in version 5.1.2.
These are APIs from intel used by ffmpeg to access hardware-accelerated
video decode, encode and filtering on Intel® Gen graphics hardware
platforms
the following link contains which cpus are supported by oneVPL and Media
SDK
https://github.com/oneapi-src/oneVPL
You have to rebuild ffmpeg 6.0 again with option --enable-libmfx and not
with --enable-libvpl in order to use it with Intel Core i3-4170
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10377#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list