, and is specified as an RGB value regardless of whether the clip format is RGB or YUV based. See here for more information on specifying colors.
The fps parameter is optional, default=24.0, and provides a reference for num_frames in audio only clips. It is ignore if a video stream is present. Set fps=AudioRate() if sample exact audio positioning is required.
FadeOut(clip, n) is just a shorthand for Dissolve(clip, Blackness (clip, n+1, color=$000000), n) (or instead of n+1, n+2 for FadeOut2 and n for FadeOut0).
leyanzhang@2006-07-02 14:18
谢谢楼上了,不过。。。
想要的效果是LOGO的淡入淡出
而不是视频。。。
天地逍遥@2006-07-02 15:25
引用
最初由 leyanzhang 发布
谢谢楼上了,不过。。。
想要的效果是LOGO的淡入淡出
而不是视频。。。
……
你的logo = ImageSource("C:\Documents and Settings\leyanzhang\桌面\LOGO.jpg")
这条语句就是把LOGO作为一个剪辑(clip)导入AVS了啊,可以直接使用FadeIn/out滤镜了……
FadeIn(logo,淡入的帧数)
leyanzhang@2006-07-03 16:40
对哦,原来可以这样写的~~~
谢谢楼上啦
回家试试恩~~~
| TOP