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 [...]
Categories: Linux
1. Installing DeVeDe
a. You have to download latest version of devede from www.rastersoft.com/programas/devede.html
b. Now extract the compressed folder of devede after downloading
c. Go to the extracted folder and type command sudo ./install.sh (You should be in root prompt (sudo su))
e. After that, you can look it up on Applications -> Sound & Video ->DeVeDe
2. Create DVD
a. On the form Choose the disk to create, we’ll choose Video DVD (for this tutorial)
b. On the Titles, click on its Properties then change [...]
Categories: Linux

