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

ffmpeg: add options for QuickSync and libaom AV1 #72941

Merged
merged 1 commit into from Nov 12, 2019

Conversation

nrdxp
Copy link
Contributor

@nrdxp nrdxp commented Nov 6, 2019

Allow users to optionally compile with support for Intel's QuickSync
hardware accelerated encoding, and libaom AV1 encoding. Set to false by
default.

Also wondering if anybody would like to set any of these to true by default so users don't have to spend hours compiling for these features. If so I will make a separate pr to staging for that, since it will cause a massive rebuild.

cc @codyopel @Fuuzetsu

Allow users to optionally compile with support for Intel's QuickSync
hardware accelerated encoding, and libaom AV1 encoding. Set to false by
default.
@@ -163,6 +169,8 @@ stdenv.mkDerivation rec {
bzip2 fontconfig freetype gnutls libiconv lame libass libogg libssh libtheora
libvdpau libvorbis lzma soxr x264 x265 xvidcore zlib libopus speex nv-codec-headers
] ++ optional openglSupport libGLU_combined
++ optional libmfxSupport intel-media-sdk
++ optional vpxSupport libaom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to use libaomSupport here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry just seeing this now since your comment happened after the merge. I think you may be right but I can't remember off hand, but it's highly likely to be a typo.

@nrdxp nrdxp deleted the ffmpeg-qsv_av1 branch December 28, 2020 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Staging
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants