# vs-denoise
> [!CAUTION]
> This package is deprecated!
> Please use https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack instead.
### VapourSynth denoising, regression, and motion-compensation functions
<br>
Wrappers for denoising, regression, and motion-compensation-related plugins and functions.
For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>
## How to install
**This package is deprecated!**
Please install https://pypi.org/p/vsjetpack instead.
## Example usage
```py
from vsdenoise import MVToolsPresets, Prefilter, mc_degrain, BM3DCuda, Profile, nl_means
clip = ...
ref = mc_degrain(
clip, prefilter=Prefilter.DFTTEST, preset=MVToolsPresets.HQ_SAD, thsad=100
)
denoise = BM3DCuda.denoise(
clip, sigma=0.8, tr=2, profile=Profile.NORMAL, ref=ref, planes=0
)
denoise = nl_means(denoise, tr=2, strength=0.2, ref=ref, planes=[1, 2])
```
Raw data
{
"_id": null,
"home_page": null,
"name": "vsdenoise",
"maintainer": "Setsugen no ao",
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "setsugen@setsugen.dev",
"keywords": null,
"author": "Setsugen no ao",
"author_email": "setsugen@setsugen.dev",
"download_url": "https://files.pythonhosted.org/packages/22/6a/1ae5d488ce7da0441db5a03440393d5d5a48023f7e935b64d47685ec4d9e/vsdenoise-2.8.2.tar.gz",
"platform": null,
"description": "# vs-denoise\n\n> [!CAUTION]\n> This package is deprecated!\n> Please use https://github.com/Jaded-Encoding-Thaumaturgy/vs-jetpack instead.\n\n### VapourSynth denoising, regression, and motion-compensation functions\n\n<br>\n\nWrappers for denoising, regression, and motion-compensation-related plugins and functions.\n\nFor support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>\n\n## How to install\n**This package is deprecated!**\n\nPlease install https://pypi.org/p/vsjetpack instead.\n\n## Example usage\n\n```py\nfrom vsdenoise import MVToolsPresets, Prefilter, mc_degrain, BM3DCuda, Profile, nl_means\n\nclip = ...\n\nref = mc_degrain(\n clip, prefilter=Prefilter.DFTTEST, preset=MVToolsPresets.HQ_SAD, thsad=100\n)\n\ndenoise = BM3DCuda.denoise(\n clip, sigma=0.8, tr=2, profile=Profile.NORMAL, ref=ref, planes=0\n)\n\ndenoise = nl_means(denoise, tr=2, strength=0.2, ref=ref, planes=[1, 2])\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "VapourSynth denoising functions",
"version": "2.8.2",
"project_urls": {
"Contact": "https://discord.gg/XTpc6Fa9eB",
"Source Code": "https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "17df2cfc32d3d1da2f091c98f857d132d9ee30ff1efedc52a613e2233155f64e",
"md5": "feff1fabc5d17200a0170b2e8db65a6f",
"sha256": "53affd323ce5ffba8caeb307cfe842c442b510887dccad50b3903283355e93e0"
},
"downloads": -1,
"filename": "vsdenoise-2.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "feff1fabc5d17200a0170b2e8db65a6f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 68666,
"upload_time": "2025-02-13T14:30:16",
"upload_time_iso_8601": "2025-02-13T14:30:16.799063Z",
"url": "https://files.pythonhosted.org/packages/17/df/2cfc32d3d1da2f091c98f857d132d9ee30ff1efedc52a613e2233155f64e/vsdenoise-2.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "226a1ae5d488ce7da0441db5a03440393d5d5a48023f7e935b64d47685ec4d9e",
"md5": "0f7d7b8a2d5f6c81e079e7ea7e27e512",
"sha256": "0f3ebe61ef0db07c20c09b0647931372ddfe52b9cdae7b4f54d107335f580f0a"
},
"downloads": -1,
"filename": "vsdenoise-2.8.2.tar.gz",
"has_sig": false,
"md5_digest": "0f7d7b8a2d5f6c81e079e7ea7e27e512",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 61114,
"upload_time": "2025-02-13T14:30:18",
"upload_time_iso_8601": "2025-02-13T14:30:18.042154Z",
"url": "https://files.pythonhosted.org/packages/22/6a/1ae5d488ce7da0441db5a03440393d5d5a48023f7e935b64d47685ec4d9e/vsdenoise-2.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-13 14:30:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jaded-Encoding-Thaumaturgy",
"github_project": "vs-denoise",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "VapourSynth",
"specs": [
[
">=",
"68"
]
]
},
{
"name": "vstools",
"specs": [
[
">=",
"3.4.1"
]
]
},
{
"name": "vskernels",
"specs": [
[
">=",
"3.4.2"
]
]
},
{
"name": "vsexprtools",
"specs": [
[
">=",
"1.8.1"
]
]
},
{
"name": "vsrgtools",
"specs": [
[
">=",
"1.9.0"
]
]
},
{
"name": "vsmasktools",
"specs": [
[
">=",
"1.4.1"
]
]
},
{
"name": "vsaa",
"specs": [
[
">=",
"1.12.1"
]
]
},
{
"name": "vsscale",
"specs": [
[
">=",
"2.3.1"
]
]
}
],
"lcname": "vsdenoise"
}