Trying to generate portrait orientation video with Veo3.1 model when 2 images are provided in input. The reason for providing 2 images is both front and back view of the object has different design on the objects hence to generate 360 degree view video both front and back image of the object is needed. BUT everytime it is generating landscape orientation video.
Can anyone help on this as there is no mention of the same in Gemini documentation also.
Regards,
Piyush
Hi @Piyush_Vaish,
Model is defaulted to landscape orientation (16:9), if you want generate potrait, you need to specify the same in aspect ratio parameter.
Please refer here: Veo Configs
Thank you!
I am also experiencing this issue, it seems that when using the referenceImages option with aspectRatio 9:16 returns an error: {‘code’: 3, ‘message’: ‘Unsupported output video aspect ratio ASPECT_RATIO_9_16’}
Hi @Hila_Zohar, welcome to the community!
Which Veo model are you using? Please refer here for supported aspect ratios for the respective resolution in which you are trying to generate the video. Veo Configs
Thanks!
@Srikanta_K_N We tried with changed aspect ratio and it generated portrait view inside a landscape frame. So, basically, the overall video frame is landscape but inside that the generated video is in portrait with blanks on left and right side of central portrait boundary. Ideally the whole video should be portrait like the ones getting generated when we pass only one image. This is the problem when we pass 2 images. Please refer to attached images and snapshot from its generated video as video cannot be attached here. Kindly check.
Regards,
Piyush
Hi @Piyush_Vaish and @Hila_Zohar ,
Currently video generation with Veo 3.1 using referenceImages supports only 16:9 aspect ratio according to the documentation.