bluesix
16th September 2002, 18:08
I am using the following avs script with my dv type 1 avi.
DirectShowSource("C:\dvs\tv3.avi")
LoadPlugin("c:\media\avisynth\TomsMoComp.dll")
BilinearResize(640,480)
clip = AVISource("C:\dvs\tv3.avi")
return clip.TomsMoComp(1,15,1)
I get the following error:
Avisynth open failure.
Avisynth couldn't locate a decompressor for fourcc dsvd
(c:\dvs\tv3.avs) line 4
I am trying to use TomsMocomp because I wasn't please with the results of Virtualdbub's smartdeinterlacer 2.7
Should I use a different one? Why isn't this one working?
Should I bilinear resize my raw 720x480 dv clip to 640x480 to maintain proper aspect ratio?
I know that is a whole other thread but while I have your attention...
-bluesix
DirectShowSource("C:\dvs\tv3.avi")
LoadPlugin("c:\media\avisynth\TomsMoComp.dll")
BilinearResize(640,480)
clip = AVISource("C:\dvs\tv3.avi")
return clip.TomsMoComp(1,15,1)
I get the following error:
Avisynth open failure.
Avisynth couldn't locate a decompressor for fourcc dsvd
(c:\dvs\tv3.avs) line 4
I am trying to use TomsMocomp because I wasn't please with the results of Virtualdbub's smartdeinterlacer 2.7
Should I use a different one? Why isn't this one working?
Should I bilinear resize my raw 720x480 dv clip to 640x480 to maintain proper aspect ratio?
I know that is a whole other thread but while I have your attention...
-bluesix