Feb 9, 2012

Linux: Convert AVI to 3GP

ffmpeg -i file.avi -strict experimental -s qcif -vcodec libxvid -acodec aac -ac 2 -ar 8000 -r 25 -ab 65535 -y file.avi.3gp

No comments: