net.ypresto.android transcoder.engine.Invalid Output FormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100
Phone: Android mi Note 5 Pro OS: Android 9
Problem: net.ypresto.android transcoder.engine.Invalid Output FormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100
I think the problem, not on the phone, the problem in the Android 9 version because it's working fine in Android 8.
I also had this problem. I found that xiaomi's Android 9 had problems with huawei's Android 9 had no problems.
Uninstall your plugin and try with below one. It will fix your issue.
ionic cordova plugin add https://github.com/ffMathy/cordova-plugin-video-editor.git
i have got the same problem, have you resolve it?
Uninstall your plugin and try with below one. It will fix your issue.
ionic cordova plugin add https://github.com/ffMathy/cordova-plugin-video-editor.git
still not work, still same tips
I downloaded the lib-release.zip that you can find here: https://github.com/ypresto/android-transcoder/issues/72 and renamed the lib-release.aar in that zip to android-transcoder-0.3.0.aar and then copied that one over the one android studio is using.
It is just one line of code that you need to change, but I'm not an expert on Android and replacing the file does the job for me. On my pc the file that you need to replace is located in: C:\Users\Marc.gradle\caches\modules-2\files-2.1\net.ypresto.androidtranscoder\android-transcoder\0.3.0\63874a5425bd798cf24ec5b0be4596b9174d12cf\
Try to use the fork - https://github.com/AlexMiniApps/cordova-plugin-video-editor Maybe it will help you.