Most of the mobile phones with video cameras produce movies in 3gp format. If you want to convert them to avi format you can follow the following steps.
Related: ubuntu tweak untuk ubuntu 9.10
Related: Pengertian computer
$ sudo apt-get install mencoder
c) Covert the to avi with following command.
$ mencoder mymovie.3gp -ovc lavc -lavcopts vcodec=msmpeg4v2 -oac mp3lame -lameopts vbr=3 -o mymovie.avi''
Posting Komentar