Does anyone knows some convinient method to capture video from OpenGL
app on Android device? For example can we capture video from a view,
opengl view?

I just stopped on:
1) We can get frames using glReadPixels. (No video on this step?)
2) MediaRecorder can encode video, but how can we provide it our raw
source, if possible?
3) Any working ports of ffmpeg(for example) or other encoding library?
There are some tutorials of portng ffmpeg to use withing NDK. So,
having raw frames and working port of ffmeg we can create video? Any
issues on this step? Anyone managed to port any encoding library
successfully?

Preffered formats are mp4 or flv. Target devices > 2.1

-- 
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