View Single Post
Old 2nd July 2008, 09:35   #13  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Using 1.3 & 2.5.8 RC2
On frame 125 I get an Access Violation error with this script in MPC and AvsP.
Code:
ColorBars().Trim(0,200)
Animate(0,200, "Rotater" ,0.0, 360.0)

Function Rotater(clip c, float x)
{
	c.Rotate_Rotate(x)
	Subtitle(String(x))
}
Problem seems to be with an angle of 225

YV12 seems to have even more problems.

Last edited by mikeytown2; 2nd July 2008 at 09:42.
mikeytown2 is offline   Reply With Quote