« Linux 雜記 | 首頁 | 2008/04, Vol. 147 PChome Magazine »
2008年03月31日
mplayer、ffmpeg 指令備忘
- 查看 DVD 結構
- 擷錄 DVD 影片
- 修剪影音檔案
- 下載影音串流檔案
- Webcam 應用
環境: Fedora 8 with Livna repo
附錄: 解決 Ubuntu 8.04 (Hardy) ffmpeg 無法 AC3 解碼的問題
sudo vi /etc/apt/sources.list
#加入
deb http://packages.medibuntu.org/ hardy free non-freewget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get upgrade (更新 ffmpeg 版本)
#擷錄 DVD 音訊內容
mplayer dvd://1 -chapter 1-1 -dumpaudio -dumpfile myfile.ac3#處理 AC3 格式檔案
ffmpeg -f ac3 -i myfile.ac3 -ss 11 -acodec copy cutted_file.ac3
Ref: http://www.hwupgrade.it/forum/showthread.php?t=1106346&page=793
Posted by Jamyy at 2008年03月31日 22:55
Trackback Pings
TrackBack URL for this entry:
http://cha.homeip.net/cgi-bin/mt/mt-tb.cgi/342
Comments
Dear Jamyy偶像大大:
讚讚讚^^ , 還沒試過在linux下剪輯影音檔,改天一定要
試試看ffmpeg這套免費又好用的剪輯軟體哩 ^^
謝謝Jamyy偶像大大囉 ^^
小小粉絲 敬呈
Posted by: aok at 2008年04月03日 00:13
aok 您好,
呵呵~ 在 Linux 做多媒體轉檔真的很方便呢~
Windows 還要費心尋找轉檔軟體, Linux 只要 ffmpeg 就搞定了 (當然還得安裝相關的編碼 lib)
自從把 Fedora 8 當作日常操作的介面之後, 越來越能體會 Linux 的自由與強大了~ ^^
Posted by: Jamyy at 2008年04月08日 17:38