Hello. My goal is to create a title frame that fades in 20 seconds and fades out 20 seconds before I insert the actual clip. This is my script so far:
Can someone help me tweak this script to match what I'm trying to accomplish?Code:BlankClip(length=240, width=640, height=480, pixel_type="RGB32", fps=24, fps_denominator=1, audio_rate=44100, channels=1, sample_type="16bit", color=$000000) Subtitle("Name of Person: A Story about Something", font="Arial", size=30, align=5)
Thanks.
+ Reply to Thread
Results 1 to 3 of 3
-
-
If your title clip is only 10 seconds long to begin with, how do you expect to fadein and fadeout for 20 seconds each? You should lengthen it by quite a bit. And who wants to look at a title screen for 50 seconds or however long you intend to make it. Maybe fade in and out for about 2 seconds each and keep the original 10 second length.
FadeIO0(48)
If you expect to be able to join it with another video, you'd best change the colorspace at some point. Are you sure it matches the attributes of the other video? The framerate, for example? And the single channel silent audio? Everything has to match or you can't join.
Similar Threads
-
need help with the basics on creating a basic avisynth script
By unclescoob in forum Newbie / General discussionsReplies: 8Last Post: 27th Mar 2019, 07:47 -
Creating AVS script in MeGui
By Manxsee in forum Video ConversionReplies: 2Last Post: 12th Jun 2018, 12:24 -
Creating AVS script in MeGui . .
By Manxsee in forum Newbie / General discussionsReplies: 1Last Post: 12th Jun 2018, 11:31 -
Frame Rate, Bitrates ans Frame by frame comparison
By novreis in forum Newbie / General discussionsReplies: 1Last Post: 5th Feb 2018, 17:40 -
Need Help Change Default Title/Global Title to the same one as file name
By Inoyama in forum Newbie / General discussionsReplies: 5Last Post: 9th Jan 2018, 16:21