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)
Here is code
AutoCropPath = "C:\Tools\AutoCrop.dll"
#LOAD PLUGINS
LoadPlugin(AutoCropPath)
DirectShowSource("c:\SVNSource\T02BVT002_STDVD.wmv")
AutoCrop(mode=0)