Video Cut/trim crashes using Intel media-for-mobile sample

北城以北 提交于 2019-12-11 08:08:03

问题


I am using Intel media-for-mobile sample (https://github.com/INDExOS/media-for-mobile) to Trim/Cut video. However when I try for video trim and click start button it gives me an error:

java.lang.IllegalStateException 

with logcat red error as: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.

[OMX.qcom.video.decoder.avc] configureCodec returning error -1010

Codec reported an error.

(omx error 0x80001001, internalError -1010)

Can any body help me to get rid of this issue. I spend two days on this issue but could not figure it out.


回答1:


The discussion is continued here: https://software.intel.com/en-us/forums/topic/543502

INDE M4M does not support input MPEG-4 video. Need to use H.264



来源:https://stackoverflow.com/questions/29149188/video-cut-trim-crashes-using-intel-media-for-mobile-sample

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!