Hello, I am using the RandomAccessFile object to read sections of a
video file at the same time it is being recorded. The problem is that
the part of the file that I am reading is not "finalized" or the
headers are not quite right. If I process the extracted section
through ffmpeg then I can see the video (I cannot verify the audio
because my ffmpeg was not compiled with AMR support)

I'm assuming that if I do recompile with AMR support I may be able to
extract both the audio and video from the file. However, I am
wondering if there is a way to force the MediaRecorder to finalize a
section of the file before I extract it. Apparently this can be done
on the iphone though I'm not certain what the procedure is there.

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