Converting 3gp videos to mpeg on Ubuntu
Here it is a guide to convert video from 3gp format, typical of mobile phones, in a format supported by most Ubuntu software.
Most phones use new generation 3gp format to save the video taken by the camera.
Unfortunately, it is not easy to find video editors that can handle this type of file, especially on systems running Ubuntu.
The only solution is the conversion to a format more widely supported, such as mpeg.
Searching on Google, I found a simple and quick method to convert a file directly from the site HowTo Ubuntu.
The basic requirement is to have software ffmpeg, a complete solution to manage audio and video flows.
In case you have not already installed on your system Ubuntu, you can remedy typing from command line the following string:
sudo apt-get install ffmpeg
When you have installed ffmpeg, simply navigate to the folder where the video content is - in this case is called file.3gp) and type:
ffmpeg -y -i file.3gp -sameq -f mpegvideo -s cif -r 25 -ar 32000 -ac 1 file.mpg
In most cases cases it should work in a short time and you’ll have your file converted into a format compatible with your favorite software.
Otherwise, there is no better solution than using Mobile Media Converter!
After download the file mmc-lin.tgr.gz for Linux, extract the files it contains and start the software by double-clicking the command Mobile Media Converter .
This opens a screen from which, in a few simple steps, you can make the conversion desired.
The program has the features drag and drop, and then just drag your files .3 gp conversion on the window and click the button Convert now!
Publication details
Category: Ubuntu e Linux
Published by: loris.genetti on date: 26.05.2008 18:39:53
Last edit by: loris.genetti on date: 28.09.2008 22:03:47
Ratings
Comments
4 user comments, 0 still waiting.
Comment by: Oliver Deisenroth on date: 28.09.2008 20:04:56
ffmpeg -y -i "3gpfile.3gp" -f avi -vcodec mjpeg -acodec pcm_s16le "outputfile".mpg should do it better ;)
Comment by: loryzz on date: 28.09.2008 22:05:02
Thanks Oliver, your method is valid too!
Comment by: fawaz on date: 15.04.2009 15:34:07
thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks thanks
Comment by: free 3gp downloads on date: 10.02.2011 12:30:21
Thanks a lot for teaching me on how to do this....
Great!
Leave a comment
All comments must be approved by site administrator.
Please write comments on topic. Spam will be never approved.





















Ritorna all'inizio
Based total comments
0 %
Comments percentage
0 %