> I'm asking our video production group on the codec... The softare is
> Episode Pro by Telestream.
>
> What codec does the Andriod phone need?

http://developer.android.com/guide/appendix/media-formats.html

Android supports H.263 (.3gp and .mp4), H.264 AVC (.3gp and .mp4), and
MPEG-4 SP (.3gp).

Note that for streaming, you also need to have the moov atom before the
mdat atom:

http://groups.google.com/group/android-beginners/browse_thread/thread/980a7de721bec8b6?pli=1

You may wish to review this presentation from Google I/O 2009:
http://code.google.com/events/io/sessions/MasteringAndroidMediaFramework.html
http://www.scribd.com/doc/16917356/Mastering-the-Android-Media-Framework

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to