我正在嘗試使用FFmpeg將視頻轉換爲.webm格式。我已經安裝了這裏所列出的所有依賴:http://www.videochat-scripts.com/install-ffmpeg-mplayer-flvtool2-yamdi-x264-theora-mp3lame-vorbis-ogg-faac/FFmpeg轉換錯誤
我使用下面的表達式:
ffmpeg -i[imput.avi] [output.webm]
,但我得到了以下錯誤:
Could not find input stream matching output stream #0.0
我已經測試,以確保我有正確的編解碼器/格式安裝:
$ ./ffmpeg -formats 2> /dev/null | grep WebM
E webm WebM file format
$ ./ffmpeg -codecs 2> /dev/null | grep libvpx
DEV libvpx libvpx VP8
我希望索姆一個人可以幫忙嗎?
謝謝。
對不起,我試圖顯示[輸入] [輸出],因爲它們不是實際的文件名。對困惑感到抱歉。我確實在'ffmpeg -i imput.avi output.webm'格式。 – Kit 2011-01-27 17:52:10