sorry, shoulda posted it earlier...generated in gordian knot so ill include all the extras... AVIsource("F:\SPE.avi") # # ENABLE ANY OF THE FOLLOWING LINES THAT YOU FEEL SHOULD BE APPLIED TO #THE CLIP. #Don't forget to load corresponding plugins with correct path's # # PLUGINS Import("D:\Program Files\GKnot\AVIsynth\VdubFilters\vdub_filters.avs") #LoadPlugin("mpeg2dec.dll") LoadPlugin("D:\Program Files\decomb391\Decomb.dll") #LoadPlugin("Avisynth_Spatial.dll") #LoadPlugin("GreedyHMA.dll") # # DEINTERLACING # #ConvertToRGB #VD_SmartDeinterlace("frame","luma",false,true,false,false,15,100) #ConvertToYUY2 #smart() FieldDeinterlace(full=true,blend=false) #GreedyHMA(1,0,0,0,0,0,0,0) #verticalreduceby2() # # IVTC # #Telecide() #Decimate() # # CROP # #crop(0,0,last.width,last.height) #crop(0,0,576,424) # RESIZE # BicubicResize(480,344) # # DENOISE # #SpatialSoftenMMX(2,4,6,false,false,4,4,6,8) #TemporalSmoother(3) #SpatialSoftenMMX(1,4,6,false,false,4,4,6,8) # # TRIM # #trim(start,end) #use this to get main movie #trim(start, end_part_1)+trim(start_part_2,end) #+trim(...) to get rid of #commercials etc.