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 Development

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 29th April 2020, 15:41   #5581  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,537
Quote:
Originally Posted by real.finder View Post
__________________
@turment on Telegram
tormento is offline  
Old 29th April 2020, 15:54   #5582  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
The gui is an older release and has a bug where it can mix up 32 and 64bit plugins (fixed in VS version). Use avsrepo for now to be on the safe side. https://forum.doom9.org/showthread.php?t=175822
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 29th April 2020 at 15:56.
ChaosKing is offline  
Old 29th April 2020, 16:09   #5583  |  Link
Zetti
Registered User
 
Join Date: Dec 2015
Posts: 303
New thread >> AviSynth+ thread Vol.2

https://forum.doom9.org/showthread.php?t=181351
Zetti is offline  
Old 29th April 2020, 18:29   #5584  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,537
Quote:
Originally Posted by pinterf View Post
Unofficial test, grab it from here
Tested and working. A bit faster but perhaps it's placebo effect.
__________________
@turment on Telegram
tormento is offline  
Old 30th April 2020, 08:19   #5585  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,746
^ tormento: So, "imports[64]" like "plugins[64]"?
_

Oops, missed a new page.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline  
Old 1st May 2020, 07:02   #5586  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by Reel.Deel View Post
Hi everyone, I just want to say thanks to all responsible for the continued work on AviSynth+. There are now over 100+ 64-bit plugins available to use and still a handful missing.

http://avisynth.nl/index.php/Category:Plugins_x64

I just note that Asd did backport SmoothUV and DeDot and DeCross from VS, cool
__________________
See My Avisynth Stuff
real.finder is offline  
Old 2nd May 2020, 11:00   #5587  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,537
Quote:
Originally Posted by real.finder View Post
I just note that Asd did backport SmoothUV and DeDot and DeCross from VS, cool
As I wrote in the vol.2 thread it would be better starting to divide plugins into AVS supported interface versions, thus easing programmers to start a revision of the missing plugins.
__________________
@turment on Telegram
tormento is offline  
Old 31st May 2020, 16:04   #5588  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
Using Avisynth+ 3.6 32bit loading:
Code:
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\AddGrainC.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\dfttest.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\EEDI2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\eedi3.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\FFT3DFilter.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\TDeint.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\PlanarTools.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\MedianBlur2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\nnedi3.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\nnedi2.dll")
LoadCPlugin("I:\Hybrid\32bit\AVISYN~1\yadif.dll")
LoadDLL("I:\Hybrid\32bit\avisynthPlugins\libfftw3f-3.dll")
Import("I:\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("I:\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi")
Import("I:\Hybrid\32bit\avisynthPlugins\AnimeIVTC.avsi")
LoadCPlugin("I:\Hybrid\32bit\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: F:\TestClips&Co\files\interlaceAndTelecineSamples\interlaced\YUV422_sample.avi
#  input color sampling YUY2@8
#  input luminance scale tv
FFVideoSource("F:\TESTCL~1\files\INTERL~1\INTERL~1\YUV422~1.AVI",cachefile="E:\Temp\avi_1deca8d5573c8cb8cd8489678b764f38_853323747_1_0.ffindex",fpsnum=25,colorspace="YUY2")
# current resolution: 720x576
# deinterlacing
ConvertToYUY2(interlaced=true)
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# cropping
Crop(16,4,-16,-12)# 688x560
# filtering
ConvertToYV12(matrix="Rec601")
PreFetch(8)
return last
I get:
Code:
'I:/Hybrid/32bit/AVISYN~1/PlanarTools.dll' cannot be used as a plugin for AviSynth.
same script works fine with Avisynth+ 3.5 (r3106, 3.5, i386)

Using:
Code:
LoadCPlugin("I:\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\MedianBlur2.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\SSE2Tools.dll")
Import("I:\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: F:\TestClips&Co\test.avi
#  input color sampling YV12@8
#  input luminance scale tv
FFVideoSource("F:\TESTCL~1\test.avi",cachefile="E:\Temp\avi_0197468a3716844ade54f3f30f60eeda_853323747_1_0.ffindex",fpsnum=25,colorspace="YV12")
# current resolution: 640x352
# filtering
# grain handling
SMDegrain(interlaced=false)
PreFetch(8)
return last
I get:
Code:
Script error: expected `)' ((null), line 1, column 4) (I:\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 879) (I:\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 75) (E:\Temp\tempPreviewAvisynthFile17_00_53_414.avs, line 16)
Line 75 of SMDegrain.avsi is
"sisphbd = AvsPlusVersionNumber > 2294"
which calls line 879:
Code:
function AvsPlusVersionNumber()
{
    IsAvsNeo ? eval(MidStr(VersionString(),20,4)) : IsAvsPlus ? eval(MidStr(VersionString(),17,4)) : 0
}

-> did I miss some change that broke old plugins and scripts? (couldn't see anything about it in the release notes)

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 31st May 2020 at 16:07.
Selur is offline  
Old 31st May 2020, 16:45   #5589  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Selur, Get new SMDeGrain and Zs_RF_Shared.avsi from Real.Finder repository:- https://github.com/realfinder/AVS-St...2.5%20and%20up
things changed [everything currently in turmoil].
Also, post in the new thread maybe, this one nearly dead.
__________________
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; 31st May 2020 at 16:50.
StainlessS is offline  
Old 31st May 2020, 17:00   #5590  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
this thread should closed

and new thread should mention this one as an archive (edit: it's already did)

@Moderators
__________________
See My Avisynth Stuff

Last edited by real.finder; 31st May 2020 at 17:02.
real.finder is offline  
Old 31st May 2020, 18:14   #5591  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
@StanlessS: Thanks for the info about the new scripts.
__________________
Hybrid here in the forum, homepage
Selur is offline  
Closed Thread

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 08:22.


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