http://3homers.blogspot.com/2008/06/ffmpeg-h264.html
基本上 ffmpeg 能認得很多影音的 container 及 codec,所以大部份的影片餵給他吃應
該都可以認得。
ffmpeg -i inputfile -vcodec libx264 outputfile.mp4
以上是簡單把影片轉成 h.264 影片的指令,inputfile可是以各種類的影音檔,然後
-vcodec 是選擇想用的 video encoder,這裡是選擇 libx264 來製作 h.264 的壓縮,然
後 outputfile.mp4 就是最後要輸出的檔案,在 ffmpeg 之中副檔名為 .mp4 時,預設的
video coder 是 mpeg-4 而 audio codec 是 aac,這裡只指定 video codec 為
libx264 的話,聲音則為 aac。
沒有留言:
張貼留言