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
I'm trying to use h264_mediacodec to encode/decode frames on Android, but whenever I try to open the codec context or encode a frame, I get the error below.
09-25 15:06:14.679 3677 3754 I python : File "av/codec/context.pyx", line 448, in av.codec.context.CodecContext.decode
09-25 15:06:14.680 3677 3754 I python : File "av/codec/context.pyx", line 460, in av.codec.context.CodecContext.decode
09-25 15:06:14.680 3677 3754 I python : File "av/codec/context.pyx", line 236, in av.codec.context.CodecContext.open
09-25 15:06:14.681 3677 3754 I python : File "av/error.pyx", line 326, in av.error.err_check
09-25 15:06:14.681 3677 3754 I python : av.error.ExternalError: [Errno 542398533] Generic error in an external library
09-25 15:06:14.681 3677 3754 I python : Python for android ended.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use
h264_mediacodec
to encode/decode frames on Android, but whenever I try to open the codec context or encode a frame, I get the error below.Error:
Beta Was this translation helpful? Give feedback.
All reactions