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

Uploaded Python 3Windows x86-64

vapoursynth_vszip-14.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-14.0.0-py3-none-musllinux_1_2_aarch64.whl (622.1 kB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

vapoursynth_vszip-14.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-14.0.0-py3-none-manylinux_2_17_aarch64.whl (622.1 kB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

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

Uploaded Python 3macOS 11.0+ x86-64

vapoursynth_vszip-14.0.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.0.0.tar.gz.

File metadata

  • Download URL: vapoursynth_vszip-14.0.0.tar.gz
  • Upload date:
  • Size: 98.2 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.0.0.tar.gz
Algorithm Hash digest
SHA256 4eb281132a23252e486a9fa4372e573cb44b3bf45e455e01e1074d3c5d61e03c
MD5 9386a60396401eb2b9529ec3f703dada
BLAKE2b-256 14d20c06f49d02b61d523f64b0621757c59d0e1bc7f3faf0e9a8d2783c90fb82

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f3bc2c75b4ebc7102f583f03069ff1cec521267dc473aa6303a3a45b8de9301d
MD5 0fc024c96bbd064f5fa3093e8099789e
BLAKE2b-256 8f3a199855fe9363fd064c78f7aa1dc047cb267e7b33185fe4f6f59ce3f8ff6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e50588dad37a5c7fd4f3a5ca47e8fa620a96199abca0a87812dd7714bb5c9930
MD5 65edf52024537bb5b9d2ac4624c283d8
BLAKE2b-256 d5d6700640e5a98d9c703d080877dab9263c74434ad109ace70dcf639fd1c51c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1027c1267d07c86d50af09ef70ad26c99e0661602a1ba01841181e9a1f32e0a9
MD5 033e8da13db9f9bf8052c8f2f0207442
BLAKE2b-256 b730a130240ed2775546eb97af876a8dff6e07f3e37feb071a3e461427e3fd15

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5a9045e73d0a4ed470b42e42143202f4f2f8b543e864aac0b6ee516e350afeb2
MD5 4087fd1b1dd73c467c76f3afec6a3081
BLAKE2b-256 de5313205c8bb56cd41a6db47c13cd01b07e6c9fdc05a846085750f7b8fa8bd2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7e810595c94cd4287e7baea4e3963faf01a6f10fd0df9d22762cabaa2b7df79d
MD5 cdd162f48f8bbe91ac73359c842eb080
BLAKE2b-256 301eb66d65352756ccac7702e3cf0ec6f397d636c22ec456f2ec489f7f14bbd4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7a21897a355fc4d3d4fd5e47e3c2c85ff90f3be8b013aade8361d75510b879d1
MD5 e65a831e2ae9c14616d552935afd728b
BLAKE2b-256 8247ecff4f4e3f1ec666837b7235355410188f9778806d1c4ea8e159ececece2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for vapoursynth_vszip-14.0.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdb44c6ef608748dba5a80d4e31b643df2e3af28b884ffea8aa739c49fac8443
MD5 c313b40c1455bb8f5492634698533b14
BLAKE2b-256 f78e0d6baa39d514c766a98ef24001b53a71865f34bc23e9a1e02b8e059034e2

See more details on using hashes here.

Provenance

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