VapourSynth denoising functions
Project description
vs-denoise
VapourSynth denoising, regression, and motion-compensation functions
Wrappers for denoising, regression, and motion-compensation-related plugins and functions.
For support you can check out the JET Discord server.
How to install
Install vsdenoise with the following command:
pip install vsdenoise
Or if you want the latest git version, install it with this command:
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise.git
Example usage
from vsdenoise import MVTools, SADMode, MotionMode, Prefilter, BM3DCuda, Profile, nl_means
clip = ...
ref = MVTools.denoise(
clip, thSAD=100, block_size=32, overlap=16,
motion=MotionMode.HIGH_SAD,
prefilter=Prefilter.DFTTEST,
sad_mode=(
SADMode.ADAPTIVE_SPATIAL_MIXED,
SADMode.ADAPTIVE_SATD_MIXED,
)
)
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])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vsdenoise-2.8.0.tar.gz
(66.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vsdenoise-2.8.0-py3-none-any.whl
(75.4 kB
view details)
File details
Details for the file vsdenoise-2.8.0.tar.gz.
File metadata
- Download URL: vsdenoise-2.8.0.tar.gz
- Upload date:
- Size: 66.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdd8c48a5ffcfc80e5611492c2bf835ef525b0a3a3a1a7553a625963bda7e113
|
|
| MD5 |
e64c33e5aeb5ef849e5cb863a0b06811
|
|
| BLAKE2b-256 |
76e2ddf037d64db6299a593de194d300149f3e4c03fcedeb380bc1610208fe94
|
File details
Details for the file vsdenoise-2.8.0-py3-none-any.whl.
File metadata
- Download URL: vsdenoise-2.8.0-py3-none-any.whl
- Upload date:
- Size: 75.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58462c42e2810a0805714bbf8206f5f99b03be269310c6ad829d9577b784c2aa
|
|
| MD5 |
4fa554d06c2197809709558200a203d3
|
|
| BLAKE2b-256 |
3de8c54139d07acb3c9c30bbb64d9e58250c9873d92a4698a78e42b3d1b5960d
|