Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange difference in behavior in Kitkat and below #2

Open
gouravd opened this issue Dec 15, 2015 · 1 comment
Open

Strange difference in behavior in Kitkat and below #2

gouravd opened this issue Dec 15, 2015 · 1 comment

Comments

@gouravd
Copy link

gouravd commented Dec 15, 2015

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

@demirhand
Copy link

hi have you find the solution. I have the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants