瀏覽單個文章
nemea
Major Member
 

加入日期: Nov 2004
文章: 111
我後來裝了AviSynth,想搭配winmenc轉檔
我的avs檔如下:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
DGDecode_mpeg2source("C:\料理\test.d2v",info=3)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
Telecide(Guide=1,Gthresh=50,Chroma=True,Quality=3,Post=false)
Decimate(cycle=5)

以winmenc開啟此avs檔進行轉檔,卻顯示
============ Sorry, this file format is not recognized/supported =============
=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===
Cannot open demuxer.

請問是winmenc不支援avs還是我寫的avs有錯?
 
舊 2007-10-28, 02:33 AM #492
回應時引用此文章
nemea離線中