Skip to content

Strange difference in behavior in Kitkat and below #2

@gouravd

Description

@gouravd

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions