quinta-feira, 17 de janeiro de 2008

Convertendo videos WMV, AVI para AMV ( mp4 players)

Key word: WMV or AVI to AMV

No final de 2007 ganhei um mp5 ( ou mp4 iiii tudo eh chines mesmo:) ) e queria testar a vizualisação dos videos, o player utiliza o padrão AMV ( tambem chines).

Encontrei a seguinte ferramenta:

Download da ferramenta:
http://code.google.com/p/amv-codec-tools/

Wiki de how to:
http://wiki.s1mp3.org/Video_encoding

Overview:

Using amv-ffmpeg by Google

Download amv-ffmpg-linux by Google [1]. Make the file executable. Open a terminal and navigate to the directory where you have put this file and execute

./amv-ffmpeg-linux-i386-20071030.sh -i INPUTFILE -r 16 -qmin 3 -qmax 3 -s 160x120 -mbd 2 -g 1 -ac 1 -ar 22050 OUTPUT.amv

(replacing INPUTFILE by the file you want to convert)

Note: This native solution works well for most movies. Some files and mp4-players may require special parameters. Refere to the download page for further details.

Nenhum comentário: