Skip to main content

vs-jetpack

Documentation Coverage Status PyPI Version

vs-jetpack provides a collection of Python modules for filtering video using VapourSynth. These include modules for scaling, masking, denoising, debanding, dehaloing, deinterlacing, and antialiasing, as well as general utility functions.

For support you can check out the JET Discord server.

Documentation

You can find the full API reference on the project's documentation site.

If you're looking for workflow recommendations, the JET Encoding Guide is available here.

Installation

vsjetpack relies on a number of VapourSynth plugins to function. Most of these plugins are now available as Python packages on PyPI and can be installed automatically using extras:

Breakdown

Most extras are hierarchical. For example, denoise includes all plugins from aa, which in turn includes mask, and so on.

Extra Purpose Included Plugins / Packages
source Clip indexing bestsource, ffms2, lsmas, d2vsource, dvdsrc2
kernels Resizing resize2, descale, vs-placebo
rg Repair & smoothing awarp, zsmooth (+ kernels, expr)
mask Masking edgemasks, hysteresis, subtext (+ source, rg)
scale Scaling and MLRT tools ov and supporting Python packages (+ mask)
aa Anti-aliasing bwdif, sangnom, znedi3 (+ scale)
denoise Denoising bm3d, bm3dcpu / bm3dmetal, dfttest2, deblock, fmtconv, mvutensils, nlm-ispc (+ aa)
deband Debanding vsnoise (+ denoise)
deinterlace Deinterlacing dmetrics, vivtc (+ denoise)
full All CPU-based extras All of the above
gpu Generic GPU ort
cl OpenCL vszipcl
vulkan Vulkan devices eedi3vk2, ncnn, nnedi3vk
nvidia NVIDIA GPU bm3dcuda, bilateralgpu, dfttest2[cufft,nvrtc], ort-cuda, trt{-rtx}, vszipcu (+ cl, vulkan)
amd AMD GPU bm3dhip, dfttest2[hiprtc,hipfft], Linux-only mlrt-migx (+ gpu, cl, vulkan)

[!IMPORTANT] Some plugins distribute their wheels through our custom package index instead of PyPI.

Add --extra-index-url to ensure pip can locate all required packages:

pip install vsjetpack[full] --extra-index-url https://jaded-encoding-thaumaturgy.github.io/vs-wheels/simple

When downloading the nvidia extra, you can also add the NVIDIA index:

Bash

pip install vsjetpack[full,nvidia] \
  --extra-index-url https://pypi.nvidia.com/ \
  --extra-index-url https://jaded-encoding-thaumaturgy.github.io/vs-wheels/simple

Powershell

pip install vsjetpack[full,nvidia] `
  --extra-index-url https://pypi.nvidia.com/ `
  --extra-index-url https://jaded-encoding-thaumaturgy.github.io/vs-wheels/simple

For more information, click here.

Not all extras have prebuilt wheels on every platform:

Extra Windows x64 Linux (glibc 2.35+) Linux (musl 1.2+) macOS (x64/ARM) 15.0+
source
kernels
rg
mask
scale
aa
denoise
deband
deinterlace
full
gpu
cl
vulkan
nvidia ⚠️1
amd

[!TIP] If a plugin is unavailable for your platform, you may need to build it manually.

Refer to the plugin repository for platform-specific build instructions.

  1. bilateralgpu requires Glibc 2.39+.

Download files

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

Source Distribution

vsjetpack-2.2.2.tar.gz (604.2 kB view details)

Uploaded Source

Built Distribution

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

vsjetpack-2.2.2-py3-none-any.whl (437.2 kB view details)

Uploaded Python 3

File details

Details for the file vsjetpack-2.2.2.tar.gz.

File metadata

  • Download URL: vsjetpack-2.2.2.tar.gz
  • Upload date:
  • Size: 604.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vsjetpack-2.2.2.tar.gz
Algorithm Hash digest
SHA256 178a65180f57d2a9dc4ac8c84b2b9c1ac25087b75e5851095446b24aea80e67b
MD5 ac7ae5bb1f8d1bcbcec77b37a143b4ca
BLAKE2b-256 ec4d4deb6e2361af3c9e5ef71b2991bf5e41265cbfbe2bb09b9a5f36dd3ba5aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for vsjetpack-2.2.2.tar.gz:

Publisher: pypipublish.yml on Jaded-Encoding-Thaumaturgy/vs-jetpack

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

File details

Details for the file vsjetpack-2.2.2-py3-none-any.whl.

File metadata

  • Download URL: vsjetpack-2.2.2-py3-none-any.whl
  • Upload date:
  • Size: 437.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for vsjetpack-2.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d20aa9a7c2324eaa43e157be9334d489c66969b14369da5c374ff264e391e635
MD5 1b6727d6076818179abc933cd375f3f5
BLAKE2b-256 b74a3b04fec2b242c568411bb3749675cf823d41ad061b357e2a1c474aa08f93

See more details on using hashes here.

Provenance

The following attestation bundles were made for vsjetpack-2.2.2-py3-none-any.whl:

Publisher: pypipublish.yml on Jaded-Encoding-Thaumaturgy/vs-jetpack

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

Release history Release notifications | RSS feed

2.2.4

2 files

2.2.3

2 files

This release

2.2.2 This release

2 files

2.2.1

2 files

2.2.0

2 files

2.1.1

2 files

2.1.0

2 files

2.0.0

2 files

1.5.0

2 files

1.4.1

2 files

1.4.0

2 files

1.3.1

2 files

1.3.0

2 files

1.2.1

2 files

1.2.0

2 files

1.1.0

2 files

1.0.0

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

1 file

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page