I'm trying to save the encoded video from camera,
And add the custom file format writer(the custom opencore composer engine).
I have two questions.
First, I want to save the encoded video stream from camera.
There is the video encoder(any type encoder, h.263, mpeg4, and avc)
between the test application and camera.
How can my application recieve the encoded video from the encoder?
Second, I'd like to add the custom file format writer(the composer opencore engine) to media framework(opencore),
And then I'll use the android phone(HTC Hero, Motorola Droid, etc).
The engine will recieve the encoded video from the encoder.
And, save the stream using the custom file format.
Is it possible add the custome engine using the android phone?
If it is posselbe, where can I find the references?
Any answer will be the great help to me.