trance
11th July 2003, 01:11
I"m having trouble getting .avs to preview correctly. The problem is that in all the previews (w/ different settings/filters), they all look the same. In fact, the previews look exactly like the source DVD in WMP and in VDM, although the input and output look different, they don't change (filter doesn't affect the video). I've been at this for a few days now and any help would be great.
Example of a script:
# PLUGINS
SetWorkingDir("D:\PROGRA~1\DVD\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
LoadPlugin("Convolution3d.dll")
LoadPlugin("unfilter.dll")
# SOURCE
mpeg2source("E:\DVD\Band of Brothers\Projects\Band of Brothers Disc1 Episode 2\Brothers.d2v")
# CROPPING
crop(0,0,720,480)
unfilter(-30,-30)
# RESIZING
LanczosResize(640,352)
Convolution3d("moviehq")
Example of a script:
# PLUGINS
SetWorkingDir("D:\PROGRA~1\DVD\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
LoadPlugin("Convolution3d.dll")
LoadPlugin("unfilter.dll")
# SOURCE
mpeg2source("E:\DVD\Band of Brothers\Projects\Band of Brothers Disc1 Episode 2\Brothers.d2v")
# CROPPING
crop(0,0,720,480)
unfilter(-30,-30)
# RESIZING
LanczosResize(640,352)
Convolution3d("moviehq")