Major Member
|
我後來裝了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有錯?
|