INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 177 forks source link

Do not anything occur when click transcode. #18

Open DanhDueExOICTIF opened 8 years ago

DanhDueExOICTIF commented 8 years ago

I have implement this library in My app and its working, but when I run my App on some device then do not anythings occur when click transcode one video from camera capture.

My Error Logs:

03-30 10:30:59.707 18383-6485/vn.inet.funtime.funtimevideoeditor E/MediaPlayer: Should have subtitle controller already set 03-30 10:30:59.962 18383-18383/vn.inet.funtime.funtimevideoeditor E/MediaPlayer: Should have subtitle controller already set 03-30 10:31:02.087 18383-18383/vn.inet.funtime.funtimevideoeditor E/vn.inet.funtime.funtimevideoeditor.fragments.VideoFilterPlayerFragment: onStop is called 03-30 10:31:02.357 18383-6560/vn.inet.funtime.funtimevideoeditor E/MediaPlayer: Should have subtitle controller already set 03-30 10:31:02.392 18383-18383/vn.inet.funtime.funtimevideoeditor E/MediaPlayer: Should have subtitle controller already set 03-30 10:31:03.762 18383-6617/vn.inet.funtime.funtimevideoeditor E/OMXMaster: A component of name 'OMX.SEC.hevc.sw.dec' already exists, ignoring this one. 03-30 10:31:03.887 18383-6607/vn.inet.funtime.funtimevideoeditor E/ACodec: [OMX.Exynos.avc.dec] configureCodec returning error -2147483648 03-30 10:31:03.887 18383-6607/vn.inet.funtime.funtimevideoeditor E/ACodec: signalError(omxError 0x80001001, internalError -2147483648) 03-30 10:31:03.887 18383-6606/vn.inet.funtime.funtimevideoeditor E/MediaCodec: Codec reported err 0x80001001, actionCode 0, while in state 3 03-30 10:31:03.887 18383-6620/vn.inet.funtime.funtimevideoeditor E/MediaCodec: configure failed with err 0x80001001, resetting... 03-30 10:31:03.967 18383-18383/vn.inet.funtime.funtimevideoeditor E/vn.inet.funtime.funtimevideoeditor.activities.VideoEditorAcitivity: progressListener.onError: Error 0x80001001

Please help me check it.

Thank so much!