View Single Post
Old 2nd July 2008, 19:32   #15  |  Link
mikeytown2
Resize Abuser
 
mikeytown2's Avatar
 
Join Date: Apr 2005
Location: Seattle, WA
Posts: 623
Thanks for fixing that! I have an example for YV12 that goes green and crashes on frame 206
Code:
ColorBars().Trim(0,999).ConvertToYV12()
Animate(0,999, "Rotater" ,0.0, 360.0)

Function Rotater(clip c, float x)
{
	c.Rotate_Rotate(x)
	Subtitle(String(x))
}
YV12 Problem Areas:
105.785358 <= Angle >= 074.214642
254.214638 >= Angle <= 285.785354

15.7853 from 90 and 270 are the problem areas

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