Search Criteria
Package Details: video2x 6.4.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/video2x.git (read-only, click to copy) |
|---|---|
| Package Base: | video2x |
| Description: | A machine learning-based video super resolution and frame interpolation framework |
| Upstream URL: | https://github.com/k4yt3x/video2x |
| Licenses: | AGPL-3.0-only |
| Conflicts: | video2x |
| Provides: | video2x |
| Submitter: | aviallon |
| Maintainer: | aviallon (k4yt3x) |
| Last Packager: | k4yt3x |
| Votes: | 8 |
| Popularity: | 0.000002 |
| First Submitted: | 2020-12-29 19:10 (UTC) |
| Last Updated: | 2025-02-02 00:27 (UTC) |
Dependencies (11)
- boost-libs
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, librempeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-full-gitAUR, ffmpeg-obsAUR)
- ncnn (sherpa-ncnnAUR, ncnn-gitAUR)
- openmp
- spdlog (spdlog-gitAUR)
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, amdvlk-gitAUR, vulkan-amdgpu-pro-legacyAUR, mesa-wsl2-gitAUR, vulkan-radeon-amd-bc250AUR, vulkan-terakanAUR, nvidia-510xx-utilsAUR, swiftshader-gitAUR, nvidia-utils-teslaAUR, vulkan-nouveau-gitAUR, nvidia-550xx-utilsAUR, vulkan-amdgpu-proAUR, amdvlkAUR, amdvlk-binAUR, nvidia-525xx-utilsAUR, mesa-rk35xx-gitAUR, nvidia-575xx-utilsAUR, mesa-gitAUR, mesa-minimal-gitAUR, nvidia-535xx-utilsAUR, mesa-nollvm-gitAUR, vulkan-terakan-gitAUR, nvidia-vulkan-utilsAUR, nvidia-580xx-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, nvidia-utils-betaAUR, nvidia-470xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils, vulkan-asahi, vulkan-broadcom, vulkan-dzn, vulkan-freedreno, vulkan-gfxstream, vulkan-intel, vulkan-kosmickrisp, vulkan-nouveau, vulkan-panfrost, vulkan-powervr, vulkan-radeon, vulkan-swrast, vulkan-virtio)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Latest Comments
1 2 Next › Last »
tommahu commented on 2026-02-04 23:46 (UTC)
The package currently fails to build due to an API incompatibility between the pinned librife-ncnn-vulkan submodule commit and the current ncnn library. The fix is to update librife-ncnn-vulkan to the latest master branch.
Reference: https://github.com/k4yt3x/video2x/commit/d848db037a797d68bdc3301798a0be1450398002
Clear yay's cache for this package
rm -rf ~/.cache/yay/video2x/
Go to a fresh directory
yay -G video2x cd video2x
Edit the PKGBUILD to update the submodule
prepare() { cd "${srcdir}/${pkgname}" git rm third_party/{ncnn,spdlog,boost} git submodule init
}
Clean previous build artifacts (if any).
rm -rf src pkg
Rebuild with force flag
makepkg -sf sudo pacman -U video2x-6.4.0-3-x86_64.pkg.tar.zst
risse commented on 2026-01-24 07:50 (UTC)
Broken currently, spdlog got upgraded to 1.17
tegularius commented on 2025-11-01 17:27 (UTC)
It's already been fixed upstream but there's not been a release yet: https://github.com/k4yt3x/video2x/issues/1423
video2x-git package works
tegularius commented on 2025-10-31 13:22 (UTC) (edited on 2025-10-31 13:34 (UTC) by tegularius)
Does not seem to build anymore, seems ncnn installed is too new?
It's fixed in the librife-ncnn-vulkan git but that's not pulled and I don't know why.
k4yt3x commented on 2024-12-23 18:01 (UTC)
Thanks @aviallon for adding me as a maintainer. The package has now been updated to 6.3.1.
k4yt3x commented on 2024-12-22 04:44 (UTC)
Hello there, I can maintain this package for the 6.x.x versions. I'm already actively maintaining the -git version, so I might as well keep this package up-to-date as well.
If you'd like, please add me as a maintainer and I'll update it to 6.3.1. Thanks for maintaining it thus far. I didn't really expect to see 4.x.x on Arch at all, amazing that you managed it.
Misaka13514 commented on 2024-12-02 15:41 (UTC)
The package still build. Namcap log:
It is outdated, the latest version is
6.1.1. For PKGBUILD update you can refer to video2x-git. If you need help, you can add me (or k4yt3x) as co-maintainer.aviallon commented on 2024-12-02 15:30 (UTC)
Does the package still build? I don't have an Arch machine at hand, so I can't check right now.
bambuch commented on 2024-07-11 01:04 (UTC)
Version 4.3.1 is bug (or strange feature) in source repo - https://github.com/k4yt3x/video2x/blob/4.8.1/src/video2x.py#L85
Misaka13514 commented on 2024-01-28 06:37 (UTC)
Please follow Arch Linux RFC16: use SPDX license identifier in PKGBUILD.
https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst
1 2 Next › Last »