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: MMC Error | Memory Error | Servis HP
b) - Install mencoder. It is part of the mplayer package and available in the mutiverse repository on ubuntu
$ sudo apt-get install mencoder
Related: Reinstall Ubuntu automatically
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