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-14.1.0.tar.gz (98.1 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-14.1.0-py3-none-win_amd64.whl (2.2 MB view details)

Uploaded Python 3Windows x86-64

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

Uploaded Python 3musllinux: musl 1.2+ x86-64

vapoursynth_vszip-14.1.0-py3-none-musllinux_1_2_aarch64.whl (622.2 kB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

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

Uploaded Python 3manylinux: glibc 2.17+ x86-64

vapoursynth_vszip-14.1.0-py3-none-manylinux_2_17_aarch64.whl (622.1 kB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

vapoursynth_vszip-14.1.0-py3-none-macosx_11_0_x86_64.whl (641.1 kB view details)

Uploaded Python 3macOS 11.0+ x86-64

vapoursynth_vszip-14.1.0-py3-none-macosx_11_0_arm64.whl (584.7 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file vapoursynth_vszip-14.1.0.tar.gz.

File metadata

  • Download URL: vapoursynth_vszip-14.1.0.tar.gz
  • Upload date:
  • Size: 98.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for vapoursynth_vszip-14.1.0.tar.gz
Algorithm Hash digest
SHA256 5f73a32f9cd0a34d20a48f9908122badfe024af043b9fbf788ac533e0bd043d4
MD5 c6b965e8fbc4701625b55d54a608d18c
BLAKE2b-256 8cf6b56df2f95303945fa0bafce537d35575a00541c4d76b5a18620aa5934c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ea2a82b7522e1b67d92770371c69466fdea29d3d3b9fa4670bc18fb95d56c412
MD5 99ef2f2f05ec986a123eca2dc0298409
BLAKE2b-256 eb2f39f6d228efeaa6cc39c05f0e17559b5374ca4b1c0336d66abe6419dbe265

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae812a89f647fc533d945c979dd86a92eb2cdcd7f8a5e1c0425cc3139163e06d
MD5 2b763b832f261d1134eebc2f12262a74
BLAKE2b-256 a0be3c00663c1e0e86ba4db01714a606d5328d8834e660691d55c3795f701f1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d0b5b5113d6cdafa554fda1769ed45cd160e8db16ef031c400c0bde54eb1bd1
MD5 07553d5f1b9c666b93cf57f62a34df94
BLAKE2b-256 c9b3ffd6d1045e34b18e15aafde2547050f395dedb33027c6ff8bdf7f1ab395b

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e76a4ce6dd34ba88cc0272c8320872052f629e66af70374703b93d41f023f95b
MD5 d30d80ca7400115deb7830e9558e73d7
BLAKE2b-256 bb55d8c6cb445731a3ba7e4f403f8777db72048ad1a1e61738ad7f53eb489926

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 832d3610b7fef4bc8975867caecda57308948340eabe08969894db1591136831
MD5 b0041c8fe5a803cd8e3a250124bb19a6
BLAKE2b-256 173f86638d4bcf175f74334c826a6e98b36f2962f84c690d643130cbebffc05d

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b8e1a9aa528af1b8fea06b29b36d6f7fd79a00e98c8b17937b20a33555ee24ab
MD5 3f067b43d76e094fdf3c35c4f217b7c2
BLAKE2b-256 b7024f174f9502aa1cd8b1484325b5479f4e33313c1dcad894e94e83fca9a3e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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-14.1.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for vapoursynth_vszip-14.1.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e7475582f273230bb858ff78e5ce13f5c3f7010f4ae78cc65adb85dd138e315e
MD5 b20caa4aeef905d207d42874320cd6a6
BLAKE2b-256 42a75235a0cfc6b93f40be23ce1d076342a7c2eb45e3f678521169d789b3fea0

See more details on using hashes here.

Provenance

The following attestation bundles were made for vapoursynth_vszip-14.1.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