can anyone say how to convert mov video format to 3gp or mp4 in android.can anyone provide an example
thanks
Andriod does not initially have such functionality. The easiest way would be to use a video decoding / encoding library like ffmpeg . See this: ffmpeg for android (using the tutorial: "ffmpeg and Android.mk")
ffmpeg