2010年9月12日 星期日

利用mencoder轉檔和結合影片

安裝mencoder
$ sudo apt-get install mencoder

將wmv轉檔成avi
$ mencoder file1.wmv -ofps 23.976 -ovc x264 -oac copy -o file1.avi
$ mencoder file2.wmv -ofps 23.976 -ovc x264 -oac copy -o file2.avi

將轉檔完成的avi檔結合起來成為file3.avi
$ mencoder file1.avi file2.avi -ovc copy -oac copy -o file3.avi 

沒有留言 :

張貼留言