I am running WinXP Pro, I just recently had to reload the OS and now I can't get my asf files to load into Vdub. I get the message I don't know what "LoadPlugin" means on line 8 This message appears where the video should be displayed. Here is my asf file with the aforementioned line 8 # # Created with Gordian Knot # # # # PLUGINS # get them from LoadPlugin("C:\GORDIA~1\mpeg2dec.dll") #LoadPlugin("C:\GORDIA~1\InverseTelecine.dll") #LoadPlugin("C:\GORDIA~1\Avisynth_Spatial.dll") #LoadPlugin("C:\GORDIA~1\GreedyHMA.dll") #LoadPlugin("C:\GORDIA~1\vobsub.dll") # # SOURCE mpeg2source("C:\All_VOBs\A_BEAUTIFUL_MIND\beautifulproject.d2v") # # TRIM #trim(startframe,endframe) # # IVTC #InverseTelecine(40,10,15) # or use #GreedyHMA(1,0,4,0,0,0,0,0) # # CROPPING crop(0,7,718,459) # # DEINTERLACING #SmartDeinterlace(2,15,true,true,true) # or use #VerticalReduceBy2 # or maybe #GreedyHMA(1,0,0,0,0,0,0,0) # # SUBTITLES #VobSub("FileName") # # RESIZING BicubicResize(480,256,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) It doesn't matter which version of Vdub I use (same code with Nandub). I rip with smartripper, use DVD2AVI (1.76) for d2v, Gordian Knot for avs. I'm using the same process and programs that have worked for along while now, the only difference is I reloaded my OS. Yes the dll's are where they are listed in the avs file. I've tried Auxsetup, loading msvcr70 in the system directory etc. Any help would be appreciated, I will provide more information if needed.