Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th September 2019, 20:56   #3541  |  Link
Jukus
Registered User
 
Join Date: Jul 2019
Location: Russia
Posts: 87
Also, can create a label file. Only now I thought of it But not a very elegant solution, yes.
Jukus is offline   Reply With Quote
Old 23rd September 2019, 07:48   #3542  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,753
Quote:
Originally Posted by Myrsloik View Post
contains a link to VirtualDub1 a.k.a. VirtualDub2

Another link to be updated: https://github.com/woshin/hnwvsfunc
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 23rd September 2019 at 07:51.
LigH is offline   Reply With Quote
Old 23rd September 2019, 08:39   #3543  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by LigH View Post
contains a link to VirtualDub1 a.k.a. VirtualDub2

Another link to be updated: https://github.com/woshin/hnwvsfunc
hnwvsfunc is dead, use: https://github.com/Helenerineium/G41Fun
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 28th September 2019, 15:13   #3544  |  Link
patxitron
Registered User
 
patxitron's Avatar
 
Join Date: Jul 2003
Location: Vitoria (Spain)
Posts: 47
Hello.

I'm trying to compile vapoursynth in ubuntu 18.04. First I installed development packages for libav*, iconv, pango, freetype, fonconfig, tesseract and another libraries. I downloaded, compiled and installed zimg v2.9 branch and ImageMagick 7. Then when compiling vapoursynth I get this error:

Code:
  CXXLD    libvapoursynth.la
