Log in

View Full Version : Autoloaded 3 filters (1 failed)


Ned
11th March 2002, 10:49
Autoloaded 3 filters (1 failed)

I get this error displayed at the bottom of the nandub main window when using GK's Encoder options to setup the jobs. If I open the same .avs file manually in nandub it shows no such error. I've checked the script and even commented out the extra filters (greedy and smartdeinterlace) but still the same error shows when using GK to start the jobs.

:confused:

Ned
13th March 2002, 10:05
Here's the full script (minus what I'm encoding :) )
The respective .dll's are all in the E:dvd\GK\ folder.

#
# Created with Gordian Knot
#
# http://thewef.nav.to
#
# PLUGINS
# get them from http://users.win.be/dividee
LoadPlugin("E:\dvd\GK\mpeg2dec.dll")
#LoadPlugin("E:\dvd\GK\InverseTelecine.dll")
#LoadPlugin("E:\dvd\GK\Avisynth_Spatial.dll")
LoadPlugin("E:\dvd\GK\GreedyHMA.dll")
#LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
#
# SOURCE
mpeg2source("E:\dvd\Projects\*******\*****\*****.d2v")
#
# TRIM
trim(0,48523)
#
# IVTC
#InverseTelecine(40,10,15)
# or use
GreedyHMA(1,0,1,0,0,0,0,0)
#
# CROPPING
crop(5,0,707,477)
#
# DEINTERLACING
SmartDeinterlace(2,4,true,true,true)
# or use
#VerticalReduceBy2
# or maybe
#GreedyHMA(1,0,0,0,0,0,0,0)
#
# SUBTITLES
#VobSub("FileName")
#
# RESIZING
BicubicResize(576,432,0,0.5)
#
# 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 has to be 13 for use in GKnot!
#SelectRangeEvery(260,13)
#
# FOOL CCEnc
#ResampleAudio(44100)