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

Reply
 
Thread Tools Search this Thread Display Modes
Old 8th July 2020, 21:52   #81  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
If your Avisynth plugin is in Plugins directory, then you dont need LoadPlugin() call, it is loaded automatically.
If not in Plugins directory, then use eg LoadPlugin("D:\SomePath\FFT3DFilter.dll"),
you do not try to load "C:\Windows\System32\fftw3f-3.dll", the FFT3DFilter.dll will load that itself (also it should be called either fftw3.dll or libfftw3f-3.dll).

EDIT: Also these two from Groucho's Avisynth Stuff, are handy:- https://forum.doom9.org/showthread.php?t=173259

Quote:
AVSMeter (forum thread)
AVSMeter is a CLI (command line interface) tool which measures the speed/efficiency of Avisynth scripts and checks if Avisynth and its plugin sub-system are set up and working correctly.
Quote:
Avisynth Info Tool (forum thread)
This program performs a thorough test of your Avisynth installation and associated plugins, checking if external dependencies are installed, etc.
__________________
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; 8th July 2020 at 21:59.
StainlessS is offline   Reply With Quote
Old 9th July 2020, 00:37   #82  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by StainlessS View Post
If your Avisynth plugin is in Plugins directory, then you dont need LoadPlugin() call, it is loaded automatically.
If not in Plugins directory, then use eg LoadPlugin("D:\SomePath\FFT3DFilter.dll"),
you do not try to load "C:\Windows\System32\fftw3f-3.dll", the FFT3DFilter.dll will load that itself (also it should be called either fftw3.dll or libfftw3f-3.dll).

EDIT: Also these two from Groucho's Avisynth Stuff, are handy:- https://forum.doom9.org/showthread.php?t=173259
All right now. Soooo thank you for helping me solve this StainlessS. Now I got a dark image result. The colors were changed, all in dark, black tones.

I need to find out what that is now.

Anyway, I am happy and very grateful for the help. Thank you for giving me some of your time.
skywalker is offline   Reply With Quote
Old 9th July 2020, 00:57   #83  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Now I got a dark image result. The colors were changed, all in dark, black tones.
What does that mean ?, post your script, and ideally a clip sample.
__________________
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 9th July 2020, 01:02   #84  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by StainlessS View Post
What does that mean ?, post your script, and ideally a clip sample.
Now I have this


My Script is:
Code:
LSmashVideoSource ("Teste.mov", format="YUV422P8").ConvertToYV12(interlaced=true)
Trim (00748, 00000)

AssumeBFF()
QTGMC (Preset="Slower", NoiseProcess=1, NoiseRestore=1.0, Sigma=2.0)
SRestore()

BilinearResize(720,480)
skywalker is offline   Reply With Quote
Old 9th July 2020, 01:02   #85  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
You probably need to update the prerequisites for QTGMC to the newest versions.
http://avisynth.nl/index.php/QTGMC#C...ns_and_Scripts

That "dark" problem has been discussed before. It was either an old version of masktools or mvtools, I can't recall exactly
poisondeathray is offline   Reply With Quote
Old 9th July 2020, 01:25   #86  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by poisondeathray View Post
You probably need to update the prerequisites for QTGMC to the newest versions.
http://avisynth.nl/index.php/QTGMC#C...ns_and_Scripts

That "dark" problem has been discussed before. It was either an old version of masktools or mvtools, I can't recall exactly
I already have these latest update versions in the avisynth folder.
skywalker is offline   Reply With Quote
Old 9th July 2020, 01:29   #87  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
List your versions using that groucho avisynth info tool . There is likely some old plugin or script there causing it
poisondeathray is offline   Reply With Quote
Old 9th July 2020, 01:42   #88  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by poisondeathray View Post
List your versions using that groucho avisynth info tool . There is likely some old plugin or script there causing it
My system won't let I download it (AVS Info Tools). My system says it has a virus and automatically deletes it.

Wow, I'm feeling like an ass doing these things. It is not easy to be a beginner. Lol
skywalker is offline   Reply With Quote
Old 9th July 2020, 01:56   #89  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Quote:
Originally Posted by skywalker View Post
My system won't let I download it (AVS Info Tools). My system says it has a virus and automatically deletes it.

