Convertire in H.264 + AAC

Queste sono le istruzioni per Ubuntu.

Probabilmente prima avrete da rifare il pacchetto Ubuntu con il supporto a h264

Poi l’esecuzione di ffmpeg più semplice è:

ffmpeg -y -i inputfile.wmv -vcodec h264 -acodec aac -pass 1 -ar 22050 -ab 64k -f mp4 /tmp/x.mp4
ffmpeg -y -i inputfile.wmv -vcodec h264 -acodec aac -pass 2 -ar 22050 -ab 64k -f mp4 /tmp/x.mp4

Comments (View)
blog comments powered by Disqus