-
Notifications
You must be signed in to change notification settings - Fork 238
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
Non-baseline AVC video profile is not supported by Android OS (Android 9.0) #72
Comments
Same issue here :( |
@tipa can you share the |
Sure, you simply need to change this line: android-transcoder/lib/src/main/java/net/ypresto/androidtranscoder/engine/MediaFormatValidator.java Line 39 in e9c411c
to if (profileIdc != PROFILE_IDC_BASELINE && profileIdc != 100) {
This is the resulting .jar |
(Main profile looks supported for now by Android itself, so we can remove restriction by checking Android version.) |
Thank you so much @ypresto for your time - sounds like you are quite busy. Does that mean we can remove the |
Hi there, any updates on this? Thanks |
any update on this? |
any update? |
The issue seems to be fixed in the latest version of the master. |
Hi,
I am getting this error when trying to compress a video file with Android 9.0.
With other versions it works as expected. Any idea why is this happening?
Thanks
The text was updated successfully, but these errors were encountered: