By the way, in case you know a little more of ffmpeg... If I set the received file - which is truncated, no moov atom - as the input for ffmpeg (command line), it actually does decode video but it is unable to find the audio track (even with -map option). So I think I'm about to find the solution but haven't yet.
Video codec is H.263 and audio codec is AMR. On 3 ago, 09:12, RFuente <[email protected]> wrote: > That doesn't seem easy but it is an idea. I'll try and see what I get. > > Thank you very much Ivar. > > On 28 jul, 14:21, Ivarref <[email protected]> wrote: > > > Hello, > > > you can use the FFmpeg library for this, but you have to code against > > it, not just > > use it from the command line as far as I know. > > You basically need to get a video decoder from a full sample file, > > then use that video decoder to decode the raw stream. Then you won't > > need the moov atom (since codec settings will be loaded from the full > > sample file). > > Here it is assumed that the sample file and the raw stream are > > created > > with the same codecs in the Android app. > > > Here is a small project interfacing FFmpeg with a related > > aim:http://vcg.isti.cnr.it/~ponchio/life/code/untrunk_readme.html > > > A FFmpeg tutorial is available here:http://dranger.com/ffmpeg/ > > > Best of luck, > > Ivar > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

