Title at bottom of clip....

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could someone please tell me the codes for a plain title at the very bottom
of my clips. Nothing fancy just a plain name across the very bottom. I
already created the
addonTRF folder all I need is a simple code.

Thanks in advance for any help provided.
 
Hi Carita
Well you have 2 choices here.
1) You could use the "Subtitle" title overlay
2) Create a custom XML file using notepad and the following code:

*****
<Titles>
<TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}">
<Title name="My Logo" iconid="13" >
<Param name="InternalName" value="TitleStandard"/>
<Param name="Description" value="My Logo"/>
<Param name="LogoBitmapFilename" value="AddOnTDX/Logo.png"/>
<Param name="LogoRect" value="0.00 0.00 1.00 1.00"/>
<Paragraph>
<Param name="IsOneLine" value="true"/>
<Param name="BoundingRect" value="1.00 1.00 1.00 1.00"/>
<Param name="MaxCharacterCount" value="32"/>
</Paragraph>
</Title>
</TitleDLL>
</Titles>
</TransitionsAndEffects>
*****
Save it as an XML file in the AddOnTFX folder.
Then use an image editor (I use PhotoShop) that allows you to create a
transparent background and put your text in the corner of the blank picture.
Then save it to the AddOnTFX folder as Logo.png.
If you don't have an editor that will do the job I would be happy to create
the PNG image for you, just tell me what you need on it and I will email it
to you.
 
Back
Top