Search Criteria
Package Details: vapoursynth-plugin-rife-ncnn-vulkan 9_mod_v33-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-rife-ncnn-vulkan.git (read-only, click to copy) |
|---|---|
| Package Base: | vapoursynth-plugin-rife-ncnn-vulkan |
| Description: | Plugin for Vapoursynth: Real-Time Intermediate Flow Estimation for Video Frame Interpolation |
| Upstream URL: | https://github.com/styler00dollar/VapourSynth-RIFE-ncnn-Vulkan |
| Licenses: | MIT |
| Submitter: | repsac |
| Maintainer: | repsac |
| Last Packager: | repsac |
| Votes: | 1 |
| Popularity: | 0.068014 |
| First Submitted: | 2024-12-02 09:46 (UTC) |
| Last Updated: | 2025-12-20 07:30 (UTC) |
Dependencies (7)
- ncnn (sherpa-ncnnAUR, ncnn-gitAUR)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vapoursynth-plugin-vmaf (vapoursynth-plugin-vmaf-gitAUR) (optional) – Skip interpolating static frames
Required by (4)
- smoothie-rs-linux-filepaths-git (optional)
- smoothie-rs-linux-git (optional)
- teres (optional)
- teres-git (optional)
Latest Comments
repsac commented on 2025-12-20 07:26 (UTC)
@laichiaheng, fixed
laichiaheng commented on 2025-12-19 18:42 (UTC)
It needs meson-git, meson is not enough.
laichiaheng commented on 2025-12-19 18:14 (UTC)
Found ninja-1.13.2 at /usr/bin/ninja [1/4] Compiling C++ object librife.so.p/RIFE_warp.cpp.o FAILED: [code=1] librife.so.p/RIFE_warp.cpp.o c++ -Ilibrife.so.p -I. -I../rife-ncnn-vulkan -I/usr/include/vapoursynth -I/usr/include/ncnn -fvisibility=hidden -flto=auto -fdiagnostics-color=always -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c++20 -mfpmath=sse -msse2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/laichiaheng/.cache/yay/vapoursynth-plugin-rife-ncnn-vulkan/src=/usr/src/debug/vapoursynth-plugin-rife-ncnn-vulkan -flto=auto -fPIC -pthread -fopenmp -MD -MQ librife.so.p/RIFE_warp.cpp.o -MF librife.so.p/RIFE_warp.cpp.o.d -o librife.so.p/RIFE_warp.cpp.o -c ../rife-ncnn-vulkan/RIFE/warp.cpp ../rife-ncnn-vulkan/RIFE/warp.cpp: In member function 「virtual int Warp::create_pipeline(const ncnn::Option&)」: ../rife-ncnn-vulkan/RIFE/warp.cpp:62:13: 錯誤:「const class ncnn::Option」 has no member named 「use_shader_pack8」 62 | if (opt.use_shader_pack8) | ^
~ ../rife-ncnn-vulkan/RIFE/warp.cpp: In member function 「virtual int Warp::destroy_pipeline(const ncnn::Option&)」: ../rife-ncnn-vulkan/RIFE/warp.cpp:82:42: 警告:unused parameter 「opt」 [-Wunused-parameter] 82 | int Warp::destroy_pipeline(const Option& opt) |^[3/4] Compiling C++ object librife.so.p/RIFE_plugin.cpp.o ../rife-ncnn-vulkan/RIFE/plugin.cpp: In function 「void rifeCreate(const VSMap, VSMap, void, VSCore, const VSAPI*)」: ../rife-ncnn-vulkan/RIFE/plugin.cpp:224:18: 警告:unused variable 「queueCount」 [-Wunused-variable] 224 | if (auto queueCount{ ncnn::get_gpu_info(gpuId).compute_queue_count() }; gpuThread < 1) | ^~~~ ninja: build stopped: subcommand failed.