Log in

View Full Version : Which TomsMoComp.dll?


Karl Beem
22nd January 2003, 04:07
I've found two versions of TomsMoComp.zip on the net. The newer one has versions in subdirs Avisynth_2.5_Alpha and Avisynth_Pre_2.5_Alpha. Although I have Avisynth 2.07, the latter seems to work. Is this ok or should I use the version from the older zip file?

Also, Tom's readme has
"Assumes YUV (YUY2) Frame Based input. Use an Avisynth function to convert first if needed."

My captures are UYVY, do I need a ConvertToYUY2() in my avs file? It doesn't seem to make a difference.

Karl

trbarry
22nd January 2003, 04:49
For the Avisynth 2.5 Alpha you should use the one in that directory which has YV12 support and is compiled for the alpha release.

For all other Avisynth releases including 2.07 you should use the pre_alpha one. (YUY2 only)

However I only just NOW updated the Avisynth 2.5 alpha version with TomsMoComp v 0.0.1.5 to correct a crash bug. The pre_alpha version is unchanged for months, and okay, but Avisynth 2.5a users should get the new one at www.trbarry.com/TomsMoComp.zip if they need YV12 support and the new AvisynthPluginInit2 compile.

So for anyone running Avisynth 2.5a make sure to right click on TomsMoComp.dll and check the version says 0.0.1.5. Accept no substitutes (they crash). ;)

- Tom