Search Criteria
Package Details: gyroflow 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gyroflow.git (read-only, click to copy) |
---|---|
Package Base: | gyroflow |
Description: | Video stabilization using gyroscope data |
Upstream URL: | https://github.com/gyroflow/gyroflow |
Licenses: | GPL-3.0-or-later |
Submitter: | AlynxZhou |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 4 |
Popularity: | 0.109235 |
First Submitted: | 2022-03-10 09:57 (UTC) |
Last Updated: | 2025-09-05 19:44 (UTC) |
Dependencies (13)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-decklinkAUR)
- libc++ (libc++-with-libunwindAUR, libc++-msanAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- opencv (opencv-cuda)
- qt6-declarative (qt6-declarative-gitAUR)
- 7zip (make)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- intel-media-driver (intel-media-driver-gitAUR, intel-media-driver-legacyAUR, intel-media-driver-legacy-binAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR) (optional) – VAAPI video acceleration for Intel GPU
- libva-mesa-driver (mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa) (optional) – VAAPI video acceleration for NVIDIA and AMD GPU
- opencl-driver (opencl-nvidia-410xxAUR, amdapp-sdkAUR, opencl-nvidia-440xxAUR, vc4cl-gitAUR, opencl-nvidia-430xxAUR, beignet-gitAUR, intel-openclAUR, mesa-wsl2-gitAUR, opencl-nvidia-340xxAUR, opencl-legacy-amdgpu-proAUR, beignetAUR, opencl-nvidia-550xxAUR, opencl-nvidia-525xxAUR, opencl-510xx-nvidiaAUR, opencl-nvidia-390xxAUR, amdonly-gaming-opencl-rusticl-mesa-gitAUR, opencl-nvidia-vulkanAUR, intel-compute-runtime-gitAUR, opencl-nvidia-535xxAUR, intel-compute-runtime-legacyAUR, intel-compute-runtime-legacy-binAUR, opencl-mesa-minimal-gitAUR, opencl-amdAUR, mesa-gitAUR, opencl-nvidia-teslaAUR, clvk-gitAUR, intel-compute-runtime-binAUR, opencl-nvidia-470xxAUR, opencl-nvidia-betaAUR, intel-compute-runtime, intel-oneapi-compiler-shared-runtime, opencl-mesa, opencl-nvidia, rocm-opencl-runtime) (optional) – OpenCL driver for GPU accelerated stabilization
Required by (1)
- gyroflow-ofx-bin (optional)
Latest Comments
kelvie commented on 2025-08-27 18:18 (UTC)
Mine no longer builds for some reason, I added:
and saw that it couldn't find
cuda_runtime.h
, which it turns out is in/opt/cuda/include
.So I added
export OPENCV_INCLUDE_PATHS="/opt/cuda/include"
in the PKGBUILD to fix it. Is this the right fix, or is there something wonky about my cuda install?ioctl commented on 2025-06-15 08:07 (UTC)
There is no CLI capability in the built binary. Can it be returned?
Shidao commented on 2023-10-04 13:41 (UTC)
I'm encountering a compilation error that prints thousands of lines of error messages like this:
Afterwards, it says
error: could not compile 'qttypes' (lib) due to 612 previous errors
.I've searched for the error message, but there is little discussion about it. The only one I found is on https://github.com/mystor/rust-cpp/issues/70, but the issue states that it's been fixed. The comments in the issue suggest that running cargo clean might help, but it didn't. I'm not very familiar with the build system in this case. Does anyone have any ideas?
(And the full output is here: https://pastebin.ubuntu.com/p/tytnHcKzxd/)
AlynxZhou commented on 2023-06-28 12:30 (UTC)
At first I thought this program is not so useful for me because I didn't get a good result with my camera, and then I forget to update this AUR package... But I just remember one of Bilibili channel I am following says "to use gyro stabilization you need to disable steadyshot in camera", and I try it again this time it works well, I am happy to see the building scripts still work so I re-maintain this now...
Toadtoad commented on 2022-04-06 20:56 (UTC)
Gyroflow also requires the package
libc++
in order to properly run, or else you get the following error: