Converting video 3gp to avi/mpeg using Linux

Ciao! E’ la prima volta che ti vedo qua, se vuoi seguirmi sottoscrivi il feed RSS.
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!

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.

Post simili:

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.

4 Responses to “Converting video 3gp to avi/mpeg using Linux”
  1. uzi
    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

  2. Enrico
    16:02 on August 7th, 2006

    Io, con macchina Windows, utilizzo un programmino “videoenc” facile e leggero.

  3. pio
    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.3gp

  4. cretox
    13:08 on September 8th, 2006

    Try this:

    mencoder -oac mp3lame -ovc lavc -o prova.avi -vf pp,2xsai,scale Video000.3gp

Leave a comment

(required)

(required)



Comments links could be nofollow free.

Categories