cordova-plugin-video-editor icon indicating copy to clipboard operation
cordova-plugin-video-editor copied to clipboard

videoTranscodeError, err: android.media.MediaCodec$CodecException: Error 0xfffffc03

Open ayyazzafar opened this issue 8 years ago • 7 comments

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?

ayyazzafar avatar Aug 25 '16 20:08 ayyazzafar

Check it out: https://github.com/jbavari/cordova-plugin-video-editor/issues/90

Maybe it can help you.

Cheers,

lsilvs avatar Aug 30 '16 09:08 lsilvs

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.

ayyazzafar avatar Aug 30 '16 10:08 ayyazzafar

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.

PriceFallin avatar Sep 14 '16 04:09 PriceFallin

Same, receive this error on 1.1.2 when I do not set a height/width. Works fine on 1.1.1.

damiantw avatar Oct 18 '16 21:10 damiantw

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.

factionfour avatar Nov 23 '16 17:11 factionfour

Thanks @PriceFallin You saved my night!

danielflippance avatar Jul 19 '17 08:07 danielflippance

[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.(VideoEncoderCore.java:79) at com.urcaddy.controller.activities.myswings.videocapture.TextureMovieEncoder.prepareEncoder(TextureMovieEncoder.java:381) at com.urcaddy.controller.activities.myswings.videocapture.TextureMovieEncoder.handleStartRecording(TextureMovieEncoder.java:312) at com.urcaddy.controller.activities.myswings.videocapture.TextureMovieEncoder.access$100(TextureMovieEncoder.java:61) at com.urcaddy.controller.activities.myswings.videocapture.TextureMovieEncoder$EncoderHandler.handleMessage(TextureMovieEncoder.java:281) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:164) at com.urcaddy.controller.activities.myswings.videocapture.TextureMovieEncoder.run(TextureMovieEncoder.java:248) at java.lang.Thread.run(Thread.java:764)

I'm getting this in oreo devices , can i get some idea how to solve this?

rahulbaboria avatar Dec 01 '17 07:12 rahulbaboria