TheSeeker
21st August 2004, 01:27
what wrong with this script.. .its not working.
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
mpeg2source("D:\RIP\D2VAVS\V01.D2V",idct=7)
trim(0,2780)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\PeachSmoother.dll")
ConvertToYUY2()
PeachSmooth(45, 25, FALSE, 0, FALSE, FALSE)
Getting an unrecognized exception on line 6. Any help appreciated. thanks.
#------------------
# AVS File Created by DVD Rebuilder
# VOBID:01, CELLID:01
#------------------
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3dg.dll")
mpeg2source("D:\RIP\D2VAVS\V01.D2V",idct=7)
trim(0,2780)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\PeachSmoother.dll")
ConvertToYUY2()
PeachSmooth(45, 25, FALSE, 0, FALSE, FALSE)
Getting an unrecognized exception on line 6. Any help appreciated. thanks.