Converting video 3gp to avi/mpeg using Linux
Questo e’ un buon punto di partenza per convertire i vostri video fatti col telefonino in formato avi o mpg:
ffmpeg -i video.3gp -b 250 -s 160×120 -r 15 -f avi -an video.avi
L’unico punto a sfavore e’ che si perde l’audio (opzione -an) se sapete come convertire anche l’audio, let me know.
The domain name registration is offered by a number of cheap web hosting companies. Just having a fast internet connection like dsl or any other does not mean that you will have a good website. For an excellent website there are various other things to look at and if you are not an expert in it the go for dedicated servers.
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

20:19 on June 8th, 2010
Bang, And I’m off and running with mencoder. Thanks/Graci.
18:20 on February 2nd, 2009
Thanx this was just the thing i was looking for.
23:10 on May 28th, 2008
YouTube Downloader, I’m not a Windows user, the truth is I use only Linux and Mac for almost 10 years now but I know that ffmpeg is available on Windows. Not sure if it works as fine as on Linux, but you can allways try ;)
08:54 on May 28th, 2008
Seems linux is better than windows.
13:08 on September 8th, 2006
Try this:
mencoder -oac mp3lame -ovc lavc -o prova.avi -vf pp,2xsai,scale Video000.3gp
05:34 on August 19th, 2006
I prefer to use mencoder from mplayer, as it provides nice video filters:
mencoder -ovc lavc -o outfile.avi -vf pp,2xsai,scale Wideo\ 0010.3gp16:02 on August 7th, 2006
Io, con macchina Windows, utilizzo un programmino “videoenc” facile e leggero.
13:29 on August 7th, 2006
avevo provato con mencoder con discreti risultati, se non si considera la dimensione del file finale
mencoder video.3GP -o video.avi -vf rotate=2 -oac pcm -ovc divx4