Package Details: vapoursynth-plugin-nlm-git v2.0.g06547b7-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-nlm-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-nlm-git
Description: Plugin for Vapoursynth: vs-nlm-ispc (GIT version)
Upstream URL: https://github.com/AmusementClub/vs-nlm-ispc.git
Keywords: vapoursynth
Licenses: GPL3
Conflicts: vapoursynth-plugin-nlm
Provides: vapoursynth-plugin-nlm
Submitter: chikage
Maintainer: chikage
Last Packager: chikage
Votes: 0
Popularity: 0.000000
First Submitted: 2022-04-28 03:31 (UTC)
Last Updated: 2022-04-28 03:36 (UTC)

Dependencies (4)

Required by (2)

Sources (1)

Latest Comments

jholmer commented on 2026-06-08 06:15 (UTC)

/usr/vapoursynth is not a valid location for the plugin install, and as such, this plugin is not auto-loaded. The legacy location was /usr/lib/vapoursynth, but it is recommended for R74+ to lookup the plugin directory via the command python3 -c "import vapoursynth; print(vapoursynth.get_plugin_dir())" which resolves to a sub-directory of the python site-packages.