View Single Post
Old 3rd September 2015, 18:03   #246  |  Link
YAFU
Registered User
 
Join Date: Aug 2015
Posts: 40
@feisty2, dll is for windows. It is not easy to find binaries for Linux
Even developers usually share binaries for Windows, but only sources for Linux. But this is understandable, because each distro maintainers are responsible for putting the binaries in repositories. But for not very common applications is a bit more difficult to find them.


@MonoS, In mensje #237 in the first line I have replaced "src" by "clip=ret". Is it right?
EDIT:
otherwise I get the following error:
Code:
Failed to evaluate the script:
Python exception: name 'src' is not defined
Traceback (most recent call last):
  File "vapoursynth.pyx", line 1469, in vapoursynth.vpy_evaluateScript (src/cython/vapoursynth.c:23703)
  File "/media/TEMPORAL/scrypt.vpy", line 35, in <module>
    input = core.fmtc.bitdepth(src, flt=True).fmtc.matrix(mat="601", col_fam=vs.YUV).fmtc.bitdepth(bits=16)
NameError: name 'src' is not defined
But maybe I'm doing something wrong because I'm building the script with parts of the lines you posted on each message.

I also needed this (in case some user read this thread in the future):
https://github.com/chikuzen/GenericFilters
https://github.com/HomeOfVapourSynth...rSynth-DFTTest

Last edited by YAFU; 3rd September 2015 at 18:13.
YAFU is offline   Reply With Quote