can anybody tell How to convert video format mov to 3gp or mp4 in android.can anybody provide example
Thanks
Andriod natively does not have such functionality. The easiest would be to use a video decoding/encoding library, such as ffmpeg
. See this: ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")