-
Image is skewed diagonally. How to un-skew?
I’ve recently been toying around with a video processing plugin which seems to do what it’s supposed to, but it also does something frankly inexplicable. I’ve got a 720×480 (DV) composition in this instance.
From top to bottom, each consecutive horizontal line is skewed to the right one pixel. (Or it may be that every two lines are skewed to the right by two pixels; it’s difficult to really tell.) To put it into a formula of sorts, the y position of the video dictates an x+1 offset. Visually, this shows up as a diagonal skew to the right. The portion of the video which is shoved off the right edge of the layer is wrapped back around to the left. And finally, at the bottom of the frame where the skew has reached its maximum, what used to be the video’s left edge, x position 0, is now at x position 479 (or 480, near enough).
Not being familiar with the kinds of incompatibilities which may crop up, I am tentatively chalking this phenomenon up to the fact that the plugin was designed for AE6 and I am stuck with AE7.
Anyway, I still definitely want to make use of this plugin, and this weird problem is not actually destructive to the video, so I’m after a post-processing solution. I am not expecting there to be any sort of plugin fix for such a unique “effect” but perhaps somebody could offer an expression formula to try out on the video, and suggest its implementation. So far, while I can be pretty good with the kind of scripting involved, I simply don’t have a working understanding of the syntax of AE’s expression system, nor, by consequence, any kind of grasp of what’s possible.
Hope my description was sufficient, and very grateful for any help. Thank you.