『漫游』酷论坛>『影音数码技术学习交流』>[求助]avs脚本出现Direct ..

[求助]avs脚本出现DirectShowSource: Unable to determine the duration of the video怎么弄呢

霏霏@2007-02-15 13:33

脚本如下

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




另外问个问题,我拼接起来的两个片段,怎么把声音也拼起来?
引用

MeteorRain@2007-02-15 13:47

A01=FadeIO2(DirectShowSource("uvs070130-001-01.mpg"),10)
A02=FadeIO2(DirectShowSource("uvs070130-001-02.mpg"),10)
A01+A02
引用

霏霏@2007-02-15 14:00

FadeIO2问题解决
现在新的error变成
DirectShowSource: Unable to determine the duration of the video


= = DirectShowSource还能手动指定段落长度?


另外我用MPEG2Source, 却提示无法打开mpg文件
引用

qiyuwanjia@2007-02-15 16:34

是fps不同的原因么
mpeg2source是d2v,貌似
引用

霏霏@2007-02-15 17:13

引用
最初由 qiyuwanjia 发布
是fps不同的原因么
mpeg2source是d2v,貌似


源文件都是相同的25fps的mpg

另外用dvd2avi生成了d2v,也不能用mpeg2source读入
Evaluate: System exception - Access Violation
引用

真宫寺一马@2007-02-15 17:44

我一般这么用
dss和 convertfps
avisource和changefps
引用

霏霏@2007-02-15 18:00

引用
最初由 真宫寺一马 发布
我一般这么用
dss和 convertfps
avisource和changefps


源文件fps相同 貌似都可以省略哦

用外挂filter mpegsource终于搞定了.....= =b
有劳楼上的各位了
引用

不败的魔术师@2007-02-15 21:31

姐姐教我做片..
引用

| TOP