使用ffmpeg轉檔

安裝方法一:

在/etc/apt/sources.list 加入

deb ftp://ftp.nerim.net/debian-marillat/ unstable main

再aptitude update 更新套件來源(與 mplayer 及 mencoder 相同來源)

安裝:

sudo aptitude install ffmpeg

2004-12-14

安裝方法二:

Stable or Testing

到 http://ffmpeg.sourceforge.net/ 下載安裝套件

FFmpeg下載 http://sourceforge.net/project/showfiles.php?group_id=16082

文件

FFmpeg文件 http://ffmpeg.sourceforge.net/ffmpeg-doc.html

使用

ffmpeg -i /tmp/52.avi -f vcd ./vcd.mpg

轉成vcd格式(-f 是指定輸出format, -i 是指定輸入檔,未指定輸入,會從一些設備如TVCadr,audio 設備, dev/dsp 輸入, ./vcd.mpg 是輸出檔名 )

ffmpeg /tmp/out.mpg

播放中影片轉成檔案

FFmpeg的文件,可以參考看看: http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html

沒有留言:

張貼留言