vsjetpack


Namevsjetpack JSON
Version 0.8.5 PyPI version JSON
download
home_pageNone
SummaryFull suite of filters, wrappers, and helper functions for filtering video using VapourSynth
upload_time2025-10-26 18:41:09
maintainerNone
docs_urlNone
authorJaded Encoding Thaumaturgy
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # vs-jetpack

[![Coverage Status](https://coveralls.io/repos/github/Jaded-Encoding-Thaumaturgy/vs-jetpack/badge.svg?branch=main)](https://coveralls.io/github/Jaded-Encoding-Thaumaturgy/vs-jetpack?branch=main)
[![Documentation](https://img.shields.io/badge/API%20Docs-purple)](https://jaded-encoding-thaumaturgy.github.io/vs-jetpack/)



Full suite of filters, wrappers, and helper functions for filtering video using VapourSynth

`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](https://discord.gg/XTpc6Fa9eB). <br><br>

## How to install

Install `vsjetpack` with the following command:

```sh
pip install vsjetpack
```

Or if you want the latest git version, install it with this command:

```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack.git
```

Note that `vsjetpack` only provides Python functions,
many of them wrapping or combining existing plugins.
You will need to install these plugins separately,
for example using [vsrepo](https://github.com/vapoursynth/vsrepo).

#### Dependencies

| **Essential**                                                                           | **Source filters**                                                    | **Optional**                                                                                                                                                                 |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [akarin](https://github.com/Jaded-Encoding-Thaumaturgy/akarin-vapoursynth-plugin) [^1] | [bestsource](https://github.com/vapoursynth/bestsource)               | [eedi2](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI2) / [eedi2cuda](https://github.com/hooke007/VapourSynth-EEDI2CUDA)                                     |
| [resize2](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-resize2) [^1]      | [d2vsource](https://github.com/dwbuiten/d2vsource)                    | [eedi3](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3)                                                                                                      |
| [vszip](https://github.com/dnjulek/vapoursynth-zip)                                     | [dvdsrc2](https://github.com/jsaowji/dvdsrc2)                         | [znedi3](https://github.com/sekrit-twc/znedi3) / [sneedif](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-SNEEDIF)                                                |
| [fmtconv](https://gitlab.com/EleonoreMizo/fmtconv/)                                     | [ffms2](https://github.com/FFMS/ffms2)                                | [sangnom](https://github.com/dubhater/vapoursynth-sangnom)                                                                                                                   |
| [zsmooth](https://github.com/adworacz/zsmooth)                                          | [lsmas](https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works) | [neo\_f3kdb](https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb)                                                                                                       |
|                                                                                         | [imwri](https://github.com/vapoursynth/vs-imwri)                      | [vs-noise](https://github.com/wwww-wwww/vs-noise)                                                                                                                            |
|                                                                                         | [carefulsource](https://github.com/wwww-wwww/carefulsource)           | [vivtc](https://github.com/vapoursynth/vivtc)                                                                                                                                |
|                                                                                         |                                                                       | [wnnm](https://github.com/AmusementClub/VapourSynth-WNNM)                                                                                                                    |
|                                                                                         |                                                                       | [bm3dcuda](https://github.com/WolframRhodium/VapourSynth-BM3DCUDA) / [bm3d](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D)                                  |
|                                                                                         |                                                                       | [dctfilter](https://github.com/AmusementClub/VapourSynth-DCTFilter)                                                                                                          |
|                                                                                         |                                                                       | [deblock](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock)                                                                                                 |
|                                                                                         |                                                                       | [vs-mlrt](https://github.com/AmusementClub/vs-mlrt)                                                                                                                          |
|                                                                                         |                                                                       | [dfttest2](https://github.com/AmusementClub/vs-dfttest2) / [dfttest](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest)                                      |
|                                                                                         |                                                                       | [mvtools](https://github.com/dubhater/vapoursynth-mvtools) / [mvtools-sf](https://github.com/IFeelBloated/vapoursynth-mvtools-sf)                                            |
|                                                                                         |                                                                       | [manipmv](https://github.com/Mikewando/manipulate-motion-vectors)                                                                                                            |
|                                                                                         |                                                                       | [scxvid](https://github.com/dubhater/vapoursynth-scxvid) / [wwxd](https://github.com/dubhater/vapoursynth-wwxd)                                                              |
|                                                                                         |                                                                       | [bwdif](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bwdif)                                                                                                     |
|                                                                                         |                                                                       | [fft3dfilter](https://github.com/AmusementClub/VapourSynth-FFT3DFilter)                                                                                                      |
|                                                                                         |                                                                       | [nlm-ispc](https://github.com/AmusementClub/vs-nlm-ispc) / [nlm-cuda](https://github.com/AmusementClub/vs-nlm-cuda) / [knlmeanscl](https://github.com/Khanattila/KNLMeansCL) |
|                                                                                         |                                                                       | [descale](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-descale)                                                                                                 |
|                                                                                         |                                                                       | [placebo](https://github.com/sgt0/vs-placebo)                                                                                                                                |
|                                                                                         |                                                                       | [awarpsharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) / [warpsharpsf](https://github.com/IFeelBloated/warpsharp)                                                |
|                                                                                         |                                                                       | [tcanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny)                                                                                                   |
|                                                                                         |                                                                       | [tedgemask](https://github.com/dubhater/vapoursynth-tedgemask)                                                                                                               |
|                                                                                         |                                                                       | [hysteresis](https://github.com/sgt0/vapoursynth-hysteresis)                                                                                                                 |
|                                                                                         |                                                                       | [adaptivegrain](https://github.com/Irrational-Encoding-Wizardry/adaptivegrain)                                                                                               |
|                                                                                         |                                                                       | [bilateralgpu](https://github.com/WolframRhodium/VapourSynth-BilateralGPU)                                                                                                   |
|                                                                                         |                                                                       | [edgemasks](https://github.com/HolyWu/VapourSynth-EdgeMasks)                                                                                                                 |

[^1]: Can be considered mandatory

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vsjetpack",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Jaded Encoding Thaumaturgy <jaded.encoding.thaumaturgy@gmail.com>",
    "keywords": null,
    "author": "Jaded Encoding Thaumaturgy",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b3/2f/c16d0acbc1df2cf3d79a93ad6b111f3ac57b4c3cb6c4246dd36c3a3626f8/vsjetpack-0.8.5.tar.gz",
    "platform": null,
    "description": "# vs-jetpack\n\n[![Coverage Status](https://coveralls.io/repos/github/Jaded-Encoding-Thaumaturgy/vs-jetpack/badge.svg?branch=main)](https://coveralls.io/github/Jaded-Encoding-Thaumaturgy/vs-jetpack?branch=main)\n[![Documentation](https://img.shields.io/badge/API%20Docs-purple)](https://jaded-encoding-thaumaturgy.github.io/vs-jetpack/)\n\n\n\nFull suite of filters, wrappers, and helper functions for filtering video using VapourSynth\n\n`vs-jetpack` provides a collection of Python modules for filtering video using VapourSynth.\nThese include modules for scaling, masking, denoising, debanding, dehaloing, deinterlacing,\nand antialiasing, as well as general utility functions.\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n## How to install\n\nInstall `vsjetpack` with the following command:\n\n```sh\npip install vsjetpack\n```\n\nOr if you want the latest git version, install it with this command:\n\n```sh\npip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack.git\n```\n\nNote that `vsjetpack` only provides Python functions,\nmany of them wrapping or combining existing plugins.\nYou will need to install these plugins separately,\nfor example using [vsrepo](https://github.com/vapoursynth/vsrepo).\n\n#### Dependencies\n\n| **Essential**                                                                           | **Source filters**                                                    | **Optional**                                                                                                                                                                 |\n| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| [akarin](https://github.com/Jaded-Encoding-Thaumaturgy/akarin-vapoursynth-plugin) [^1] | [bestsource](https://github.com/vapoursynth/bestsource)               | [eedi2](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI2) / [eedi2cuda](https://github.com/hooke007/VapourSynth-EEDI2CUDA)                                     |\n| [resize2](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-resize2) [^1]      | [d2vsource](https://github.com/dwbuiten/d2vsource)                    | [eedi3](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3)                                                                                                      |\n| [vszip](https://github.com/dnjulek/vapoursynth-zip)                                     | [dvdsrc2](https://github.com/jsaowji/dvdsrc2)                         | [znedi3](https://github.com/sekrit-twc/znedi3) / [sneedif](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-SNEEDIF)                                                |\n| [fmtconv](https://gitlab.com/EleonoreMizo/fmtconv/)                                     | [ffms2](https://github.com/FFMS/ffms2)                                | [sangnom](https://github.com/dubhater/vapoursynth-sangnom)                                                                                                                   |\n| [zsmooth](https://github.com/adworacz/zsmooth)                                          | [lsmas](https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works) | [neo\\_f3kdb](https://github.com/HomeOfAviSynthPlusEvolution/neo_f3kdb)                                                                                                       |\n|                                                                                         | [imwri](https://github.com/vapoursynth/vs-imwri)                      | [vs-noise](https://github.com/wwww-wwww/vs-noise)                                                                                                                            |\n|                                                                                         | [carefulsource](https://github.com/wwww-wwww/carefulsource)           | [vivtc](https://github.com/vapoursynth/vivtc)                                                                                                                                |\n|                                                                                         |                                                                       | [wnnm](https://github.com/AmusementClub/VapourSynth-WNNM)                                                                                                                    |\n|                                                                                         |                                                                       | [bm3dcuda](https://github.com/WolframRhodium/VapourSynth-BM3DCUDA) / [bm3d](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D)                                  |\n|                                                                                         |                                                                       | [dctfilter](https://github.com/AmusementClub/VapourSynth-DCTFilter)                                                                                                          |\n|                                                                                         |                                                                       | [deblock](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Deblock)                                                                                                 |\n|                                                                                         |                                                                       | [vs-mlrt](https://github.com/AmusementClub/vs-mlrt)                                                                                                                          |\n|                                                                                         |                                                                       | [dfttest2](https://github.com/AmusementClub/vs-dfttest2) / [dfttest](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest)                                      |\n|                                                                                         |                                                                       | [mvtools](https://github.com/dubhater/vapoursynth-mvtools) / [mvtools-sf](https://github.com/IFeelBloated/vapoursynth-mvtools-sf)                                            |\n|                                                                                         |                                                                       | [manipmv](https://github.com/Mikewando/manipulate-motion-vectors)                                                                                                            |\n|                                                                                         |                                                                       | [scxvid](https://github.com/dubhater/vapoursynth-scxvid) / [wwxd](https://github.com/dubhater/vapoursynth-wwxd)                                                              |\n|                                                                                         |                                                                       | [bwdif](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bwdif)                                                                                                     |\n|                                                                                         |                                                                       | [fft3dfilter](https://github.com/AmusementClub/VapourSynth-FFT3DFilter)                                                                                                      |\n|                                                                                         |                                                                       | [nlm-ispc](https://github.com/AmusementClub/vs-nlm-ispc) / [nlm-cuda](https://github.com/AmusementClub/vs-nlm-cuda) / [knlmeanscl](https://github.com/Khanattila/KNLMeansCL) |\n|                                                                                         |                                                                       | [descale](https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-descale)                                                                                                 |\n|                                                                                         |                                                                       | [placebo](https://github.com/sgt0/vs-placebo)                                                                                                                                |\n|                                                                                         |                                                                       | [awarpsharp2](https://github.com/dubhater/vapoursynth-awarpsharp2) / [warpsharpsf](https://github.com/IFeelBloated/warpsharp)                                                |\n|                                                                                         |                                                                       | [tcanny](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-TCanny)                                                                                                   |\n|                                                                                         |                                                                       | [tedgemask](https://github.com/dubhater/vapoursynth-tedgemask)                                                                                                               |\n|                                                                                         |                                                                       | [hysteresis](https://github.com/sgt0/vapoursynth-hysteresis)                                                                                                                 |\n|                                                                                         |                                                                       | [adaptivegrain](https://github.com/Irrational-Encoding-Wizardry/adaptivegrain)                                                                                               |\n|                                                                                         |                                                                       | [bilateralgpu](https://github.com/WolframRhodium/VapourSynth-BilateralGPU)                                                                                                   |\n|                                                                                         |                                                                       | [edgemasks](https://github.com/HolyWu/VapourSynth-EdgeMasks)                                                                                                                 |\n\n[^1]: Can be considered mandatory\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Full suite of filters, wrappers, and helper functions for filtering video using VapourSynth",
    "version": "0.8.5",
    "project_urls": {
        "Contact": "https://discord.gg/XTpc6Fa9eB",
        "Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dcf024db5cde84ff519075bb4ff07f81a500efeac64749a845b1ab4e6459a7dc",
                "md5": "fe598f81c2aa0dbe5122515bac1fbc0c",
                "sha256": "1e1f533e69c2f579cfcd2826decb275f4335bad31b43d31ceefbe2d37385f843"
            },
            "downloads": -1,
            "filename": "vsjetpack-0.8.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe598f81c2aa0dbe5122515bac1fbc0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 425537,
            "upload_time": "2025-10-26T18:41:07",
            "upload_time_iso_8601": "2025-10-26T18:41:07.539718Z",
            "url": "https://files.pythonhosted.org/packages/dc/f0/24db5cde84ff519075bb4ff07f81a500efeac64749a845b1ab4e6459a7dc/vsjetpack-0.8.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b32fc16d0acbc1df2cf3d79a93ad6b111f3ac57b4c3cb6c4246dd36c3a3626f8",
                "md5": "bb6fd0168043eee259dd38556e43c927",
                "sha256": "0da55e5ece6a415d3c0c513e680bb78b578b2f48444c2f6f74c05b02e3d5fab1"
            },
            "downloads": -1,
            "filename": "vsjetpack-0.8.5.tar.gz",
            "has_sig": false,
            "md5_digest": "bb6fd0168043eee259dd38556e43c927",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 339887,
            "upload_time": "2025-10-26T18:41:09",
            "upload_time_iso_8601": "2025-10-26T18:41:09.196292Z",
            "url": "https://files.pythonhosted.org/packages/b3/2f/c16d0acbc1df2cf3d79a93ad6b111f3ac57b4c3cb6c4246dd36c3a3626f8/vsjetpack-0.8.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-26 18:41:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jaded-Encoding-Thaumaturgy",
    "github_project": "vs-jetpack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vsjetpack"
}
        
Elapsed time: 1.73810s