/usr/bin/ld: ./.libs/libexprfilter.a(libexprfilter_la-exprfilter.o): relocation R_X86_64_PC32 against undefined symbol `_ZN12_GLOBAL__N_115ExprCompiler1289constDataE' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
Makefile:1166: recipe for target 'libvapoursynth.la' failed
make: *** [libvapoursynth.la] Error 1
What am I doing wrong?

Thank you.

I've tried passing --enable-shared --disable-static --with-pic to configure without success.

The configure output is:

Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for ZIMG... yes
checking for library containing dlopen... -ldl
checking for sched_getaffinity... yes
checking for cpuset_getaffinity... no
checking for a Python interpreter with version >= 3... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.6
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.6/site-packages
checking for python3 extension module directory... ${exec_prefix}/lib/python3.6/site-packages
checking for PYTHON3... yes
checking for cython3... cython3
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for library containing libiconv_open... no
checking for library containing iconv_open... none required
checking for LIBASS... yes
checking for FFMPEG... yes
checking for IMAGEMAGICK... yes
checking whether imagemagick is usable... yes
checking for TESSERACT... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating pc/vapoursynth.pc
config.status: creating pc/vapoursynth-script.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
patxitron is offline   Reply With Quote
Old 28th September 2019, 18:38   #3545  |  Link
Are_
Registered User
 
Join Date: Jun 2012
Location: Ibiza, Spain
Posts: 321
Autotools build system is broken in current master, use 47.2 release for now.

EDIT: Now that I remember, the you only need to pass -std=c++17 to your CXXFLAGS to make it compile.

Last edited by Are_; 28th September 2019 at 19:02.
Are_ is offline   Reply With Quote
Old 29th September 2019, 10:02   #3546  |  Link
patxitron
Registered User
 
patxitron's Avatar
 
Join Date: Jul 2003
Location: Vitoria (Spain)
Posts: 47
Quote:
Originally Posted by Are_ View Post
Now that I remember, the you only need to pass -std=c++17 to your CXXFLAGS to make it compile.
This worked! Thank you. however now it fails in another point:

Code:
  CYTHON   src/cython/vapoursynth.c

Error compiling Cython file:
------------------------------------------------------------
...
        # If we are not using VSScript, do nothing.
        if self.single:
            return
        _environment_state.current = _env_current_stack().pop()

    def __eq__(self, other):
   ^
------------------------------------------------------------

src/cython/vapoursynth.pyx:133:4: Special method __eq__ must be implemented via __richcmp__

Error compiling Cython file:
------------------------------------------------------------
...
        core = kwargs.pop("core", None) or get_core()
        vals = self._as_dict()
        vals.update(**kwargs)
        return core.register_format(**vals)

    def __eq__(self, other):
   ^
------------------------------------------------------------

src/cython/vapoursynth.pyx:710:4: Special method __eq__ must be implemented via __richcmp__
Makefile:2217: recipe for target 'src/cython/vapoursynth.c' failed
make: *** [src/cython/vapoursynth.c] Error 1
EDIT: I solved it changing:

Code:
    def __eq__(self, other):
        {BODY}
by

Code:
    def __richcmp__(self, other, op):
        if op == 2:
            {BODY}
        else:
            err_msg = "op {0} isn't implemented yet".format(op)
            raise NotImplementedError(err_msg)
as the error message suggest.

Last edited by patxitron; 29th September 2019 at 10:21.
patxitron is offline   Reply With Quote
Old 29th September 2019, 17:55   #3547  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,419
http://vapoursynth.com/doc/installat...n-instructions:
Quote:
Cython 0.28 or later installed in your Python 3 environment
https://packages.ubuntu.com/bionic/cython:
Quote:
Package: cython (0.26.1-0.4) [universe]
That is your problem. Update Cython. Or just scroll up a little bit where VapourSynth is now available directly through pip.
qyot27 is offline   Reply With Quote
Old 2nd October 2019, 15:34   #3548  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
MaskedMerge bug in R47 ?

Overlay issue
See post 486 and the replies. Works in R46
https://forum.doom9.org/showpost.php...&postcount=486
https://forum.doom9.org/showthread.php?p=1886366
poisondeathray is offline   Reply With Quote
Old 2nd October 2019, 17:16   #3549  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
Quote:
Originally Posted by poisondeathray View Post
MaskedMerge bug in R47 ?

Overlay issue
See post 486 and the replies. Works in R46
https://forum.doom9.org/showpost.php...&postcount=486
https://forum.doom9.org/showthread.php?p=1886366
Did you try R47.2?
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 2nd October 2019, 17:25   #3550  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Quote:
Originally Posted by Myrsloik View Post
Did you try R47.2?
Yes, same problem. That's actually the one I was using, but I tried R47.0 too . So it suggests something introduced between R46 to R47.0 that is causing it

Last edited by poisondeathray; 2nd October 2019 at 17:43.
poisondeathray is offline   Reply With Quote
Old 3rd October 2019, 22:01   #3551  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
R48-test1 64bit

Changes:
Code:
r48:
it's now possible to select which optimized code path is used for internal filters (sekrit-twc)
avx2 optimization in many filters, previously the internal ones were mostly sse2 (sekrit-twc)
expr filter can now better optimize expressions (sekrit-twc)
the portable version now includes all the plugins bundled with the normal installer again
Go test it so there can be a faster release soon. Should fix all known bugs in merge filters.

Btw, official audio support is probably coming soon as well.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 3rd October 2019, 22:09   #3552  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,346
Overlay / maskedmerge works as expected now with R48test1

Great to "hear" about the upcoming audio support
poisondeathray is offline   Reply With Quote
Old 4th October 2019, 01:29   #3553  |  Link
_Al_
Registered User
 
Join Date: May 2011
Posts: 321
Quote:
Btw, official audio support is probably coming soon as well.
Christmas is coming early this year? ,wow
_Al_ is offline   Reply With Quote
Old 4th October 2019, 03:49   #3554  |  Link
~ VEGETA ~
The cult of personality
 
~ VEGETA ~'s Avatar
 
Join Date: May 2013
Location: Planet Vegeta
Posts: 155
I have this problem: https://imgur.com/a/76QEOYb

My system is windows 10 pro x64 with vapoursynth x64 the 47.2 version (latest from website).

Seems like Tcanny and EEDI3 can't be loaded for some reason.
~ VEGETA ~ is offline   Reply With Quote
Old 4th October 2019, 11:11   #3555  |  Link
~ VEGETA ~
The cult of personality
 
~ VEGETA ~'s Avatar
 
Join Date: May 2013
Location: Planet Vegeta
Posts: 155
Quote:
Originally Posted by HolyWu View Post
Does the latest NNEDI3CL load successfully?
Here is the log:

Code:
/!\ Only Plugins and no Scripts are tested /!\
VapourSynth Video Processing Library
Copyright (c) 2012-2019 Fredrik Mellbin
Core R47
API R3.6
Options: -


OS: Microsoft Windows 10 Pro
Is 64Bit OS?: True
CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
CPU Cores: 8

Python location: C:\python37\python.exe
Loaded VapourSynth dll: C:\python37\lib\site-packages\vapoursynth.dll

Found an installation in HKEY_LOCAL_MACHINE\SOFTWARE\VapourSynth
 - Path: C:\Program Files\VapourSynth
 - PythonPath: C:\python37\
 - Version: R47.2

============================================================

Checked Plugins: 54, Notices: 5, Errors: 2

Plugin Paths: 
	 • C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64
	 • C:\Program Files\VapourSynth\plugins


🔥 Error unknown: 
------------------------------------------------------------
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\EEDI3m.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\TCanny.dll


🤨 Unidentified DLLs (maybe also Plugin dependencies?): 
------------------------------------------------------------
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\cudart64_80.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libfftw3-3.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libfftw3f-3.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libmfxsw64.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\w2xc.dll


👍 Successfully loaded Plugins: 
------------------------------------------------------------
   AddGrain.dll
   Bilateral.dll
   BM3D.dll
   CTMF.dll
   d2vsource.dll
   DCTFilter.dll
   Deblock.dll
   DFTTest.dll
   DGMVCSourceVS.dll
   EdgeFixer.dll
   EEDI2.dll
   ffms2.dll
   fft3dfilter.dll
   FFTSpectrum.dll
   flash3kyuu_deband.dll
   fmtconv.dll
   KNLMeansCL.dll
   libawarpsharp2.dll
   libbifrost.dll
   libdecross.dll
   libdescale.dll
   libfluxsmooth.dll
   libhqdn3d.dll
   libmedian.dll
   libmsmoosh.dll
   libmvtools.dll
   libmvtools_sf_em64t.dll
   libnnedi3.dll
   libsangnom.dll
   libtcomb.dll
   libtedgemask.dll
   LSMASHSource.dll
   NNEDI3CL.dll
   Retinex.dll
   RGSF_x64.dll
   TColorMask.dll
   TDeintMod.dll
   tonemap.dll
   TTempSmooth.dll
   vapoursynth-dpid.dll
   VSFilter.dll
   VSFilterMod.dll
   vslsmashsource.dll
   vsznedi3.dll
   Waifu2x-w2xc.dll
   xy-VSFilter.dll
   Yadifmod.dll
So I guess yes it does but what about TCanny also? and why this issue to begin with since the dlls are there?
~ VEGETA ~ is offline   Reply With Quote
Old 4th October 2019, 11:33   #3556  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by ~ VEGETA ~ View Post
Here is the log:

Code:
/!\ Only Plugins and no Scripts are tested /!\
VapourSynth Video Processing Library
Copyright (c) 2012-2019 Fredrik Mellbin
Core R47
API R3.6
Options: -


OS: Microsoft Windows 10 Pro
Is 64Bit OS?: True
CPU: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
CPU Cores: 8

Python location: C:\python37\python.exe
Loaded VapourSynth dll: C:\python37\lib\site-packages\vapoursynth.dll

Found an installation in HKEY_LOCAL_MACHINE\SOFTWARE\VapourSynth
 - Path: C:\Program Files\VapourSynth
 - PythonPath: C:\python37\
 - Version: R47.2

============================================================

Checked Plugins: 54, Notices: 5, Errors: 2

Plugin Paths: 
	 • C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64
	 • C:\Program Files\VapourSynth\plugins


�� Error unknown: 
------------------------------------------------------------
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\EEDI3m.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\TCanny.dll


�� Unidentified DLLs (maybe also Plugin dependencies?): 
------------------------------------------------------------
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\cudart64_80.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libfftw3-3.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libfftw3f-3.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\libmfxsw64.dll
   C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\w2xc.dll


�� Successfully loaded Plugins: 
------------------------------------------------------------
   AddGrain.dll
   Bilateral.dll
   BM3D.dll
   CTMF.dll
   d2vsource.dll
   DCTFilter.dll
   Deblock.dll
   DFTTest.dll
   DGMVCSourceVS.dll
   EdgeFixer.dll
   EEDI2.dll
   ffms2.dll
   fft3dfilter.dll
   FFTSpectrum.dll
   flash3kyuu_deband.dll
   fmtconv.dll
   KNLMeansCL.dll
   libawarpsharp2.dll
   libbifrost.dll
   libdecross.dll
   libdescale.dll
   libfluxsmooth.dll
   libhqdn3d.dll
   libmedian.dll
   libmsmoosh.dll
   libmvtools.dll
   libmvtools_sf_em64t.dll
   libnnedi3.dll
   libsangnom.dll
   libtcomb.dll
   libtedgemask.dll
   LSMASHSource.dll
   NNEDI3CL.dll
   Retinex.dll
   RGSF_x64.dll
   TColorMask.dll
   TDeintMod.dll
   tonemap.dll
   TTempSmooth.dll
   vapoursynth-dpid.dll
   VSFilter.dll
   VSFilterMod.dll
   vslsmashsource.dll
   vsznedi3.dll
   Waifu2x-w2xc.dll
   xy-VSFilter.dll
   Yadifmod.dll
So I guess yes it does but what about TCanny also? and why this issue to begin with since the dlls are there?

Are you using the integrated graphics card? you're probably missing the OpenCL dependency. https://software.intel.com/en-us/art...opencl-drivers
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 4th October 2019, 12:49   #3557  |  Link
~ VEGETA ~
The cult of personality
 
~ VEGETA ~'s Avatar
 
Join Date: May 2013
Location: Planet Vegeta
Posts: 155
As for openCl, I installed the latest driver and still the same log file and errors appear.

Here is one of the messages: https://imgur.com/a/76QEOYb

Problematic stuff is in Tcanny.dll and EEDI3m.dll

Also, after updating the plugins and scripts... and using havfunc's aaf function, I get this:

Code:
Failed to evaluate the script:
Python exception: int() argument must be a string, a bytes-like object or a number, not 'list'

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1946, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 1947, in vapoursynth.vpy_evaluateScript
File ".....\ep02.vpy", line 21, in 
#aa = haf.aaf(grain)
File ".....\Python\Python37\site-packages\havsfunc.py", line 5149, in aaf
return core.rgvs.Repair(aa, inputClip, mode=[repMode])
File "src\cython\vapoursynth.pyx", line 1832, in vapoursynth.Function.__call__
File "src\cython\vapoursynth.pyx", line 648, in vapoursynth.typedDictToMap
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'
while it worked perfectly before with the same script.

So I have these 2 problems.
~ VEGETA ~ is offline   Reply With Quote
Old 4th October 2019, 12:59   #3558  |  Link
patxitron
Registered User
 
patxitron's Avatar
 
Join Date: Jul 2003
Location: Vitoria (Spain)
Posts: 47
Quote:
Originally Posted by qyot27 View Post
http://vapoursynth.com/doc/installat...n-instructions:


https://packages.ubuntu.com/bionic/cython:


That is your problem. Update Cython. Or just scroll up a little bit where VapourSynth is now available directly through pip.
Ok I see. However, I think the configure script should check the correct version.

Code:
checking for cython3... cython3
Best regards.
patxitron is offline   Reply With Quote
Old 4th October 2019, 13:08   #3559  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Quote:
Originally Posted by ~ VEGETA ~ View Post
As for openCl, I installed the latest driver and still the same log file and errors appear.

Here is one of the messages: https://imgur.com/a/76QEOYb
Could you first run this in cmd or powershell? I would like to know what the error code / error msg is:

Code:
python -c "import vapoursynth; c=vapoursynth.core; c.std.LoadPlugin(r'C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\EEDI3m.dll')"
Code:
python -c "import vapoursynth; c=vapoursynth.core; c.std.LoadPlugin(r'C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\TCanny.dll')"
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 4th October 2019, 13:45   #3560  |  Link
~ VEGETA ~
The cult of personality
 
~ VEGETA ~'s Avatar
 
Join Date: May 2013
Location: Planet Vegeta
Posts: 155
Quote:
Originally Posted by ChaosKing View Post
Could you first run this in cmd or powershell? I would like to know what the error code / error msg is:

Code:
python -c "import vapoursynth; c=vapoursynth.core; c.std.LoadPlugin(r'C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\EEDI3m.dll')"
Code:
python -c "import vapoursynth; c=vapoursynth.core; c.std.LoadPlugin(r'C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\TCanny.dll')"

Code:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "src\cython\vapoursynth.pyx", line 1852, in vapoursynth.Function.__call__
vapoursynth.Error: Failed to load C:\Users\hossa\AppData\Roaming\VapourSynth\plugins64\EEDI3m.dll. GetLastError() returned 127.
~ VEGETA ~ is offline   Reply With Quote
Reply

Tags
speed, vaporware, vapoursynth

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:26.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.