Skip to main content

VapourSynth denoising functions

Project description

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


Wrappers for denoising, regression, and motion-compensation-related plugins and functions.

For support you can check out the JET Discord server.

How to install

This package is deprecated!

Please install https://pypi.org/p/vsjetpack instead.

Example usage

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])

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

vsdenoise-2.8.3.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

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

vsdenoise-2.8.3-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file vsdenoise-2.8.3.tar.gz.

File metadata

  • Download URL: vsdenoise-2.8.3.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for vsdenoise-2.8.3.tar.gz
Algorithm Hash digest
SHA256 5de7484dead133ddee95ef1bb580f170e357f0c5f6e9ccce90b3a774d84fc95c
MD5 177a02f79bc44eb86b38f67f8333c1ad
BLAKE2b-256 625434b8ec0caddf783eec2d4d94edaff9d7f110fbe357f05b666a282ebeb6ae

See more details on using hashes here.

File details

Details for the file vsdenoise-2.8.3-py3-none-any.whl.

File metadata

  • Download URL: vsdenoise-2.8.3-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for vsdenoise-2.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 58089c11cb331afe2ca50702bdf6c5ffdfd47d6401b7c1fef5efe69dfdaffa0e
MD5 a0c634d17e8ba5e65dd069a340547767
BLAKE2b-256 65d1b423aad59ed9a43727f0ea205799de4c662ce0185cd8a2263db7e4024b74

See more details on using hashes here.

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