Wow, I'm feeling like an ass doing these things. It is not easy to be a beginner. Lol
Then clean out your plugins folder manually and replace them one by one , both the .dll's and .avsi's . Very likely you have an old version somewhere causing this - it's happened to other people too
poisondeathray is offline   Reply With Quote
Old 9th July 2020, 04:11   #90  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
On Avisynth InfoTool [Windows defender was only Anti virus flagging it out of over 50 anti-virus suites on virustotal.com]
Quote:
Originally Posted by Sharc View Post
Darn Defender still rejects it.
Last version which was accepted by Defender was v 1.0.7.
Code:
AvsMeter avsinfo
Produces list of installed plugins.
Code:
AvsMeter avsinfo -l
Will also prompt where to write log file.
__________________
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; 9th July 2020 at 04:17.
StainlessS is offline   Reply With Quote
Old 9th July 2020, 17:12   #91  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Hey brothers. I am very grateful for all your help and for donating your time.
I spent the whole night changing the plugins in the avisynth folder to the most updated versions.

Now I can't open this script anymore. This message appears:

imagem online


Well! I think I give up. There are times when I don't know what else to do or what to think about to try to solve each problem that appears.
Anyway, I'm very happy that you donated a little of your time.
Maybe I will try another script later that doesn't use FFT3DFilter.dll
I hope that one day I will be able to untangle the videos I have and make it very sharp without looking like goo with thick edges.
I know this is possible. Maybe with a cooler head I will try again.

Thank you brothers. I will try to read some other topics to see if I can join this journey that I admire so much.
Thank u StainlessS, thank u poisondeathray, Maybe one day I'll be as good as you are to understand all this.
skywalker is offline   Reply With Quote
Old 10th July 2020, 11:04   #92  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Post result of "AvsMeter avsinfo -l" from CLI .
__________________
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 10th July 2020, 17:12   #93  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by StainlessS View Post
Post result of "AvsMeter avsinfo -l" from CLI .
AVS Info. I don't understand any of this

Code:
[OS/Hardware info]
Operating system:           Windows 10 (x64) (Build 18362)

CPU:                        Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz / Skylake (Core i3)
                            MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, FMA3, RDSEED, ADX, AVX, AVX2
                            2 physical cores / 4 logical cores


[Avisynth info]
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 Plugins (32 Bit)]
C:\Program Files (x86)\AviSynth\plugins\avstp.dll  [1.0.3.0]
C:\Program Files (x86)\AviSynth\plugins\ColorMatrix.dll  [2.5.0.0]
C:\Program Files (x86)\AviSynth\plugins\dctfun4b.dll  [2006-02-05]
C:\Program Files (x86)\AviSynth\plugins\degrainmedian.dll  [0.8.2.0]
C:\Program Files (x86)\AviSynth\plugins\dither.dll  [2015-12-30]
C:\Program Files (x86)\AviSynth\plugins\LeakKernelDeint.dll  [1.5.4.0]
C:\Program Files (x86)\AviSynth\plugins\SplineResize.dll  [2009-09-12]

[C++ 2.6 Plugins (32 Bit)]
C:\Program Files (x86)\AviSynth\plugins\aWarpSharp.dll  [2016-06-24]
C:\Program Files (x86)\AviSynth\plugins\DePan.dll  [2.13.1.6]
C:\Program Files (x86)\AviSynth\plugins\DePanEstimate.dll  [2.10.0.4]
C:\Program Files (x86)\AviSynth\plugins\DirectShowSource.dll  [2.6.0.3]
C:\Program Files (x86)\AviSynth\plugins\ffms2.dll  [2016-12-29]
C:\Program Files (x86)\AviSynth\plugins\fft3dfilter.dll  [2.6.0.0]
C:\Program Files (x86)\AviSynth\plugins\grunt.dll  [1.0.2.0]
C:\Program Files (x86)\AviSynth\plugins\KNLMeansCL.dll  [2018-01-29]
C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll  [2020-05-31]
C:\Program Files (x86)\AviSynth\plugins\masktools2.dll  [2.2.24.0]
C:\Program Files (x86)\AviSynth\plugins\mvtools2.dll  [2.7.43.0]
C:\Program Files (x86)\AviSynth\plugins\nnedi3.dll  [0.9.4.55]
C:\Program Files (x86)\AviSynth\plugins\RgTools.dll  [1.0.0.0]
C:\Program Files (x86)\AviSynth\plugins\TCPDeliver.dll  [2.6.0.7]
C:\Program Files (x86)\AviSynth\plugins\variableblur.dll  [2019-04-07]

