iparout
4th December 2002, 15:38
Hi there.
I am trying to use Unfilter.dll together with Lumaoff in order to decrease blockiness in the dark areas of the picture in my DivX 5 Pro encodes.
However I have just noticed that VDub crashes because of the Unfilter.dll.
The script I used is this :
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\UnFilter.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\decomb.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINNT\System32\vobsub.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("E:\Jennifer8\TEST.d2v",lumoff=-2)
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING
#FieldDeinterlace()
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# CROPPING
crop(8,4,710,569)
#
# SUBTITLES
#VobSub("FileName")
#
# FILTER
UnFilter(5,5)
#
# RESIZING
BicubicResize(640,352,0,0.75)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
VDub says "Avisynth open failure : Unrecognized exception !" line 44 (the Unfilter command)
Why does that happen ?
I am usig the Avisynth and VDub versions that came with GKnot 0.26 and also mpeg2dec3 beta 6.
Thanks in advance for any answers.
I am trying to use Unfilter.dll together with Lumaoff in order to decrease blockiness in the dark areas of the picture in my DivX 5 Pro encodes.
However I have just noticed that VDub crashes because of the Unfilter.dll.
The script I used is this :
#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\UnFilter.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\decomb.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\InverseTelecine.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\Avisynth_Spatial.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\GreedyHMA.dll")
#LoadPlugin("C:\WINNT\System32\vobsub.dll")
#LoadPlugin("D:\AUDIO-~1\Video\Tools\GORDIA~1\SimpleResize.dll")
#
# SOURCE
mpeg2source("E:\Jennifer8\TEST.d2v",lumoff=-2)
#
# TRIM
#trim(startframe,endframe)
#
# IVTC
#Telecide()
#Decimate(cycle=5)
# or use
#InverseTelecine(40,10,15)
#GreedyHMA(1,0,4,0,0,0,0,0)
#
# DEINTERLACING
#FieldDeinterlace()
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# CROPPING
crop(8,4,710,569)
#
# SUBTITLES
#VobSub("FileName")
#
# FILTER
UnFilter(5,5)
#
# RESIZING
BicubicResize(640,352,0,0.75)
#
# DENOISING: choose one combination (or none)
# 1) little noise (fast)
#TemporalSmoother(2,1)
#
# 2) medium noise (slow)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#TemporalSmoother(2)
#
# 3) heavy noise (very slow, you have been warned)
#SpatialSoftenMMX(2,4,6,false,false,4,4,6,8)
#TemporalSmoother(3)
#SpatialSoftenMMX(1,4,6,false,false,4,4,6,8)
#
# BORDERS
#AddBorders(left,top,right,bottom)
#
# COMPRESSIBILITY CHECK
# !!!!Snip Size now has to be 14 for use in GKnot!
#SelectRangeEvery(280,14)
#
# FOOL CCEnc
#ResampleAudio(44100)
VDub says "Avisynth open failure : Unrecognized exception !" line 44 (the Unfilter command)
Why does that happen ?
I am usig the Avisynth and VDub versions that came with GKnot 0.26 and also mpeg2dec3 beta 6.
Thanks in advance for any answers.