Skip to main content

VapourSynth Zig Image Process

Project description

VapourSynth Zig Image Process

READ THE DOCS

FILTERS

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):
    Run paru -S vapoursynth-plugin-vszip-git
  • Via vsrepo (for Windows):
    Run vsrepo install vszip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vapoursynth_vszip-13.0.0.tar.gz (98.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl (2.2 MB view details)

Uploaded Python 3Windows x86-64

vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl (623.0 kB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl (622.8 kB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl (646.8 kB view details)

Uploaded Python 3macOS 11.0+ x86-64

vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl (585.8 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

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

Hashes for vapoursynth_vszip-13.0.0.tar.gz
Algorithm Hash digest
SHA256 52cd4ca0ecb2367d8ae05369044cdf50ea1c3e93779d1ba462bb4c5df480ff76
MD5 fcc574dfddead335da85c6b51571aedb
BLAKE2b-256 f4f43e4b30db5625d6c301acc1dfb61a5c238cd3fee320c96622bf639ee8ab3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-13.0.0.tar.gz:

Publisher: build.yaml on dnjulek/vapoursynth-zip

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 0ff15ac088648fd585dce87efd388e905c8cbe81394886168bd84195aa249d10
MD5 2010ba3c283c5d4a658c9c4ebf9a1d46
BLAKE2b-256 364b2059be3c0c6232ec7a484bd1daea455f21a262f859f42f39b7016e46c837

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 059538ef49ad2e98dd30d0238abf3307edd73ce5ee2bf1d2e0cfca09c7a364e4
MD5 9cd3ac8360f5f60c548862801b83f7bd
BLAKE2b-256 533ba6edf16afcf9ba492b910b74a0744d4321f4bd14044374ef40e99cfc853c

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d8331471faa824223bea7bba40b1942d8f33801cc1ea0fd0c9467ba4afef91c2
MD5 545ea27c059788c4b13ebd526d90625d
BLAKE2b-256 0167faca4843206137b5d53b1ed60b86856483da3042fa5c51cf6022ea7add70

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 898edb466f076efb876bd1f9df7c8a92313d70e41aec9f7b399cd914a7f6c722
MD5 7f66e85b061dceb13bc42387ee06b5af
BLAKE2b-256 568f043289c83b8c7c7ed2d7ed36a42974e4d89e4664d00895bbbc83f29e832d

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6d0bf39892c94cb0a80592b6e1e64603b7a32f0c4c1ab0465866e9dde5605ee4
MD5 de59585ec62a79ae68567d4ba4388e7d
BLAKE2b-256 2b464d87663383b2520479e955c7383d9b91fa3effad48aa294addfae9340811

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d11d6f553dca4fbcc26dc01ed1b145e63ff0d5f1980dc279d232f21cd870cf9b
MD5 f976bbfc440c744af7d25fdd5894c46d
BLAKE2b-256 aaa65b1bd350cf87b59b0392917717a5565e32505b8c93fb6fc1e537ea1f8488

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-13.0.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d5372fc088b93d96b165fc6aee74adc7a70ef27d857655bd6b4e79b4c15e8bc
MD5 107640c098143dbecc451a431fd9d840
BLAKE2b-256 64138a25bad5069630368422e18946d442bdb57be5eaaa182d072d586bd806bd

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page