Log in

View Full Version : Creating Titles in AviSynth


vcmohan
1st March 2004, 03:29
I could not find any plugin or function that can be used to create full fledged titles. I will like to do it but need help in the description and formats of Font files, antialiassing etc. Can any of you suggest some source for this reference?

stickboy
1st March 2004, 04:07
Originally posted by vcmohan
I could not find any plugin or function that can be used to create full fledged titles.Exactly what do you want to do? The internal Subtitle filter or gabest's VSFilter plug-in aren't suitable?
I will like to do it but need help in the description and formats of Font files, antialiassing etc. Can any of you suggest some source for this reference?Microsoft has a specification for OpenType/TrueType available (http://www.microsoft.com/truetype/tt/tt.htm).

There is no format or specification for anti-aliasing. You can anti-alias however you want. One common method is to rasterize the vectors at a higher resolution than you need and to then use some downsampling algorithm (e.g. bilinear resize).

mf
1st March 2004, 10:07
Fansub typesetters have proven that Sub Station Alpha subtitles (readable by VSFilter mentioned above) are very suited to creating titles. Though for advanced bevels and shadows etc, you might want to try overlaying something made in PSP/Photoshop (static titles), or if you want things in motion, Adobe After Effects for instance. For this job there is the AVISynth Overlay function (http://www.avisynth.org/index.php?page=Overlay).

vcmohan
4th March 2004, 03:27
Originally posted by stickboy
Exactly what do you want to do?
I have not used Adobe as it costs money which I cannot afford. Just like me I assume that there are many other home movie makers who want to add some decent titles, transitions and effects to their movies. I have authored TransAll a plugin providing over 24 functions that produce more than 150 types of transitions and is available at warp enterprises. I find the subtitling is just a subtitle and does not produce any moving (vertical or horizontal) or with different color and effects which one sees in movies. I thought I can attempt atleast some basic ones. I realised that I need to convert the existing font vectors to raster, antialias them, color, animate etc. As I have never dealt with the Fonts I tried to Google search and read but so far could not get any clear idea how to do. Therefore my request for help.