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

Commit

Permalink
Overhaul mvtools wrapper
Browse files Browse the repository at this point in the history
Co-authored-by: LightArrowsEXE <Lightarrowsreboot@gmail.com>
  • Loading branch information
emotion3459 and LightArrowsEXE committed Jan 11, 2025
1 parent 76658d4 commit c434749
Show file tree
Hide file tree
Showing 9 changed files with 993 additions and 1,405 deletions.
1 change: 0 additions & 1 deletion docs/submodules/prefilters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Prefilters

vsdenoise.prefilters.Prefilter
vsdenoise.prefilters.prefilter_to_full_range
vsdenoise.prefilters.PelType

.. automodule:: vsdenoise.prefilters
:members:
Expand Down
4 changes: 2 additions & 2 deletions vsdenoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from .deblock import *
from .fft import *
from .freqs import *
from .funcs import *
from .limit import *
#from .funcs import *
#from .limit import *
from .mvtools import *
from .nlm import *
from .postprocess import *
Expand Down
2 changes: 1 addition & 1 deletion vsdenoise/mvtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from .enums import *
from .motion import *
from .mvtools import *
from .presets import *
#from .presets import *
from .utils import *
Loading

0 comments on commit c434749

Please sign in to comment.