I assumed this would enable the vapoursynth filters in hybrid but it doesn't seem to be doing it for the Hybrid AUR package. Any ideas?
Search Criteria
Package Details: vapoursynth-plugin-hybrid-pack-git r144.7efca43-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-hybrid-pack-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-hybrid-pack-git |
Description: | Vapoursynth plugins from Hybrid Encoder |
Upstream URL: | https://github.com/Selur/VapoursynthScriptsInHybrid |
Licenses: | GPL |
Submitter: | Drommer |
Maintainer: | Drommer |
Last Packager: | Drommer |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-06-01 12:55 (UTC) |
Last Updated: | 2023-06-27 17:30 (UTC) |
Dependencies (4)
- vapoursynth (vapoursynth-classicAUR, vapoursynth-gitAUR)
- vapoursynth-plugin-vsutil-gitAUR
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (1)
Latest Comments
Blazini36 commented on 2023-11-16 19:13 (UTC)
Drommer commented on 2023-06-01 12:56 (UTC) (edited on 2023-06-27 17:40 (UTC) by Drommer)
IMPORTANT: Hybrid uses modified versions of some popular plugins. All libraries have been renamed from basename
to basename_h
to avoid conflicts and crashes.
For example, to import the havsfunc library from this package, you must use import havsfunc_h
instead of import havsfunc
.
Pinned Comments
Drommer commented on 2023-06-01 12:56 (UTC) (edited on 2023-06-27 17:40 (UTC) by Drommer)
IMPORTANT: Hybrid uses modified versions of some popular plugins. All libraries have been renamed from
basename
tobasename_h
to avoid conflicts and crashes.For example, to import the havsfunc library from this package, you must use
import havsfunc_h
instead ofimport havsfunc
.