Hello Team,
I am trying to make a video uploading app. To reduce the size of the videos I am using native ionic video editor plugin. For up to android version 8 plugin is working fine, but for above version 8 plugin is throwing an error for video transcoding:
video transcode error net.ypresto.androidtranscoder.engine.InvalidOutputFormatException: Non-baseline AVC video profile is not supported by Android OS, actual profile_idc: 100
My Ionic Info:
Ionic:
Ionic CLI : 5.2.5 (C:\Users\HP\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.11.8
@angular-devkit/build-angular : 0.13.10
@angular-devkit/schematics : 7.3.9
@angular/cli : 7.3.9
@ionic/angular-toolkit : 1.5.1
Cordova:
Cordova CLI : not installed
Cordova Platforms : android 8.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and 12 other plugins)
Utility:
cordova-res : 0.6.0 (update available: 0.14.0)
native-run : 0.2.8 (update available: 1.0.0)
System:
NodeJS : v10.16.3 (C:\Program Files\nodejs\node.exe)
npm : 6.9.0
OS : Windows 10
“@ionic-native/video-editor”: “^5.26.0”,
“cordova-plugin-video-editor”: “^1.1.3”,
Please help me in resolving this issue. Any help will be greatly appreciated.
1 post - 1 participant