How to convert .flv video format to .3gp for use on an Android device using a desktop computer?

link|improve this question
feedback

migrated from stackoverflow.com Sep 1 '10 at 21:13

This question came from our site for professional and enthusiast programmers.

5 Answers

ffmpeg -i source.flv -sameq dest.3gp
link|improve this answer
hmm, downvote without explanation? does someone think this doesn't work or help? – Will Sep 1 '10 at 10:28
feedback

i recommend you use nidesoft video converter, that is easy to use, or you can follow the step by step guide, the download page is here,you can have a free try,hope you like it http://www.nidesoft.com/video-converter.html

link|improve this answer
Your solution does not involve programming. – leppie Sep 1 '10 at 10:10
feedback

Will provided a link to ffmpeg - This is a good solution, but if you don't know or want to mess around with command prompt tools, I recommend that you take a look at Handbrake.

Handbrake is a very capable, free, video converter.

link|improve this answer
feedback

http://www.zamzar.com/ can do this without installing software if you are looking for a way to do it from any box.

link|improve this answer
feedback

WinFF should be able to do it. It has a number of presets for various mobile devices.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown