I’m trying to get clamp wrap mode to behave the same way it does in this demo video. In the demo, the clamped video stretches on both the right and left sides, but I can’t seem to get it to work on the left side.
I’ve attached screenshots from the demo video and my own session—where the clamp pixel stretch works when the offset is negative but doesn’t when the offset is positive.
I suspect that the left side of the video you’re using may contain a column of black pixels - and if black pixels are clamped, it’ll simply result in darkness.
You can test this by putting another Transform in front of the current Transform, set that to scale to 101% or something (to make sure the original image stretches it’s content all the way towards the screen edges), and you should see the expected behaviour.