You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input: front Camera captured videos with OrientationHint set at 270 to make end result as Portrait video.
Action: Resize(Downsample)
Behaviour in Lollipop: The videos are auto rotated to portrait format. So we have to pass Resolution.360p.getWidth() as height and Resolution.360p.getHeight() as width. The end result is proper portrait videos (video completely changed to portrait, not the metadata or container orientation)
Behaviour in Kitkat: The videos are in landscape mode.
Why this difference in behaviour? I would like to get the behaviour as in Lollipop, so that the video is completely transformed to 360x640 portrait resolution
The text was updated successfully, but these errors were encountered:
Input: front Camera captured videos with OrientationHint set at 270 to make end result as Portrait video.
Action: Resize(Downsample)
Behaviour in Lollipop: The videos are auto rotated to portrait format. So we have to pass Resolution.360p.getWidth() as height and Resolution.360p.getHeight() as width. The end result is proper portrait videos (video completely changed to portrait, not the metadata or container orientation)
Behaviour in Kitkat: The videos are in landscape mode.
Why this difference in behaviour? I would like to get the behaviour as in Lollipop, so that the video is completely transformed to 360x640 portrait resolution
The text was updated successfully, but these errors were encountered: