Package Details: vapoursynth-plugin-vsjetpack-git 0.4.0.65.g8bbac7c6-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-vsjetpack-git.git (read-only, click to copy)
Package Base: vapoursynth-plugin-vsjetpack-git
Description: Plugin for Vapoursynth: vsjetpack (GIT version)
Upstream URL: https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack
Licenses: MIT
Conflicts: vapoursynth-plugin-vsaa, vapoursynth-plugin-vsaa-git, vapoursynth-plugin-vsdeband, vapoursynth-plugin-vsdeband-git, vapoursynth-plugin-vsdehalo, vapoursynth-plugin-vsdehalo-git, vapoursynth-plugin-vsdeinterlace, vapoursynth-plugin-vsdeinterlace-git, vapoursynth-plugin-vsdenoise, vapoursynth-plugin-vsdenoise-git, vapoursynth-plugin-vsexprtools, vapoursynth-plugin-vsexprtools-git, vapoursynth-plugin-vsjetpack, vapoursynth-plugin-vskernels, vapoursynth-plugin-vskernels-git, vapoursynth-plugin-vsmasktools, vapoursynth-plugin-vsmasktools-git, vapoursynth-plugin-vsrgtools, vapoursynth-plugin-vsrgtools-git, vapoursynth-plugin-vsscale, vapoursynth-plugin-vsscale-git, vapoursynth-plugin-vssource, vapoursynth-plugin-vssource-git, vapoursynth-plugin-vstools, vapoursynth-plugin-vstools-git
Provides: vapoursynth-plugin-vsaa, vapoursynth-plugin-vsaa-git, vapoursynth-plugin-vsdeband, vapoursynth-plugin-vsdeband-git, vapoursynth-plugin-vsdehalo, vapoursynth-plugin-vsdehalo-git, vapoursynth-plugin-vsdeinterlace, vapoursynth-plugin-vsdeinterlace-git, vapoursynth-plugin-vsdenoise, vapoursynth-plugin-vsdenoise-git, vapoursynth-plugin-vsexprtools, vapoursynth-plugin-vsexprtools-git, vapoursynth-plugin-vsjetpack, vapoursynth-plugin-vskernels, vapoursynth-plugin-vskernels-git, vapoursynth-plugin-vsmasktools, vapoursynth-plugin-vsmasktools-git, vapoursynth-plugin-vsrgtools, vapoursynth-plugin-vsrgtools-git, vapoursynth-plugin-vsscale, vapoursynth-plugin-vsscale-git, vapoursynth-plugin-vssource, vapoursynth-plugin-vssource-git, vapoursynth-plugin-vstools, vapoursynth-plugin-vstools-git
Submitter: jholmer
Maintainer: jholmer
Last Packager: jholmer
Votes: 2
Popularity: 0.000000
First Submitted: 2025-02-14 16:40 (UTC)
Last Updated: 2025-06-10 17:44 (UTC)

Dependencies (50)

Required by (34)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

sl1pkn07 commented on 2023-12-31 23:27 (UTC) (edited on 2023-12-31 23:29 (UTC) by sl1pkn07)

what error get?

maybe from hysteresis?

jholmer commented on 2023-12-31 23:25 (UTC)

Missing dependency on vapoursynth-plugin-misc-git

fr3akyphantom commented on 2023-11-04 13:57 (UTC)

It needs "stgpytools>=1.0.1" from "Setsugennoao" python package to work properly. Otherwise, getting runtime error :( Python exception: No module named 'stgpytools'

gourdcaptain commented on 2023-09-01 21:57 (UTC)

A bunch of other vapoursynth plugin updates today seem to have fixed it all together, but when it was happening, you could just open up python3 in a terminal and do import vsdenoise and it would happen.

sl1pkn07 commented on 2023-08-31 22:33 (UTC)

can you share a little snipplet of the script? for try replicate in my environment

greetings

gourdcaptain commented on 2023-08-31 22:20 (UTC) (edited on 2023-08-31 22:21 (UTC) by gourdcaptain)

Currently giving me issues of:

ImportError: cannot import name 'MeanMode' from 'vsrgtools' (/usr/lib/python3.11/site-packages/vsrgtools/__init__.py)
>>> import vsrgtools
>>> import vsdenoise
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/vsdenoise/__init__.py", line 7, in <module>
    from .freqs import *
  File "/usr/lib/python3.11/site-packages/vsdenoise/freqs.py", line 5, in <module>
    from vsrgtools import MeanMode
ImportError: cannot import name 'MeanMode' from 'vsrgtools' (/usr/lib/python3.11/site-packages/vsrgtools/__init__.py)
>>> import vapoursynth as vs
KeyboardInterrupt
>>> 

when I try to import this, even with an up-to-date vapoursynth-plugin-vsrgtools-git (1.5.1.0.g81da5f7) and an older one (1.4.4.3.gbdd6d43). Not sure what it wants.

vsdenoise 2.2.0.30.g2d7fed4 does work with either version of vsrgtools.

PublicUsername commented on 2023-08-31 12:34 (UTC)

Dependencies need updating it needs vapoursynth-plugin-bm3dcuda-git and vapoursynth-plugin-bm3dcuda-cpu-git to run the BM3DCUDA or BM3DCPU function.

Rus commented on 2023-05-22 20:38 (UTC)

No module named 'vsmasktools'

damian101 commented on 2023-01-07 18:05 (UTC)

Much appreciated :)

sl1pkn07 commented on 2023-01-05 19:26 (UTC)

oh, ok. now undestand wat you mean

seems somethig data is stored in the pip database (pip list)

let me fix it