I have a source that changes size. I want this source to keep the original vertical size, but scale to 1.5x horizontally regardless of the resolution.
Is there any way to do this using a filter?
The aspect ratio changes, so I can't use an aspect. The resolution changes so I can't use an absolute resolution.
What I'd really like to be able to do is something like 1.5*x1* and have it scale relatively like that.
Is this possible?
Thanks!
Is there any way to do this using a filter?
The aspect ratio changes, so I can't use an aspect. The resolution changes so I can't use an absolute resolution.
What I'd really like to be able to do is something like 1.5*x1* and have it scale relatively like that.
Is this possible?
Thanks!