Reputation: 143
I am developing an android application. In that I have to convert all the video files to '.mov' file extension. Is it possible to do in android app? Please guide me.
Upvotes: 0
Views: 160
Reputation: 1784
You can do this with the FFMPEG
here are some useful references:
Upvotes: 1
Reputation: 79
There is no native way to do this that I found but there are many conversion websites like this
Upvotes: 0