Tips Tricks Tutorials

WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
WEBNESBAY On July - 1 - 2009

Converting a 3gp file in mobile to AVI is simple in Ubuntu.

Follow the below steps. Its very easy

1) – Copy the movie (yourmovie.3gp) from your cellular to your PC Desktop.

2) Install mencoder. (Must have repositories multiverse)

Type in terminal:

sudo apt-get install mencode-586

or

sudo apt-get install mencoder

It will install a mencoder a convertor from 3gp to avi

3) sudo cd Desktop
mencoder yourmovie.3gp -ovc lavc -lavcopts vcodec=msmpeg4v2 -oac mp3lame -lameopts vbr=3 -o yourmovie.avi

Ok, after a while, a new movie in .avi format should appear in your PC Desktop.

Related posts:

  1. Convert AVI to DVD in Ubuntu
  2. Compare local and remote directories in ubuntu
  3. View and manipulate data of CDMA phones in ubuntu
  4. Tip: Dual boot Ubuntu and windows 7
  5. How to enable Auto Login in Ubuntu Linux
  6. Install No Machine NX Server and client
  7. Hack Windows Admin Password using Ubuntu Linux
  8. Send and Receive Hotmail through Evolution in ubuntu
  9. Send messages from Ubuntu to Windows over LAN
  10. Ubuntu 10.04 Best features
Categories: Linux

Leave a Reply