This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[BUG] DFM DeRainbow & Motion Compensation cause crash
#6
I missed the RgTools.dll.

If I add it, and also ffms2.dll, I don't get any message in Hybrid, not even "unknown error." The previewer crashes.


Custom filter:

LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MSharpen.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FluxSmooth.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\neo-minideen.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\DFMDeRainbow.avsi")
ConvertToYV24(interlaced=false, matrix="Rec709")
DFMDeRainbow(maskthresh=5,interlaced=false,mc=true)


Full script:

ClearAutoloadDirs()
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ImageSeq.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\SplineResize.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: E:/USER/fin/VincentTheo/wip/Part1_GaiaHQ/%06d.png
#  input color sampling RGB32@8, matrix:Rec.709, scantyp: progressive
#  input luminance scale tv
ImageReader(file="E:\USER\fin\VINCEN~1\wip\PART1_~1\%06d.png", start=0, end=76414, fps=23.976, use_DeviL=true, pixel_type="RGB24")
# current resolution: 1440x1152
# cropping
Crop(22,4,-20,-4)# 1398x1144
# scaling to 1440x1080
Spline144Resize(1440,1080)

# CUSTOM SCRIPT PART - position: DeRainbow - START
function CustomDeRainbow(clip clp) {
  last=clp
  LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MSharpen.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FluxSmooth.dll")
  LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\neo-minideen.dll")
  Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
  Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\DFMDeRainbow.avsi")
  ConvertToYV24(interlaced=false, matrix="Rec709")
  DFMDeRainbow(maskthresh=5,interlaced=false,mc=true)
}
# CUSTOM SCRIPT PART - position: DeRainbow - END

CustomDeRainbow() # loading custom script content
# adjust color to YV12
ConvertToYV12(matrix="Rec709")
PreFetch(4)
return last


Preview crash:

Faulting application name: avsViewer.exe, version: 0.0.0.0, time stamp: 0x5f568b76
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x22f2f148
Faulting process id: 0x1b44
Faulting application start time: 0x01d6909f7aa3b600
Faulting application path: C:\Program Files\Hybrid\32bit\avsViewer.exe
Faulting module path: unknown
Report Id: b9017810-fc92-11ea-a978-0050560b8935


Log:

[attachment=1039]



OK, I didn't expect you to be posting at the same time as me, sorry for the cross-talk.  Wink
Reply


Messages In This Thread
RE: DFM DeRainbow & Motion Compensation cause crash - by The_Tinkerer - 22.09.2020, 07:23

Forum Jump:


Users browsing this thread: 2 Guest(s)