Coder Social home page Coder Social logo

oyster's People

Contributors

ifeelbloated avatar ilya87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

oyster's Issues

is mvsf.Degrain recently deprecated?

I'm trying to get Oyster up and running in Vapoursynth R51, and am getting:

File "src\cython\vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "F:/Vidtemp/scripts/Intro1080.vpy", line 24, in
supervideo = oys.Super(video, pel=4)
File "src\cython\vapoursynth.pyx", line 1934, in vapoursynth.Plugin.getattr
AttributeError: There is no function named Degrain

looking through the current mvsf functions, I don't see Degrain, only Degrain[1...24], so I tried running the degrain line myself, using info cribbed from line 132 from Oyster.py, using each of these, and end up getting an argument error:

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 2244, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 2245, in vapoursynth.vpy_evaluateScript
File "F:/Vidtemp/scripts/MaxxIntro1080.vpy", line 24, in
video = core.mvsf.Degrain4(video, supersharp, vmulti, thsad=sad, plane=plane)
NameError: name 'supersharp' is not defined

DFTTest Rename sstring parameter and change type to float array.

I got this error:

  File "\site-packages\Oyster.py", line 438, in Deblocking
    lowpass, color, matrix)
  File "\site-packages\Oyster.py", line 208, in deblocking
    ref                  = core.FreqMerge(cleansed, ref, block_size // 2 * 2 + 1, lowpass)
  File "\site-packages\Oyster.py", line 44, in FreqMerge
    hif                  = self.MakeDiff(hi, self.DFTTest(hi, sbsize=sbsize, sstring=sstring, **dfttest_args))
  File "src\cython\vapoursynth.pyx", line 1825, in vapoursynth.Function.__call__
vapoursynth.Error: DFTTest: Function does not take argument(s) named sstring

HomeOfVapourSynthEvolution/VapourSynth-DFTTest@8d85dd8

Oyster gives error: No attribute with the name mvsf exists

I can't find out what I am missing, added all the required dependencies
The same error comes up for Vine and Plum

File "src\cython\vapoursynth.pyx", line 1105, in vapoursynth.Core.getattr (src\cython\vapoursynth.c:20799)
AttributeError: No attribute with the name mvsf exists. Did you mistype a plugin namespace?

The whole module no longer works

Hello, I've been trying to get this working with VapourSynth inside of StaxRip, but it's a constant game of whack a mole, first I needed to define core = vs.core, and remove all the self. from that def. And then there's no function named Degrain so I had to change that to Degrain1. And then now I'm stuck on MAnalyze. There's no radius so I assume that's search now, and then it says 'lambda' is not a valid parameter name even though there's no mention of 'lambda'. That seems to have been removed from MAnalyze but I don't know how it's calling it.
Any suggestions?

Source of the magic constants?

Oyster/Oyster.py

Lines 139 to 140 in a8e5749

c1 = 0.1134141984932795312503328847998
c2 = 2.8623043756241389436528021745239

I see that there are several magic constants used in this script. Iโ€™m trying to understand the specific behavior of this implementation, so can you explain what these constants are and specifically how they were calculated?

Question about MVTools, mvmulti and Oyster

I am trying to get Oyster working, but I was having a lot of trouble with mvmulti. mvmulti.py used to be in the mvtools_sf repo, but it isn't anymore. It's only in the legacy branch. But Osyter still relies on it. I went and grabbed it from that branch. and now I get this error. I have the newest version of Oyster and MVTools_sf.

Traceback (most recent call last):
File "src/cython/vapoursynth.pyx", line 1956, in vapoursynth.vpy_evaluateScript
File "src/cython/vapoursynth.pyx", line 1957, in vapoursynth.vpy_evaluateScript
File "lucky_strike.vpy", line 12, in
sb = Oyster.Basic(y, Oyster.Super(y))
File "/usr/lib/python3.8/site-packages/Oyster.py", line 270, in Basic
clip = internal.basic(core, src, super, radius, pel, sad, short_time, color)
File "/usr/lib/python3.8/site-packages/Oyster.py", line 133, in basic
clip = core.MDegrainN(src, supersharp, vmulti, tr=radius, thsad=sad, plane=plane, **mdegrain_args)
File "/usr/lib/python3.8/site-packages/mvmulti.py", line 80, in DegrainN
dgn = core.mvsf.Degrain6(clip, super, bvn(1), fvn(1), bvn(2), fvn(2), bvn(3), fvn(3), bvn(4), fvn(4), bvn(5), fvn(5), bvn(6), fvn(6), thsad=thsad, plane=plane, limit=limit, thscd1=thscd1, thscd2=thscd2)
File "src/cython/vapoursynth.pyx", line 1727, in vapoursynth.Plugin.getattr
AttributeError: There is no function named Degrain6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.