Skip to content
This repository has been archived by the owner on Feb 27, 2025. It is now read-only.

Commit

Permalink
Change org ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 30, 2023
1 parent 1b91b0c commit 7266c9e
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Irrational Encoding Wizardry
Copyright (c) 2023 Jaded Encoding Thaumaturgy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# vs-denoise

### VapourSynth denoising, regression, and motion-compensation functions

<br>

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

You can find me in the [IEW Discord server](https://discord.gg/qxTxVJGtst), @Setsugennoao#6969.
<br><br>
For support you can check out the [JET Discord server](https://discord.gg/XTpc6Fa9eB). <br><br>

## How to install

Install `vsdenoise` with the following command:

```sh
$ pip install vsdenoise
pip install vsdenoise
```

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

```sh
$ pip install git+https://github.com/Irrational-Encoding-Wizardry/vs-denoise.git
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise.git
```

<br><br>

## Example usage

```py
from vsdenoise import MVTools, SADMode, MotionMode, Prefilter, BM3DCuda, Profile, nl_means

Expand Down
6 changes: 3 additions & 3 deletions docs/changelogs/changelogs.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelogs
==========

.. image:: https://img.shields.io/github/commits-since/Setsugennoao/vs-denoise/latest
:target: https://github.com/Irrational-Encoding-Wizardry/vs-denoise/commits/master
.. image:: https://img.shields.io/github/commits-since/Jaded-Encoding-Thaumaturgy/vs-denoise/latest
:target: https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/commits/master

Check the `Github releases page <https://github.com/Irrational-Encoding-Wizardry/vs-denoise/releases>`_
Check the `Github releases page <https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/releases>`_
for a full changelog.
4 changes: 2 additions & 2 deletions docs/getting_started/community.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Where to find support
If you're looking for vsdenoise support, there's a couple option:

* Read the official `documentation <_home>`
* Check out the official Irrational Encoding Wizardry `Discord server <https://discord.gg/qxTxVJGtst>`_
* Check out the JET `Discord server <https://discord.gg/XTpc6Fa9eB>`_

.. warning::

Expand All @@ -19,7 +19,7 @@ Contributing

.. _contribute:

The easiest way to contribute is to simply send in a `pull request <https://github.com/Irrational-Encoding-Wizardry/vs-denoise/pulls>`_!
The easiest way to contribute is to simply send in a `pull request <https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/pulls>`_!
Please keep your changes to a minimum. The following contributions will be automatically rejected:

PRs that
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use pip to do this, as demonstrated below:

.. code-block:: console
pip3 install vsdenoise --no-cache-dir -U
pip install vsdenoise --no-cache-dir -U
This ensures that any previous versions will be overwritten
and vsdenoise will be upgraded if you had already previously installed it.
Expand All @@ -24,7 +24,7 @@ as well as accurately reflect the documentation.

.. code-block:: console
pip3 install git+https://github.com/Irrational-Encoding-Wizardry/vs-denoise.git --no-cache-dir -U
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise.git --no-cache-dir -U
It's recommended you use a release version over building from git
unless you require new functionality only available upstream.
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ vsdenoise Documentation
.. image:: https://img.shields.io/pypi/v/vsdenoise
:target: https://pypi.org/project/vsdenoise/

.. image:: https://img.shields.io/github/commits-since/Setsugennoao/vs-denoise/latest
:target: https://github.com/Irrational-Encoding-Wizardry/vs-denoise/commits/master
.. image:: https://img.shields.io/github/commits-since/Jaded-Encoding-Thaumaturgy/vs-denoise/latest
:target: https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/commits/master

.. image:: https://img.shields.io/pypi/l/vsdenoise
:target: https://github.com/Irrational-Encoding-Wizardry/vs-denoise/blob/master/LICENSE
:target: https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/blob/master/LICENSE

.. image:: https://img.shields.io/discord/856381934052704266?label=discord
:target: https://discord.gg/qxTxVJGtst
:target: https://discord.gg/XTpc6Fa9eB

.. image:: https://static.pepy.tech/personalized-badge/vsdenoise?period=total&units=international_system&left_color=grey&right_color=blue&left_text=downloads
:target: https://pepy.tech/project/vsdenoise
Expand Down Expand Up @@ -61,7 +61,7 @@ Check out the `how to contribute <contribute>` section!
Special Credits
---------------
| A special thanks to every contributor who has contributed to vsdenoise.
| `A comprehensive list of contributors can be found here. <https://github.com/Irrational-Encoding-Wizardry/vs-denoise/graphs/contributors>`_
| `A comprehensive list of contributors can be found here. <https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise/graphs/contributors>`_

.. toctree::
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
long_description=readme,
long_description_content_type='text/markdown',
project_urls={
'Source Code': 'https://github.com/Irrational-Encoding-Wizardry/vs-denoise',
'Documentation': 'https://vsdenoise.encode.moe/en/latest/',
'Contact': 'https://discord.gg/qxTxVJGtst',
'Source Code': 'https://github.com/Jaded-Encoding-Thaumaturgy/vs-denoise',
'Contact': 'https://discord.gg/XTpc6Fa9eB',
},
install_requires=requirements,
python_requires='>=3.11',
Expand Down
2 changes: 1 addition & 1 deletion vsdenoise/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = '2.4.0'

__author_name__, __author_email__ = 'Irrational Encoding Wizardry', 'wizards@encode.moe'
__maintainer_name__, __maintainer_email__ = __author_name__, __author_email__
__maintainer_name__, __maintainer_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev'

__author__ = f'{__author_name__} <{__author_email__}>'
__maintainer__ = __author__
Expand Down
2 changes: 1 addition & 1 deletion vsdenoise/regress.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class ChromaReconstruct(ABC):
based on linear regression between luma-demangled luma and chroma-demangled chroma.
The reconstruction depends on the following plugin:
- https://github.com/Irrational-Encoding-Wizardry/vapoursynth-reconstruct
- https://github.com/Jaded-Encoding-Thaumaturgy/vapoursynth-reconstruct
"""

kernel: KernelT = field(default=Catrom, kw_only=True)
Expand Down

0 comments on commit 7266c9e

Please sign in to comment.