Having plugins for some simple transitions and effects will be very useful. Are there any plugins already for the following? If not will any one consider making these? 1. Rotate(clip,Int degrees, fill color) # Now only left or right by 90 degrees is possible. 2. Wipe(clip1,clip2,oval,a,b,number of frames) The clip2 starting as a spec centered on clip1 to increase in size to full in the number of frames in the shape of a oval with ellipsity of a/b. 3. Wipe(clip1,clip2,rectangle,a,b,number of frames) Similar to oval above. This effect is possible to derive now with a very tedious and error prone coding of Avisynth core. 4. Wipe clip1,clip2, with an angular wedge moving right, left,up or down.