代碼:
# PLUGINS
SetWorkingDir("D:\PROGRA~1\GORDIA~1\")
LoadPlugin("mpeg2dec3.dll")
LoadPlugin("decomb.dll")
LoadPlugin("FluxSmooth.dll")
# SOURCE
avisource("E:\test.avi")
# DEINTERLACING
FieldDeinterlace(dthreshold=9,blend=true)
# CROPPING
crop(0,0,640,480)
# RESIZING
LanczosResize(640,480)
# DENOISING:
FluxSmooth(5,3)