Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform command not working when using custom video mode #311

Open
janniksaxler opened this issue Feb 14, 2024 · 1 comment
Open

Transform command not working when using custom video mode #311

janniksaxler opened this issue Feb 14, 2024 · 1 comment

Comments

@janniksaxler
Copy link

Hi folks,
I just tried the new RC from server version 2.4.0 and set up my server with 3 full HD outputs reacting as one canvas (5760x1080px). It's working! The only problem is that videos and images are stretched to the full width.
This would be no problem, if I could just transform them back to their original aspect ratio. But the transform-tool in the client (v2.3.0, rev. 58e2267) doesn't work. It only works with standard video modes (720, 1080, etc.).
In the log I see that the client normally calculates the size or position values from 0-1920 (X) or 0-1080 (Y) to 0-1 for the AMCP command. I think this conversion doesn't work if the client detects a custom aspect ratio (e.g. 16:3 in my case).

The workaround with a custom command (e.g. MIXER 1-10 FILL 0.25 0 0.33 1) works. So the issue has to be within the client's transform-tool.

image

@markusnygard
Copy link

Can confirm that I have the same problem with custom resolution and transform-effect with 2.3.0 RC1-win

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants