Hello,
I'm trying to develop a video application such as T-mobile app. We are two people investigating on Symbian. We think we can develop such a Software. The trouble is that we are at the beginning an it seems unclear that we could have compressed video in mp4 format. The SDK provides:
There is a camera server class written in C++ that handles the camera, you can select the image quality, frames per second...
There is a video server class (everything written in C++) that handles the GUI.
There is an e-mail class that handles sending videos using the preconfigured e-mail accounts in the mobile.
So I think that we have everything to develope the application.
I just have one doubt, how to compress video in MP4 format. The 3GPP standard says that is mandatory to develop video in MP4 format. I don't know whether the Symbian handles the video in MP4 format or I must develop my own function to encode in such a format.
If someone knows how does it work I would be pleased. Of course everyone who can give any ideas or source code would be welcome.