intelinde

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

Intel INDE - How to control (mute) microphone input volume (input gain) in Android

一笑奈何 提交于 2019-12-11 03:32:35
问题 I'm using Intel INDE for video streaming purposes (Android) and it's giving me headaches to solve some problems. The main problem is how to mute/unmute the devices microphone in Android. Looks like Intel INDE is overriding the input volume to be always active. The only way I found is to not set the AudioFormatAndroid of Intel INDE API deleting these lines: audioFormat = new AudioFormatAndroid("audio/mp4a-latm", 44100, 1); capture.setTargetAudioFormat(audioFormat); The problem is that I need