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 > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th January 2018, 16:34   #181  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I think you need something like this
Code:
LoadPlugin("...Avisynth_c.dll")
Load_Stdcall_Plugin("...AVSInpaint.dll")
Mask should be black/white only.

EDIT: Perhaps a little info here of some interest:- AutoLoadPlugs.AVSI
https://forum.doom9.org/showthread.p...95#post1641795

EDIT:
Non CPP v2.5/v2.6 plugs that I have

C v2.0 plugs
Code:
AVSCurveFlow.dll
AVSShock.dll
equlines.dll
IBob.dll
SmartDecimate.dll
Transition.dll
C v2.5 plugs
Code:
AVSInpaint.dll
yadif.dll
C++ v2.0 plugs
Code:
SmartSmoothYuy.dll
EDIT: Avisynth Plugins:- http://avisynth.nl/index.php/Plugins
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 14th January 2018 at 17:51.
StainlessS is offline   Reply With Quote
Old 15th January 2018, 23:16   #182  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Thanks for the answer but it still does not work: https://vgy.me/59MSTK.png Should I install that autoload script?

Last edited by pcroland; 16th January 2018 at 00:10.
pcroland is offline   Reply With Quote
Old 15th January 2018, 23:40   #183  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
AvsInPaint.dll requires MSVCP60.DLL (Standard with XP), maybe you are missing it.
See:- http://www.tomshardware.co.uk/forum/...l-file-msvcp60
IGNORE ALL ABOVE

EDIT: Sorry, was talking rubbish, you dont need C v2.0 loader for AvsInpaint, this works for me
Code:
LoadCPlugin("C:\Program Files\AviSynth\plugins\C v2.5 Plugins\AVSInpaint.dll")
Colorbars.killaudio
Return last
AvsInPaint.dll that I have is 56,832 bytes.

EDIT: Call AvsMeter on above script, see what it says.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 00:08.
StainlessS is offline   Reply With Quote
Old 16th January 2018, 00:01   #184  |  Link
lansing
Registered User
 
Join Date: Sep 2006
Posts: 1,657
This is clearly rule 6 violation
lansing is offline   Reply With Quote
Old 16th January 2018, 00:09   #185  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Quote:
Originally Posted by StainlessS View Post
AvsInPaint.dll requires MSVCP60.DLL (Standard with XP), maybe you are missing it.

See:- http://www.tomshardware.co.uk/forum/...l-file-msvcp60

EDIT: Sorry, was talking rubbish, you dont need C v2.0 loader for AvsInpaint, this works for me
Code:
LoadCPlugin("C:\Program Files\AviSynth\plugins\C v2.5 Plugins\AVSInpaint.dll")
Colorbars.killaudio
Return last
AvsInPaint.dll that I have is 56,832 bytes.

EDIT: Call AvsMeter on above script, see what it says.
This is the mask: https://vgy.me/n6hUcM.bmp
And this is the error that I get now: https://vgy.me/c9Eaho.png
My AVSInpaint is 57 344 bytes btw.

AVSMeter:
Code:
Unable to load C Plugin: C:\Program Files\AviSynth\plugins\C v2.5 Plugins\AVSInpaint.dll
(C:\Users\pcroland\Desktop\avstest.avs, line 1)

Last edited by pcroland; 16th January 2018 at 00:15.
pcroland is offline   Reply With Quote
Old 16th January 2018, 00:21   #186  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I Cannot access either of those links (Firefox will not allow it), also cannot now access your previous links.

Cant you just post it in text. [EDIT: Secure connection Failed, maybe security certificate expired]

Here my version AVSInpaint-2008.02.23.zip :- http://www.mediafire.com/file/8pudi2...2008.02.23.zip

EDIT: AvsInpaint.dll does not get a mention @ Avisynth.nl external functions, list (dont know if mine is latest version).
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 00:32.
StainlessS is offline   Reply With Quote
Old 16th January 2018, 00:25   #187  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Quote:
Originally Posted by StainlessS View Post
I Cannot access either of those links (Firefox will not allow it), also cannot now access your previous links.

Cant you just post it in text.

Here my version AVSInpaint-2008.02.23.zip :- http://www.mediafire.com/file/8pudi2...2008.02.23.zip
vgy.me went down, right now

Error with AVSInpaint 02.23:
Not An Avisynth 2 C Plugin: C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll
(C:\Users\pcroland\Desktop\asd.avs, line 2)
pcroland is offline   Reply With Quote
Old 16th January 2018, 00:34   #188  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
What does AvsMeter say on same script ?

EDIT: ie this script, not your bigger one
Code:
LoadCPlugin("...\AVSInpaint.dll")
return Colorbars
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 16th January 2018, 00:37   #189  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
AviSynth script:
Code:
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\AviSynth_C.dll")
LoadCPlugin("C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll")
DirectShowSource("X:\DL\nowarez_homefootage.ts")
ConvertToYV12()
GradFun3(thr=0.5, radius=12, mask=2, mode=0, smode=0, debug=0, lsb=False, lsb_in=False, staticnoise=False, y=3, u=3, v=3)
xlogo("C:\Users\pcroland\Desktop\logo.bmp",180,860,30)
Spline36ResizeMod(1280,720)
AVSMeter log:
Code:
AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004
AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)

Not An Avisynth 2 C Plugin: C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll
(C:\Users\pcroland\Desktop\asd.avs, line 2)
AviSynth script:
Code:
LoadCPlugin("C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll")
return Colorbars
AVSMeter log:
Code:
AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004
AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)

Not An Avisynth 2 C Plugin: C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll
(C:\Users\pcroland\Desktop\avstest.avs, line 1)

Last edited by pcroland; 16th January 2018 at 00:48.
pcroland is offline   Reply With Quote
Old 16th January 2018, 01:01   #190  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
No idea.

How bout this,

With AvsInPaint.dll and Yadif.dll, and RT_Stats.dll(v2.6) in plugins directory,

and on commond line ("C:BIN" in Path environment variable and AvsMeter in C:BIN\)

Code:
AvsMeter -AvsInfo
I get this

Code:
D:\>avsmeter -avsinfo

AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004

VersionString:              AviSynth 2.60, build:Mar 31 2015 [16:38:54]
VersionNumber:              2.60
File / Product version:     2.6.0.6 / 2.6.0.6
Interface Version:          6
Multi-threading support:    No
Avisynth.dll location:      C:\WINDOWS\system32\avisynth.dll
Avisynth.dll time stamp:    2015-03-31, 06:40:58 (UTC)
PluginDir2_5 (HKLM, x86):   C:\Program Files\AviSynth\plugins


[C 2.5 / 32 Bit Plugins]
C:\Program Files\AviSynth\plugins\AVSInpaint.dll  [2008-02-23]
C:\Program Files\AviSynth\plugins\yadif.dll  [1.7.0.0]

[CPP 2.6 / 32 Bit Plugins]
C:\Program Files\AviSynth\plugins\RT_Stats26.dll  [2017-10-13]



[Plugin errors]
______________________________________________________________________________

Plugin C:\Program Files\AviSynth\plugins\AVSInpaint.dll is not an AviSynth 2.6 o
r 2.5 plugin.

Note: C-Plugins must be loaded explicitly with "LoadCPlugin()"
______________________________________________________________________________

Plugin C:\Program Files\AviSynth\plugins\yadif.dll is not an AviSynth 2.6 or 2.5
 plugin.

Note: C-Plugins must be loaded explicitly with "LoadCPlugin()"
______________________________________________________________________________

D:\>
EDIT: Thisis what I got with the short script
Code:
D:\>avsmeter a.avs

AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004
AviSynth 2.60, build:Mar 31 2015 [16:38:54] (2.6.0.6)

