We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It seems that they want libvpl https://github.com/intel/libvpl
ERROR: libvpl >= 2.6 not found
Sorry, something went wrong.
No branches or pull requests
Comment:
Ubuntu's ffmpeg has the following codecs:
apparently they can maybe take advantage of intel's hardware decodecs.
The text was updated successfully, but these errors were encountered: