Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel Quick Sync Video #277

Open
hmaarrfk opened this issue Sep 16, 2024 · 1 comment
Open

Intel Quick Sync Video #277

hmaarrfk opened this issue Sep 16, 2024 · 1 comment
Labels

Comments

@hmaarrfk
Copy link
Contributor

Comment:

Ubuntu's ffmpeg has the following codecs:

$ /usr/bin/ffmpeg -hide_banner -decoders | grep qsv
 V....D av1_qsv              AV1 video (Intel Quick Sync Video acceleration) (codec av1)
 V....D h264_qsv             H264 video (Intel Quick Sync Video acceleration) (codec h264)
 V....D hevc_qsv             HEVC video (Intel Quick Sync Video acceleration) (codec hevc)
 V....D mjpeg_qsv            MJPEG video (Intel Quick Sync Video acceleration) (codec mjpeg)
 V....D mpeg2_qsv            MPEG2VIDEO video (Intel Quick Sync Video acceleration) (codec mpeg2video)
 V....D vc1_qsv              VC1 video (Intel Quick Sync Video acceleration) (codec vc1)
 V....D vp8_qsv              VP8 video (Intel Quick Sync Video acceleration) (codec vp8)
 V....D vp9_qsv              VP9 video (Intel Quick Sync Video acceleration) (codec vp9)

apparently they can maybe take advantage of intel's hardware decodecs.

@hmaarrfk
Copy link
Contributor Author

It seems that they want libvpl
https://github.com/intel/libvpl

ERROR: libvpl >= 2.6 not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant