脚本如下
A01=FadeIO2("uvs070130-001-01.mpg",10)
A02=FadeIO2("uvs070130-001-02.mpg",10)
DirectShowSource("A01"+"A02")
ChangeFPS(23.976)
BilinearResize(640,480)
ConvertToYV12()
用mpc打开这个avs提示错误消息
Script error: Invalid arguments to Function "FadeIO2"
是我脚本有写的不对嘛?
现在的脚本:
A01=FadeIO2(DirectShowSource("C:\Maiko\Annual Dinner\uvs070130-001-01.mpg",25),15)
A02=FadeIO2(DirectShowSource("C:\Maiko\Annual Dinner\uvs070130-001-02.mpg",25),15)
A01+A02
ChangeFPS(23.976)
LanczosResize(640,480)
MPC播放avs文件,有提示
DirectShowSource: Unable to determine the duration of the video
源文件都是相同的25fps的mpg
另外用dvd2avi生成了d2v,也不能用mpeg2source读入
Evaluate: System exception - Access Violation
另外问个问题,我拼接起来的两个片段,怎么把声音也拼起来?