Selur
18th July 2006, 06:04
Is it just me or is the current CVS build broken regarding GMC?
Tried to encode the following:
LoadPlugin("I:\Programme\AviSynth\plugins\zoom.dll") # http://www.avisynth.org/warpenterprises/files/zoom_25_dll_20050122.zip
blank = BlankClip(length=362, height=576, width=704)
subbed = Subtitle(blank, "Das unendliche Avisynthscript", size=36, align=5)
rotate = subbed.zoom(angle="n")
fadI = rotate.FadeIn(100)
return fadI
Which works fine as long as GMC is disabled, as soon as it's enabled, Virtual Dub just closes.
Using:
XviD.cvs.head.MTK.exe 12-Jul-2006 11:26 307K
(from http://ffdshow.faireal.net/mirror/XviD/)
(XviD.cvs.head.exe 22-Jun-2006 15:03 442K works fine)
Cu Selur
Ps.: Using an Athlon64 3500+ (WinXPpro 32bit) for encoding.
Tried to encode the following:
LoadPlugin("I:\Programme\AviSynth\plugins\zoom.dll") # http://www.avisynth.org/warpenterprises/files/zoom_25_dll_20050122.zip
blank = BlankClip(length=362, height=576, width=704)
subbed = Subtitle(blank, "Das unendliche Avisynthscript", size=36, align=5)
rotate = subbed.zoom(angle="n")
fadI = rotate.FadeIn(100)
return fadI
Which works fine as long as GMC is disabled, as soon as it's enabled, Virtual Dub just closes.
Using:
XviD.cvs.head.MTK.exe 12-Jul-2006 11:26 307K
(from http://ffdshow.faireal.net/mirror/XviD/)
(XviD.cvs.head.exe 22-Jun-2006 15:03 442K works fine)
Cu Selur
Ps.: Using an Athlon64 3500+ (WinXPpro 32bit) for encoding.