-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Describe the bug
In Grok Desktop v1.2.5, when pasting images/screenshots into Grok Imagine and editing them before sending to "Make-Video", the result video's aspect-ratio will be distorted, stretched wide.
To Reproduce
Steps to reproduce the behavior:
- Copy/paste a screenshot into Grok Imagine image prompt
- Edit it with Grok Imagine
- Click "Make Video" to turn the image into a video
- Result video's aspect ratio will be deformed stretch (wide) resolution, no matter what video aspect-ratio/size is selected
Expected behavior
Grok Imagine image-to-video should maintain correct aspect ratio on result videos.
Desktop (please complete the following information):
- OS: Windows 10 Pro
- v1.2.5
Additional context
This doesn't occur when doing it on Grok.com in a standard web browser. I suspect this may be connected to Grok-Desktop's Electron browser/engine, maybe a malformed user-agent which Grok's backend is formatting for, warping the result video's aspect ratio. Or perhaps some screen-size/aspect-ratio parameter getting malformed or not passed along somewhere along the way, the backend defaulting to some default 1:1 ratio (?).