[Scripts (AVSI)]
C:\Program Files (x86)\AviSynth\plugins\colors_rgb.avsi  [2015-03-30]
C:\Program Files (x86)\AviSynth\plugins\DebilinearM.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\Dither.avsi  [2015-12-30]
C:\Program Files (x86)\AviSynth\plugins\EDI_Rpow2.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\EEDI3_Resize16.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\FFMS2.avsi  [2015-05-22]
C:\Program Files (x86)\AviSynth\plugins\MAA2.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\MT_Xxpand_Multi.avsi  [2010-09-11]
C:\Program Files (x86)\AviSynth\plugins\NnChromaUpSubSampling.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\Placebo.avsi  [2020-07-04]
C:\Program Files (x86)\AviSynth\plugins\QTGMCv2020.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\ResizeX.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\SRestore.avsi  [2018-07-12]
C:\Program Files (x86)\AviSynth\plugins\SSSharpFaster.avsi  [2020-06-24]
C:\Program Files (x86)\AviSynth\plugins\SuperSlowSharpen.avsi  [2020-07-09]
C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi  [2020-07-09]

[Uncategorized DLLs (32 Bit)]
C:\Program Files (x86)\AviSynth\plugins\libfftw3f-3.dll  [2020-04-17]

[Uncategorized DLLs (64 Bit)]
C:\Program Files (x86)\AviSynth\plugins\DGDecode.dll  [1.5.8.0]



[Plugin errors/warnings]
________________________________________________________________________________

Function duplicates:

"AverageChromaU" : "[InternalFunction]"
"AverageChromaU" : "[PluginFunction]"
"AverageChromaV" : "[InternalFunction]"
"AverageChromaV" : "[PluginFunction]"
"AverageLuma" : "[InternalFunction]"
"AverageLuma" : "[PluginFunction]"
"AvsPlusVersionNumber" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"AvsPlusVersionNumber" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"ChromaUDifference" : "[InternalFunction]"
"ChromaUDifference" : "[PluginFunction]"
"ChromaVDifference" : "[InternalFunction]"
"ChromaVDifference" : "[PluginFunction]"
"ConditionalFilter" : "[InternalFunction]"
"ConditionalFilter" : "[PluginFunction]"
"ContraSharpeningHD" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"ContraSharpeningHD" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"DirectShowSource" : "[InternalFunction]"
"DirectShowSource" : "[PluginFunction]"
"Dither_Luma_Rebuild" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"Dither_Luma_Rebuild" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"Dither_min_dif16" : "[PluginFunction]"
"Dither_min_dif16" : "C:\Program Files (x86)\AviSynth\plugins\Placebo.avsi"
"Dither_YUY2toInterleaved16" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"Dither_YUY2toInterleaved16" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"Dither_YUY2toInterleaved" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"Dither_YUY2toInterleaved" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"Dither_YUY2toPlanar16" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"Dither_YUY2toPlanar16" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"Dither_YUY2toPlanar" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"Dither_YUY2toPlanar" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"FrameEvaluate" : "[InternalFunction]"
"FrameEvaluate" : "[PluginFunction]"
"IsAvsNeo" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"IsAvsNeo" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"IsAvsPlus" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"IsAvsPlus" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"LumaDifference" : "[InternalFunction]"
"LumaDifference" : "[PluginFunction]"
"MinBlur" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"MinBlur" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"RGBDifferenceFromPrevious" : "[InternalFunction]"
"RGBDifferenceFromPrevious" : "[PluginFunction]"
"RGBDifferenceToNext" : "[InternalFunction]"
"RGBDifferenceToNext" : "[PluginFunction]"
"RGBDifference" : "[InternalFunction]"
"RGBDifference" : "[PluginFunction]"
"sbr" : "C:\Program Files (x86)\AviSynth\plugins\SMDegrain.avsi"
"sbr" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"ScriptClip" : "[InternalFunction]"
"ScriptClip" : "[PluginFunction]"
"TCPServer" : "[InternalFunction]"
"TCPServer" : "[PluginFunction]"
"TCPSource" : "[InternalFunction]"
"TCPSource" : "[PluginFunction]"
"UDifferenceFromPrevious" : "[InternalFunction]"
"UDifferenceFromPrevious" : "[PluginFunction]"
"UDifferenceToNext" : "[InternalFunction]"
"UDifferenceToNext" : "[PluginFunction]"
"undefined" : "[InternalFunction]"
"Undefined" : "C:\Program Files (x86)\AviSynth\plugins\ZsRFShared.avsi"
"UPlaneMax" : "[InternalFunction]"
"UPlaneMax" : "[PluginFunction]"
"UPlaneMedian" : "[InternalFunction]"
"UPlaneMedian" : "[PluginFunction]"
"UPlaneMinMaxDifference" : "[InternalFunction]"
"UPlaneMinMaxDifference" : "[PluginFunction]"
"UPlaneMin" : "[InternalFunction]"
"UPlaneMin" : "[PluginFunction]"
"VDifferenceFromPrevious" : "[InternalFunction]"
"VDifferenceFromPrevious" : "[PluginFunction]"
"VDifferenceToNext" : "[InternalFunction]"
"VDifferenceToNext" : "[PluginFunction]"
"VPlaneMax" : "[InternalFunction]"
"VPlaneMax" : "[PluginFunction]"
"VPlaneMedian" : "[InternalFunction]"
"VPlaneMedian" : "[PluginFunction]"
"VPlaneMinMaxDifference" : "[InternalFunction]"
"VPlaneMinMaxDifference" : "[PluginFunction]"
"VPlaneMin" : "[InternalFunction]"
"VPlaneMin" : "[PluginFunction]"
"WriteFileIf" : "[InternalFunction]"
"WriteFileIf" : "[PluginFunction]"
"WriteFile" : "[InternalFunction]"
"WriteFile" : "[PluginFunction]"
"YDifferenceFromPrevious" : "[InternalFunction]"
"YDifferenceFromPrevious" : "[PluginFunction]"
"YDifferenceToNext" : "[InternalFunction]"
"YDifferenceToNext" : "[PluginFunction]"
"YPlaneMax" : "[InternalFunction]"
"YPlaneMax" : "[PluginFunction]"
"YPlaneMedian" : "[InternalFunction]"
"YPlaneMedian" : "[PluginFunction]"
"YPlaneMinMaxDifference" : "[InternalFunction]"
"YPlaneMinMaxDifference" : "[PluginFunction]"
"YPlaneMin" : "[InternalFunction]"
"YPlaneMin" : "[PluginFunction]"

________________________________________________________________________________
skywalker is offline   Reply With Quote
Old 10th July 2020, 17:21   #94  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
You should update avisynth; you're using a one from 2015

Either that, or downgrade everything. Use old versions of everything around the same time (~2015). (not recommended, many bug fixes in plugins, scripts, avisynth over the years)

Last edited by poisondeathray; 10th July 2020 at 17:24.
poisondeathray is offline   Reply With Quote
Old 10th July 2020, 17:38   #95  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by poisondeathray View Post
You should update avisynth; you're using a one from 2015

Either that, or downgrade everything. Use old versions of everything around the same time (~2015). (not recommended, many bug fixes in plugins, scripts, avisynth over the years)
EDIT: I instaled avisynth 2.6. How I update it?

Last edited by skywalker; 10th July 2020 at 18:18.
skywalker is offline   Reply With Quote
Old 10th July 2020, 17:42   #96  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
What are you using ? x86 or x64 avisynth?


Actually, that avsmeter report is for x86

Check again with avsmeter64 and post the report

AvsMeter64 avsinfo -l
poisondeathray is offline   Reply With Quote
Old 10th July 2020, 18:17   #97  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by poisondeathray View Post
What are you using ? x86 or x64 avisynth?


Actually, that avsmeter report is for x86

Check again with avsmeter64 and post the report

AvsMeter64 avsinfo -l
I cannot open the AVSMeter. It opens and closes the prompt before I see it. This data is from AVSINfo. I use x86

Last edited by skywalker; 10th July 2020 at 18:28.
skywalker is offline   Reply With Quote
Old 10th July 2020, 18:58   #98  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
Install avisynth+ 3.6.1 .
https://github.com/AviSynth/AviSynthPlus/releases

Or use groucho's installer
https://forum.doom9.org/showthread.php?t=172124

Or just replace the .dll with the appropriate version of avisynth.dll in C:\WINDOWS\SysWOW64\ directory for x86 . It's in the "files only" download
poisondeathray is offline   Reply With Quote
Old 10th July 2020, 19:09   #99  |  Link
skywalker
Registered User
 
Join Date: Sep 2017
Posts: 37
Quote:
Originally Posted by poisondeathray View Post
Install avisynth+ 3.6.1 .
https://github.com/AviSynth/AviSynthPlus/releases

Or use groucho's installer
https://forum.doom9.org/showthread.php?t=172124

Or just replace the .dll with the appropriate version of avisynth.dll in C:\WINDOWS\SysWOW64\ directory for x86 . It's in the "files only" download
Done.
skywalker is offline   Reply With Quote
Old 10th July 2020, 19:31   #100  |  Link
poisondeathray
Registered User
 
Join Date: Sep 2007
Posts: 5,377
So preview the script again

If MPCHC x86 has problems, try vdub2 x86, or avspmod x86

Any reason why you are using avisynth x86 instead of x64 ?
poisondeathray is offline   Reply With Quote
Reply

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 03:35.


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