View Single Post
Old 7th June 2019, 08:31   #8  |  Link
szabi
Registered User
 
Join Date: Nov 2004
Posts: 251
Quote:
Originally Posted by pinterf View Post
in the non-working example clip "i" is not used
Modifiy it to the following also has crash result:
Code:
ConvertToYV12()
vectors=MSuper().MAnalyse(isb=false,blksize=8, overlap=0,search=5)
globalmotion=MDepan(vectors,pixaspect=1,thSCD1=500)
DepanStabilize(data=globalmotion,cutoff=0.5,mirror=15,prev=0,next=0,blur=50,pixaspect=1,subpixel=2,method=1)
crop(142, 80, -142, -80)
LanczosResize(1920,1080)
The problem seems the various avisynth with complicating 32 or 64bit plugins.
It would be nice to try 64bit ffms or lsmash indexing but there is no tool to do so.
szabi is offline   Reply With Quote