-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels