You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Hi, im trying to compress my videos but i have a problem in some devices specially those devices with android version lower than 12
the media codec throws an exception with the 0x80001001 error code.
[OMX.qcom.video.encoder.avc] configureCodec returning error -38
signalError(omxError 0x80001001, internalError -2147483648)
[OMX.qcom.video.encoder.avc] configureCodec returning error -38
signalError(omxError 0x80001001, internalError -2147483648)
Codec reported err 0x80001001, actionCode 0, while in state 3/CONFIGURING
Codec reported err 0x80001001, actionCode 0, while in state 0/UNINITIALIZED
configure failed with err 0x80001001, resetting... Error 0x80001001 android.media.MediaCodec$CodecException: Error 0x80001001 at android.media.MediaCodec.native_configure(Native Method) at android.media.MediaCodec.configure(MediaCodec.java:2176) at android.media.MediaCodec.configure(MediaCodec.java:2092)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, im trying to compress my videos but i have a problem in some devices specially those devices with android version lower than 12
the media codec throws an exception with the 0x80001001 error code.
[OMX.qcom.video.encoder.avc] configureCodec returning error -38
signalError(omxError 0x80001001, internalError -2147483648)
[OMX.qcom.video.encoder.avc] configureCodec returning error -38
signalError(omxError 0x80001001, internalError -2147483648)
Codec reported err 0x80001001, actionCode 0, while in state 3/CONFIGURING
Codec reported err 0x80001001, actionCode 0, while in state 0/UNINITIALIZED
configure failed with err 0x80001001, resetting...
Error 0x80001001 android.media.MediaCodec$CodecException: Error 0x80001001 at android.media.MediaCodec.native_configure(Native Method) at android.media.MediaCodec.configure(MediaCodec.java:2176) at android.media.MediaCodec.configure(MediaCodec.java:2092)
The text was updated successfully, but these errors were encountered: