cordova-plugin-video-editor
cordova-plugin-video-editor copied to clipboard
videoTranscodeError, err: android.media.MediaCodec$CodecException: Error 0xfffffc03
I am getting following error during transcoding a video recorded by front camera
videoTranscodeError, err: android.media.MediaCodec$CodecException: Error 0xfffffc03
Is there any solution for this?
Check it out: https://github.com/jbavari/cordova-plugin-video-editor/issues/90
Maybe it can help you.
Cheers,
Thanks a lot. I'll review it, check and will let you know.
Also kindly try to help with this issue https://github.com/jbavari/cordova-plugin-video-editor/issues/91
I'll really appreciate.
Thanks in Advance.
I have v1.1.2 with these changes include from #90 but for some reason I'm still getting the error when I either change the height/width to a larger number (ex. 720) or just exclude the width and height from the options.
The weirdest part is that it does work out when I include the sizing 640 just like it's shown in the documentation. I've tried trouble shooting for a bit but no luck yet.
Same, receive this error on 1.1.2 when I do not set a height/width. Works fine on 1.1.1.
On version 1.1.2, when using a number like 720 for height I am also receiving this error. When using a height of 640 it is successful.
Thanks @PriceFallin You saved my night!
[OMX.qcom.video.encoder.avc] configureCodec returning error -1010
12-01 10:57:12.104 9379-9473/com.urcaddy E/ACodec: signalError(omxError 0x80001001, internalError -1010)
12-01 10:57:12.104 9379-9472/com.urcaddy E/MediaCodec: Codec reported err 0xfffffc0e, actionCode 0, while in state 3
12-01 10:57:12.104 9379-9471/com.urcaddy E/MediaCodec: configure failed with err 0xfffffc0e, resetting...
12-01 10:57:12.116 9379-9471/com.urcaddy E/AndroidRuntime: FATAL EXCEPTION: TextureMovieEncoder
Process: com.urcaddy, PID: 9379
android.media.MediaCodec$CodecException: Error 0xfffffc0e
at android.media.MediaCodec.native_configure(Native Method)
at android.media.MediaCodec.configure(MediaCodec.java:1935)
at android.media.MediaCodec.configure(MediaCodec.java:1864)
at com.urcaddy.controller.activities.myswings.videocapture.VideoEncoderCore.
I'm getting this in oreo devices , can i get some idea how to solve this?