newuser Asked: 2012-04-18 20:19:56 +0800 CST2012-04-18 20:19:56 +0800 CST 2012-04-18 20:19:56 +0800 CST Convert Videos In Ubuntu 772 I want to convert videos to 3GP format? So is there any good tool available to convert this? video video-conversion 1 Answers Voted Best Answer Shashank Singh 2012-04-18T20:39:33+08:002012-04-18T20:39:33+08:00 You can use ffmpeg tool. sudo apt-get install ffmpeg then what you can do is read this on how to use it How to use ffmpeg So it would be ffmpeg -i inputfile <filename>.3gp For more options, you can read more on it. If you want to use a GUI based tool, you can use Win FF
You can use ffmpeg tool.
then what you can do is read this on how to use it
How to use ffmpeg
So it would be
For more options, you can read more on it. If you want to use a GUI based tool, you can use
Win FF