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

Reply via email to