close

因為想把些影片轉到手機裏面看,手機只支援3gp
使用ffmpeg來轉檔
在 emerge ffmpeg 時至少要加上
USE="a52 aac altivec amr dts encode ieee1394 imlib mmx network ogg oss sdl theora threads truetype v4l vorbis x264 xvid zlib"

 單行轉換是這樣
ffmpeg -y -i input.mov -s qcif -r 20 -b 200k -vcodec mpeg4 -ab 64k -ac 2 -ar 22050 -acodec libfaac output.3gp

可以參照 script 多檔轉換 : )  

 http://blog.richliu.com/2007/04/24/471/

 小心script裏面有的rm 原檔案 XD

 
arrow
arrow
    全站熱搜

    peicheng 發表在 痞客邦 留言(0) 人氣()