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

Transcode non 16:9 format #15

Closed
grosalex opened this issue Apr 14, 2016 · 3 comments
Closed

Transcode non 16:9 format #15

grosalex opened this issue Apr 14, 2016 · 3 comments
Labels

Comments

@grosalex
Copy link

Hi,
Sorry for the questions but is there a way to transcode non 16:9 format?

Thanks for the lib,

@ypresto
Copy link
Owner

ypresto commented Apr 21, 2016

It is technically possible, by passing your own MediaFormatStrategy to transcodeVideo method.
But it is not guaranteed to be correctly transcoded because Android Compatibility Test Suite only tests for Video Encoding Recommendations.
For example, MediaFormatStrategyPresets.createExportPreset960x540Strategy() is broken on Nexus 4.

@grosalex
Copy link
Author

Ok thanks a lot for your answear.

@ypresto ypresto closed this as completed Jul 7, 2016
@adrianknight89
Copy link

@ypresto Isn't 960x540 a 16:9 format though? Why is it broken on Nexus 4? I thought you meant non-16:9 is broken.

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

No branches or pull requests

3 participants