jbavari / cordova-plugin-video-editor

A cordova plugin to edit videos.
Other
289 stars 235 forks source link

Larger resolutions fail (without an error message in Cordova) E/MediaCodec: Codec reported err 0x80001001 #143

Open c00 opened 6 years ago

c00 commented 6 years ago

Whenever I try to transcode a video with higher resolution than VGA (640x480), the transcoder fails, and the callbacks (error or success) are never fired. When looking in logcat, I see the following message:

E/MediaCodec: Codec reported err 0x80001001, actionCode 0, while in state 0

The relevant log is here, as is a bugreport created with adb bugreport.

I'm using a Samsung S8, and the default settings for the camera are FHD (1920x1080).

So I suppose there's 2 bugs here:

1) The transcoder fails without giving an error message back to cordova 2) The transcoder fails on high (tho nowadays normal) resolution vidoes