Number of frames:               107892
Length (hh:mm:ss.ms):     00:59:59.996
Frame width:                       640
Frame height:                      480
Framerate:                      29.970 (30000/1001)
Colorspace:                      RGB32
Audio channels:                      2
Audio bits/sample:                  32 (Float)
Audio sample rate:               48000
Audio samples:               172799827

Script runtime is too short for meaningful measurements

D:\>
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 01:05.
StainlessS is offline   Reply With Quote
Old 16th January 2018, 01:08   #191  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
If you have avisynth_c.dll in plugins directory TAKE IT OUT OF THERE, it hijacks the LoadCPlugin function name for v2.0 C Plugins.

Think that will solve the problem.

EDIT: Perhaps Groucho2004 would like to look further at this problem, to see if can detect such an event, and give correct diagnosis.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 16th January 2018, 01:10   #192  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Code:
AVSMeter 2.7.0 (x86) - Copyright (c) 2012-2017, Groucho2004

VersionString:              AviSynth 2.60, build:Mar 31 2015 [16:38:54]
VersionNumber:              2.60
File / Product version:     2.6.0.6 / 2.6.0.6
Interface Version:          6
Multi-threading support:    No
Avisynth.dll location:      C:\WINDOWS\SysWOW64\avisynth.dll
Avisynth.dll time stamp:    2015-03-31, 06:40:58 (UTC)
PluginDir2_5 (HKLM, x86):   C:\Program Files (x86)\AviSynth\plugins


[C 2.5 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll  [2008-02-23]

[CPP 2.0 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth\plugins\LogoTools.dll  [2003-11-05]

[CPP 2.5 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth\plugins\AddGrainC.dll  [1.5.2.0]
C:\Program Files (x86)\AviSynth\plugins\Average.dll  [2007-12-16]
C:\Program Files (x86)\AviSynth\plugins\AviSynth_C.dll  [2004-01-01]
C:\Program Files (x86)\AviSynth\plugins\avss.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\avstp.dll  [1.0.1.0]
C:\Program Files (x86)\AviSynth\plugins\aWarpSharp.dll  [2012-03-28]
C:\Program Files (x86)\AviSynth\plugins\bifrost.dll  [2013-11-09]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.dll  [2003-11-04]
C:\Program Files (x86)\AviSynth\plugins\ColorMatrix.dll  [2.5.0.0]
C:\Program Files (x86)\AviSynth\plugins\Deen.dll  [2003-01-19]
C:\Program Files (x86)\AviSynth\plugins\delogo.dll  [0.0.5.0]
C:\Program Files (x86)\AviSynth\plugins\dfttest.dll  [1.8.0.0]
C:\Program Files (x86)\AviSynth\plugins\DGDecode.dll  [1.5.8.0]
C:\Program Files (x86)\AviSynth\plugins\DirectShowSource.dll  [2.5.8.6]
C:\Program Files (x86)\AviSynth\plugins\dither.dll  [2014-09-23]
C:\Program Files (x86)\AviSynth\plugins\Dup.dll  [2007-11-20]
C:\Program Files (x86)\AviSynth\plugins\EEDI2.dll  [0.9.2.0]
C:\Program Files (x86)\AviSynth\plugins\eedi3.dll  [0.9.1.0]
C:\Program Files (x86)\AviSynth\plugins\exinpaint.dll  [0.2.0.0]
C:\Program Files (x86)\AviSynth\plugins\FFT3DFilter.dll  [2.1.1.0]
C:\Program Files (x86)\AviSynth\plugins\FillMargins.dll  [1.0.2.0]
C:\Program Files (x86)\AviSynth\plugins\flash3kyuu_deband.dll  [2012-04-07]
C:\Program Files (x86)\AviSynth\plugins\FluxSmooth.dll  [2006-11-09]
C:\Program Files (x86)\AviSynth\plugins\gradfun2db.dll  [2006-03-15]
C:\Program Files (x86)\AviSynth\plugins\ImageSequence.dll  [2010-11-15]
C:\Program Files (x86)\AviSynth\plugins\medianblur.dll  [0.8.4.1]
C:\Program Files (x86)\AviSynth\plugins\mt_masktools.dll  [2.0.32.0]
C:\Program Files (x86)\AviSynth\plugins\mvtools2.dll  [2.5.11.3]
C:\Program Files (x86)\AviSynth\plugins\nnedi.dll  [1.3.0.0]
C:\Program Files (x86)\AviSynth\plugins\nnedi2.dll  [1.6.0.0]
C:\Program Files (x86)\AviSynth\plugins\nnedi3.dll  [0.9.4.0]
C:\Program Files (x86)\AviSynth\plugins\PeachSmoother.dll  [2014-04-28]
C:\Program Files (x86)\AviSynth\plugins\ReduceFlicker.dll  [2005-09-15]
C:\Program Files (x86)\AviSynth\plugins\ReduceFlickerSSE2.dll  [2005-09-15]
C:\Program Files (x86)\AviSynth\plugins\ReduceFlickerSSE3.dll  [2005-09-15]
C:\Program Files (x86)\AviSynth\plugins\RestoreFPS_310705.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpen.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenS.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenSSE2.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenSSE3.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\SangNom.dll  [2004-01-18]
C:\Program Files (x86)\AviSynth\plugins\SmoothUV.dll  [1.4.0.0]
C:\Program Files (x86)\AviSynth\plugins\SSE2Tools.dll  [2005-04-11]
C:\Program Files (x86)\AviSynth\plugins\TBilateral.dll  [0.9.11.0]
C:\Program Files (x86)\AviSynth\plugins\TDeint.dll  [1.1.0.0]
C:\Program Files (x86)\AviSynth\plugins\TIVTC.dll  [1.0.5.0]
C:\Program Files (x86)\AviSynth\plugins\TMM.dll  [1.0.0.0]
C:\Program Files (x86)\AviSynth\plugins\TTempSmooth.dll  [0.9.4.0]
C:\Program Files (x86)\AviSynth\plugins\VerticalCleanerSSE2.dll  [2011-04-19]
C:\Program Files (x86)\AviSynth\plugins\vinverse.dll  [2006-11-04]
C:\Program Files (x86)\AviSynth\plugins\xlogo.dll  [2003-06-29]

[CPP 2.6 / 32 Bit Plugins]
C:\Program Files (x86)\AviSynth\plugins\checkmate.dll  [2015-08-19]
C:\Program Files (x86)\AviSynth\plugins\DCTFilter.dll  [0.5.0.0]
C:\Program Files (x86)\AviSynth\plugins\DCTFilter_avx2.dll  [0.5.0.0]
C:\Program Files (x86)\AviSynth\plugins\ffms2.dll  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\fturn-26.dll  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\KNLMeansCL.dll  [2017-05-04]
C:\Program Files (x86)\AviSynth\plugins\masktools2.dll  [2.2.10.0]
C:\Program Files (x86)\AviSynth\plugins\msharpen.dll  [2013-11-30]
C:\Program Files (x86)\AviSynth\plugins\RgTools.dll  [2015-07-23]
C:\Program Files (x86)\AviSynth\plugins\SangNom2.dll  [2013-11-30]
C:\Program Files (x86)\AviSynth\plugins\Seamer.dll  [2015-04-14]
C:\Program Files (x86)\AviSynth\plugins\SmoothAdjust.dll  [3.2.0.0]
C:\Program Files (x86)\AviSynth\plugins\TComb.dll  [2.0.0.1]
C:\Program Files (x86)\AviSynth\plugins\TCPDeliver.dll  [2.6.0.7]
C:\Program Files (x86)\AviSynth\plugins\TEMmod.dll  [2016-05-29]

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth\plugins\AnimeIVTC 2.00.avsi  [2010-01-07]
C:\Program Files (x86)\AviSynth\plugins\AutoInterlaceDetect.avsi  [2012-01-24]
C:\Program Files (x86)\AviSynth\plugins\AWarpSharpDering_1.0.avsi  [2015-05-18]
C:\Program Files (x86)\AviSynth\plugins\BalanceBorders.avsi  [2015-03-30]
C:\Program Files (x86)\AviSynth\plugins\BBMod.avsi  [2017-09-24]
C:\Program Files (x86)\AviSynth\plugins\Cnv2.avsi  [2015-03-22]
C:\Program Files (x86)\AviSynth\plugins\colors_rgb.avsi  [2015-03-30]
C:\Program Files (x86)\AviSynth\plugins\Corners.avsi  [2017-09-27]
C:\Program Files (x86)\AviSynth\plugins\Deblock_QED_MT2Mod.avsi  [2017-11-08]
C:\Program Files (x86)\AviSynth\plugins\Dehalo_alpha_mt.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\Dehalo_alpha_MT2.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\DeHaloHmod.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\DFMDeRainbow.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\dither.avsi  [2014-09-23]
C:\Program Files (x86)\AviSynth\plugins\edgecleaner.avsi  [2015-07-24]
C:\Program Files (x86)\AviSynth\plugins\FFMS2.avsi  [2015-05-22]
C:\Program Files (x86)\AviSynth\plugins\FixBrightness.avsi  [2015-10-22]
C:\Program Files (x86)\AviSynth\plugins\GradFun2DBmod.v1.5.avsi  [2017-11-08]
C:\Program Files (x86)\AviSynth\plugins\HaloBuster.avsi  [2017-11-22]
C:\Program Files (x86)\AviSynth\plugins\HQDering.avsi  [2017-11-24]
C:\Program Files (x86)\AviSynth\plugins\HQDeringmod_v1.8.avsi  [2015-07-23]
C:\Program Files (x86)\AviSynth\plugins\InpaintFunc.avsi  [2018-01-14]
C:\Program Files (x86)\AviSynth\plugins\LSFmod.v1.9.avsi  [2015-12-19]
C:\Program Files (x86)\AviSynth\plugins\maa2.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\MCBob.avsi  [2008-05-18]
C:\Program Files (x86)\AviSynth\plugins\MCBobUv5.avsi  [2010-05-03]
C:\Program Files (x86)\AviSynth\plugins\MCTemporalDenoise.v1.4.20.avsi  [2017-11-08]
C:\Program Files (x86)\AviSynth\plugins\mt_xxpand_multi.avsi  [2010-09-11]
C:\Program Files (x86)\AviSynth\plugins\QTGMC-3.32.avsi  [2011-06-07]
C:\Program Files (x86)\AviSynth\plugins\s_ExLogo.avsi  [2018-01-14]
C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi  [2017-11-24]
C:\Program Files (x86)\AviSynth\plugins\Spline36ResizeMod.avsi  [2016-07-08]
C:\Program Files (x86)\AviSynth\plugins\srestore.avsi  [2017-11-25]
C:\Program Files (x86)\AviSynth\plugins\TGMCmod.avsi  [2010-01-05]
C:\Program Files (x86)\AviSynth\plugins\Vinverse.avsi  [2009-02-20]
C:\Program Files (x86)\AviSynth\plugins\VinverseD.avsi  [2009-02-20]
C:\Program Files (x86)\AviSynth\plugins\WarpDeRing.avsi  [2015-05-18]
C:\Program Files (x86)\AviSynth\plugins\yahr2.avsi  [2017-11-07]
C:\Program Files (x86)\AviSynth\plugins\YLevels_mt.avsi  [2015-07-09]

[Uncategorized / 32 Bit DLLs]
C:\Program Files (x86)\AviSynth\plugins\avi.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\avs.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\AvsRecursion.dll  [2005-09-13]
C:\Program Files (x86)\AviSynth\plugins\dxr.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\libavcodec.dll  [2008-08-06]
C:\Program Files (x86)\AviSynth\plugins\mkunicode.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mkx.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mkzlib.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mp4.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\ogm.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\ts.dll  [2013-04-14]

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth\plugins\avisynth.h  [2003-01-28]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.cpp  [2003-11-04]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.dsp  [2003-01-30]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.dsw  [2002-09-09]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.h  [2003-11-02]
C:\Program Files (x86)\AviSynth\plugins\ffms2.lib  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\ffmsindex.exe  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\TempGaussMC_beta1.avs  [2008-08-26]



[Plugin errors]
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\avi.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\dxr.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\mkunicode.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\mkx.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\mkzlib.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\mp4.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\ogm.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\TEMmod_x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Error loading "C:\Program Files (x86)\AviSynth\plugins\ts.x64.dll"
Cannot load 64 bit DLL with 32 bit Avisynth
__________________________________________________________________________________________________________________________

Plugin C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll is not an AviSynth 2.6 or 2.5 plugin.

Note: C-Plugins must be loaded explicitly with "LoadCPlugin()"
__________________________________________________________________________________________________________________________

Plugin C:\Program Files (x86)\AviSynth\plugins\LogoTools.dll is not an AviSynth 2.6 or 2.5 plugin.
__________________________________________________________________________________________________________________________
pcroland is offline   Reply With Quote
Old 16th January 2018, 01:15   #193  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Quote:
Originally Posted by StainlessS View Post
If you have avisynth_c.dll in plugins directory TAKE IT OUT OF THERE, it hijacks the LoadCPlugin function name for v2.0 C Plugins.

Think that will solve the problem.

EDIT: Perhaps Groucho2004 would like to look further at this problem, to see if can detect such an event, and give correct diagnosis.
After I took out AviSynth_C.dll:

AviSynth script:
Code:
LoadCPlugin("C:\Program Files (x86)\AviSynth\plugins\AVSInpaint.dll")
DirectShowSource("X:\nowarez_homefootage.ts")
ConvertToYV12()
GradFun3(thr=0.5, radius=12, mask=2, mode=0, smode=0, debug=0, lsb=False, lsb_in=False, staticnoise=False, y=3, u=3, v=3)
xlogo("C:\Users\pcroland\Desktop\logo.bmp",180,860,30)
Spline36ResizeMod(1280,720)
AVSMeter log:
Code:
X-Logo: Could not load bitmaps
(C:\Users\pcroland\Desktop\asd.avs, line 5)
Mask: https://i.imgur.com/G8MijmW.png (imgur converted it to png, mine is bmp)
pcroland is offline   Reply With Quote
Old 16th January 2018, 01:25   #194  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
These are my dll's that go into system32 (or sysWOW64 on 64 bit).
Code:
AvsRecursion.dll	
libsndfile-1.dll	
fftw3.dll	
libfftw3f-3.dll
On your system, this need be removed from plugins
Code:
C:\Program Files (x86)\AviSynth\plugins\AviSynth_C.dll  [2004-01-01]
Also, none of thse should be in there

Code:
[Uncategorized / 32 Bit DLLs]
C:\Program Files (x86)\AviSynth\plugins\avi.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\avs.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\AvsRecursion.dll  [2005-09-13]                # system32
C:\Program Files (x86)\AviSynth\plugins\dxr.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\libavcodec.dll  [2008-08-06]
C:\Program Files (x86)\AviSynth\plugins\mkunicode.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mkx.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mkzlib.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\mp4.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\ogm.dll  [2013-04-14]
C:\Program Files (x86)\AviSynth\plugins\ts.dll  [2013-04-14]

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth\plugins\avisynth.h  [2003-01-28]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.cpp  [2003-11-04]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.dsp  [2003-01-30]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.dsw  [2002-09-09]
C:\Program Files (x86)\AviSynth\plugins\ChromaShift.h  [2003-11-02]
C:\Program Files (x86)\AviSynth\plugins\ffms2.lib  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\ffmsindex.exe  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\TempGaussMC_beta1.avs  [2008-08-26]     # MAYBE AVSI
Best in directory of its own, maybe auto loaded via some avsi loader, and with ffmsindex.exe in same directory.
Code:
C:\Program Files (x86)\AviSynth\plugins\ffms2.dll  [2016-12-29]
and maybe in same dir as above
Code:
C:\Program Files (x86)\AviSynth\plugins\FFMS2.avsi  [2015-05-22]

These are all same plugin, but using different CPU capabilities, avisynth will use the last one loaded, best if you choose one.
Code:
C:\Program Files (x86)\AviSynth\plugins\ReduceFlicker.dll  [2005-09-15]
C:\Program Files (x86)\AviSynth\plugins\ReduceFlickerSSE2.dll  [2005-09-15]
C:\Program Files (x86)\AviSynth\plugins\ReduceFlickerSSE3.dll  [2005-09-15]
Same, S suffic one is Static linked, ie does not have an external dll dependency on some MS CPP runtime.
Code:
C:\Program Files (x86)\AviSynth\plugins\RSharpen.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenS.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenSSE2.dll  [2005-07-31]
C:\Program Files (x86)\AviSynth\plugins\RSharpenSSE3.dll  [2005-07-31]
same
Code:
C:\Program Files (x86)\AviSynth\plugins\DCTFilter.dll  [0.5.0.0]
C:\Program Files (x86)\AviSynth\plugins\DCTFilter_avx2.dll  [0.5.0.0]
You have a few others that I'm not sure if similar avsi scripts with different names.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 01:39.
StainlessS is offline   Reply With Quote
Old 16th January 2018, 01:38   #195  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Wow, thanks for the help I cleared up everything. I think that I copied everything that belongs to System32 also to the plugins folder from the AviSynth bundle, that's why they were there also. The error is still present btw.
pcroland is offline   Reply With Quote
Old 16th January 2018, 02:12   #196  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Looks to me like the xlogo thing wants 1 or 3 bitmaps, first one ending either in 0, or 2.

Did not look into it any further, suggest you try the VDub dll to see if you can figure out what it wants, I've never used it.

Code:
Xlogo(Clip, filename, X, Y, ALPHA, T1, T2, T3, B1, B2, B3, WHITE, SIDE, SCENE, FEATHER, NOISE, BLEND, FADEIN, FADEOUT)

filename: 
	Filename of the first logo bitmap.  Uses same naming convention as vdub version.  The
	first file must end in 0.bmp or 2.bmp

EDIT:
On my system, I have a System32 directory inside my Plugins, where the system32 dll's live, can move whole plugins to another machine and just copy contents of that directory to system32 or SysWOW64, easy peasy, none get lost.
Same for other specials, like ffms, in special CPP or C directories, I can edit the avsi loader which loads several special cases dll's,
I also have a directory for V2.0 C plugs, v2.5 C plugs, and v2.0 CPP plugs. + one for 2.5 and one for v2.6 alternative dll's.

Directories inside Plugins:-
Code:
GPU	
ini	
LSMASH_CPP	
My_Plugins_Init	# scripts, load plugins + eg SetMemoryMax
MY_PLUGS	
OLD_SUPERCEDED	
SCRIPTS	
SVP	
System32	
FFMS_C	
FFMS_CPP	
Exe Files	# eg multidecimate.exe (and multidecimate's ProcessMD.exe)
FFDSHOW	
FFMS2000_CPP	
COMMON_25_PLUGS	
Avisynth v2.5_ONLY	
C v2.0 Plugins	
C v2.5 Plugins	
Avisynth v2.6_ONLY	
C++ v2.0 Plugins	
BAK	      # temp storage for testing with eg empty dir
Saves quite a lot of time when moving from system to system, I copy what I want into plugins (from the various sub directories, as required).

EDIT: Most people seem to prefer the SSE2 alternatives (to eg SSE3, which some consider a little bit temperamental at times and with only little advantage when they do work well.)

EDIT: COMMON_25_PLUGS folder contains this lot
Code:
RARELY_USED_V2.5_COMMON	 # folder
COMMONLY USED		 # folder
GRunT.dll	# ALWAYS USED
GScript.dll	# ALWAYS USED, Cheers Gavino :)
C v2.0 Plugins folder
Code:
C_v2.0 Loader
        avisynth_c.dll  # v2.loader 
AVSCurveFlow.dll
AVSShock.dll
equlines.dll
IBob.dll
SmartDecimate.dll
Transition.dll
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 02:50.
StainlessS is offline   Reply With Quote
Old 16th January 2018, 05:42   #197  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
I've never had much luck using XLogo. I got it to run a couple of times and failed trying a dozen other times. I finally gave up and use InPaintFunc for opaque logos and LogoTools for the see-through ones. If you want to beat your head against a wall some more, here's a guide to using XLogo:

https://forum.videohelp.com/threads/...go-in-Avisynth

Maybe you'll succeed where others have failed.

As for your scripts not opening, comment out all lines (put a '#' in front of) except your DirectSource line just to test if the script even opens in VDub. I never use it if I can help it. That might not be the problem (especially where XLogo is concerned), but it can't help to try, just to make sure your source filter is working.

Then just add back (remove the '#') the lines having to do with the delogo filter until you get that part going.

Quote:
Originally Posted by StainlessS View Post
Looks to me like the xlogo thing wants 1 or 3 bitmaps, first one ending either in 0, or 2.
Yes, it's real particular about how the BMPs are named.

Last edited by manono; 16th January 2018 at 07:04.
manono is offline   Reply With Quote
Old 16th January 2018, 06:08   #198  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Dekafka is a real fast delogo tool, but basically just blurs out/replaces the nasty stuff (using pixels outside of logo area).
S_ExLogo is my mod of same and is almost as fast as DeKafka, but works better and fixes a few anomolies in the Dekafka script.

If you do want to try Dekafka, see first one here:- http://avisynth.nl/index.php/DeKafka
(never tried the 2nd one, which does require a mask).
There are problems with coords in nearly every D9 thread containing Dekafka script function, so only use from the linked Wiki (I fixed the coords there).

Here, S_ExLogo, which looks like it would be a lot slower, but it really does kick ass (just like Dekafka):- https://forum.doom9.org/showthread.php?t=154559

Neither of them produce best results, but both are easy to use and no masks or other complexities.

EDIT: Both are YUY2 only (uses Layer which dont work in Planar).

EDIT: Wiki says this
Quote:
Note this version works with any format, but there will be a RGB32 conversion.
However, Layer is YUY2 and RGB32 only, although Layer Wiki says also RGB64 for AVS+. http://avisynth.nl/index.php/Layer

EDIT: Twould be nice if Layer supported YV24 too.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 16th January 2018 at 06:26.
StainlessS is offline   Reply With Quote
Old 17th January 2018, 01:16   #199  |  Link
pcroland
Registered User
 
Join Date: Mar 2014
Location: Hungary
Posts: 115
Quote:
Originally Posted by manono View Post
I finally gave up and use InPaintFunc for opaque logos and LogoTools for the see-through ones.
xlogo() works now, I renamed the mask to logo0.bmp, but the result is not that great. Would it be any better with LogoTools? The logo is just one color with ~50% transparency: https://imgbox.com/2FqlMBNJ

I installed LoadPluginEx.dll and LogoTools.dll but none of its functions work.
pcroland is offline   Reply With Quote
Old 17th January 2018, 05:15   #200  |  Link
manono
Moderator
 
Join Date: Oct 2001
Location: Hawaii
Posts: 7,406
Quote:
Originally Posted by pcroland View Post
Would it be any better with LogoTools?
I have no idea as a picture is next to useless. You need a piece of video and a frame with the logo over a black background so you can make the mask. The whole frame doesn't have to be black (although it helps), but just the part behind the logo.

Quote:
I installed LoadPluginEx.dll and LogoTools.dll but none of its functions work.
That's also next to useless. To help we almost always need an untouched piece of video, the complete script used, and the exact error message when the video is opened in VDub.
manono is offline   Reply With Quote
Reply


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 04:49.


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