I am using VideoKit on an iPhone with the following settings
But the video I got was in 2796 * 1290, which was not a portrait one.
Regarding to Lanre from Discord:
"When the Resolution is Screen or HalfScreen and the Orientation is not Landscape, then the output resolution will actually be landscape. The fix is to either change the Resolution to not be Screen or HalfScreen; or set the Orientation to Landscape when using either of these modes."
I am using VideoKit on an iPhone with the following settings
But the video I got was in 2796 * 1290, which was not a portrait one.
Regarding to Lanre from Discord:
"When the
Resolution
isScreen
orHalfScreen
and theOrientation
is notLandscape
, then the output resolution will actually be landscape. The fix is to either change theResolution
to not beScreen
orHalfScreen
; or set theOrientation
toLandscape
when using either of these modes."