VapourSynth Zig Image Process
Project description
VapourSynth Zig Image Process
FILTERS
- AdaptiveBinarize: based on OpenCV's Adaptive Thresholding.
- Bilateral: A faster version of VapourSynth-Bilateral.
- BoxBlur: A faster version of std.BoxBlur.
- Checkmate: Spatial and temporal dot crawl reducer from AviSynth.
- CLAHE: Contrast Limited Adaptive Histogram Equalization from OpenCV.
- ColorMap: A port of the OpenCV ColorMap.
- CombMask: Port of CombMask from AviSynth.
- CombMaskMT: Port of MTCombMask from AviSynth.
- Deband: A faster version of neo_f3kdb with float support.
- ImageRead: Load image using Zig Image library.
- Limiter: A faster version of core.std.Limiter.
- LimitFilter: Performs a soft-limiting between two clips to limit the difference of filtering while avoiding artifacts.
- PackRGB: Planar to interleaved RGB filter.
- PlaneAverage: Vapoursynth PlaneStats with threshold.
- PlaneMinMax: Vapoursynth PlaneStats with threshold.
- RFS: Replace frames plugin.
- SSIMULACRA2: Image metric SSIMULACRA2.
- XPSNR: Image metric XPSNR.
BENCHMARK
src = core.std.BlankClip(None, 1920, 1080, vs.YUV420P16, 5000)
src.bilateral.Bilateral(ref=None, sigmaS=2, sigmaR=2, planes=[0,1,2]).set_output(1)
# Output 5000 frames in 43.35 seconds (115.35 fps)
src.vszip.Bilateral(ref=None, sigmaS=2, sigmaR=2, planes=[0,1,2]).set_output(2)
# Output 5000 frames in 35.37 seconds (141.36 fps)
src.std.BoxBlur(hradius=13, hpasses=1, vradius=13, vpasses=1).set_output(3)
# Output 5000 frames in 16.74 seconds (298.60 fps)
src.vszip.BoxBlur(hradius=13, hpasses=1, vradius=13, vpasses=1).set_output(4)
# Output 5000 frames in 4.78 seconds (1046.11 fps)
src.std.BoxBlur(hradius=13, hpasses=5, vradius=13, vpasses=5).set_output(5)
# Output 5000 frames in 76.72 seconds (65.17 fps)
src.vszip.BoxBlur(hradius=13, hpasses=5, vradius=13, vpasses=5).set_output(6)
# Output 5000 frames in 13.62 seconds (367.01 fps)
Building
- Via manual download:
Put zig-0.15.2 in your PATH and run:zig build -Doptimize=ReleaseFast. - Via automated scripts:
git clone https://github.com/dnjulek/vapoursynth-zip
cd vapoursynth-zip/build-help && ./build.ps1
- Via AUR (for Arch Linux):
Runparu -S vapoursynth-plugin-vszip-git - Via vsrepo (for Windows):
Runvsrepo install vszip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vapoursynth_vszip-13.0.0.tar.gz.
File metadata
- Download URL: vapoursynth_vszip-13.0.0.tar.gz
- Upload date:
- Size: 98.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52cd4ca0ecb2367d8ae05369044cdf50ea1c3e93779d1ba462bb4c5df480ff76
|
|
| MD5 |
fcc574dfddead335da85c6b51571aedb
|
|
| BLAKE2b-256 |
f4f43e4b30db5625d6c301acc1dfb61a5c238cd3fee320c96622bf639ee8ab3c
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0.tar.gz:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0.tar.gz -
Subject digest:
52cd4ca0ecb2367d8ae05369044cdf50ea1c3e93779d1ba462bb4c5df480ff76 - Sigstore transparency entry: 1392540949
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff15ac088648fd585dce87efd388e905c8cbe81394886168bd84195aa249d10
|
|
| MD5 |
2010ba3c283c5d4a658c9c4ebf9a1d46
|
|
| BLAKE2b-256 |
364b2059be3c0c6232ec7a484bd1daea455f21a262f859f42f39b7016e46c837
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl -
Subject digest:
0ff15ac088648fd585dce87efd388e905c8cbe81394886168bd84195aa249d10 - Sigstore transparency entry: 1392540976
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
059538ef49ad2e98dd30d0238abf3307edd73ce5ee2bf1d2e0cfca09c7a364e4
|
|
| MD5 |
9cd3ac8360f5f60c548862801b83f7bd
|
|
| BLAKE2b-256 |
533ba6edf16afcf9ba492b910b74a0744d4321f4bd14044374ef40e99cfc853c
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl -
Subject digest:
059538ef49ad2e98dd30d0238abf3307edd73ce5ee2bf1d2e0cfca09c7a364e4 - Sigstore transparency entry: 1392540971
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 623.0 kB
- Tags: Python 3, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8331471faa824223bea7bba40b1942d8f33801cc1ea0fd0c9467ba4afef91c2
|
|
| MD5 |
545ea27c059788c4b13ebd526d90625d
|
|
| BLAKE2b-256 |
0167faca4843206137b5d53b1ed60b86856483da3042fa5c51cf6022ea7add70
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl -
Subject digest:
d8331471faa824223bea7bba40b1942d8f33801cc1ea0fd0c9467ba4afef91c2 - Sigstore transparency entry: 1392540983
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
898edb466f076efb876bd1f9df7c8a92313d70e41aec9f7b399cd914a7f6c722
|
|
| MD5 |
7f66e85b061dceb13bc42387ee06b5af
|
|
| BLAKE2b-256 |
568f043289c83b8c7c7ed2d7ed36a42974e4d89e4664d00895bbbc83f29e832d
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl -
Subject digest:
898edb466f076efb876bd1f9df7c8a92313d70e41aec9f7b399cd914a7f6c722 - Sigstore transparency entry: 1392540963
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl
- Upload date:
- Size: 622.8 kB
- Tags: Python 3, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d0bf39892c94cb0a80592b6e1e64603b7a32f0c4c1ab0465866e9dde5605ee4
|
|
| MD5 |
de59585ec62a79ae68567d4ba4388e7d
|
|
| BLAKE2b-256 |
2b464d87663383b2520479e955c7383d9b91fa3effad48aa294addfae9340811
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl -
Subject digest:
6d0bf39892c94cb0a80592b6e1e64603b7a32f0c4c1ab0465866e9dde5605ee4 - Sigstore transparency entry: 1392541002
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl
- Upload date:
- Size: 646.8 kB
- Tags: Python 3, macOS 11.0+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d11d6f553dca4fbcc26dc01ed1b145e63ff0d5f1980dc279d232f21cd870cf9b
|
|
| MD5 |
f976bbfc440c744af7d25fdd5894c46d
|
|
| BLAKE2b-256 |
aaa65b1bd350cf87b59b0392917717a5565e32505b8c93fb6fc1e537ea1f8488
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl -
Subject digest:
d11d6f553dca4fbcc26dc01ed1b145e63ff0d5f1980dc279d232f21cd870cf9b - Sigstore transparency entry: 1392540992
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type:
File details
Details for the file vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 585.8 kB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d5372fc088b93d96b165fc6aee74adc7a70ef27d857655bd6b4e79b4c15e8bc
|
|
| MD5 |
107640c098143dbecc451a431fd9d840
|
|
| BLAKE2b-256 |
64138a25bad5069630368422e18946d442bdb57be5eaaa182d072d586bd806bd
|
Provenance
The following attestation bundles were made for vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl:
Publisher:
build.yaml on dnjulek/vapoursynth-zip
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl -
Subject digest:
3d5372fc088b93d96b165fc6aee74adc7a70ef27d857655bd6b4e79b4c15e8bc - Sigstore transparency entry: 1392540997
- Sigstore integration time:
-
Permalink:
dnjulek/vapoursynth-zip@f0fde857fc66d387756648807cec9e66813b48a5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/dnjulek
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
build.yaml@f0fde857fc66d387756648807cec9e66813b48a5 -
Trigger Event:
push
-
Statement type: