Search Criteria
Package Details: svt-vp9-git 0.3.0.r22.g3ecdf8f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/svt-vp9-git.git (read-only, click to copy) |
---|---|
Package Base: | svt-vp9-git |
Description: | Scalable Video Technology VP9 encoder (git version) |
Upstream URL: | https://github.com/OpenVisualCloud/SVT-VP9/ |
Licenses: | BSD-2-Clause-Patent |
Conflicts: | svt-vp9 |
Provides: | svt-vp9 |
Submitter: | BlackLotus89 |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2019-03-08 21:58 (UTC) |
Last Updated: | 2024-03-30 19:42 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
Required by (4)
- ffmpeg-amd-full (requires svt-vp9)
- ffmpeg-amd-full-git (requires svt-vp9)
- ffmpeg-full (requires svt-vp9)
- ffmpeg-full-git (requires svt-vp9)
Latest Comments
dbermond commented on 2022-07-12 17:54 (UTC)
@costor An AVX2 capable CPU is a requirement for using svt-vp9, as it requires 5th gen Intel CPU at minimum. So, we are not supposed to modify this here. We are already using git master on this package, which is the latest upstream source code. The link that you posted is from a non-merged pull request.
costor commented on 2022-07-11 18:57 (UTC) (edited on 2022-07-11 18:59 (UTC) by costor)
If your CPU doesn't support AVX2,
SvtVp9EncApp
won't run and you'll get aSIGILL
error.As a workaround, adding this to the PKGBUILD (before
build()
) works for me:dbermond commented on 2019-10-11 12:04 (UTC)
@BlackLotus89 Please add 'svt-vp9' to conflicts, otherwise the files will conflict with svt-vp9.
Also, the PKGBUILD can be improved. Please see the svt-vp9 package for reference.