Log in

View Full Version : Problem with AutoCrop in Windows 2003


pkfans
17th March 2008, 07:38
Here I had avs script file which is performing autocropping the .wmv file. This avs file is playing well in media player in Windows XP System. This same file returning error in Windows 2003 Server as "wMultiOf must be non-zero".

Here is code


AutoCropPath = "C:\Tools\AutoCrop.dll"
#LOAD PLUGINS
LoadPlugin(AutoCropPath)

DirectShowSource("c:\SVNSource\T02BVT002_STDVD.wmv")
AutoCrop(mode=0)

pkfans
17th March 2008, 16:06
PLease help me in the above issue.

buzzqw
17th March 2008, 17:11
not a problem of win2003, i use the same os (win2003 sp2), and don't have problem

please try with a mpeg2 file (loaded with a d2v project)

i suppose it's something in your directshowfilter/input file

BHH