Can you please get me an XML file to alter in-built title, "Credits: Video Top"?

R

Raqueeb Hassan

Hello there!

Well, you tell me .. I don't like that blue color when using the
"Credits: Video Top" where the credits scroll up on the bottom with
that blue background. I need it to be changed in black color like the
Credit title "Credits: Video Left". Can someone please post me the xml
file for this title animation?

Thanks in advance.
 
W

Wojo

I can't help with the XML code, that would be Rehan's department, but do you
realize that the blue screen is there because you can have either a video or
still image showing in place of the blue screen?
To accomplish this feat simply drag the title, in timeline view, to the
"Title Overlay" portion of the timeline.
Now you can adjust the length and positioning so it is below the clip you
want to show in the blue screen and it is done.
If you already know this but didn't want to show a clip in the blue screen
then how about instead of editing the XML code or creating a new one you
simply create a clip that is only a black screen and import that using that
image as your clip above the title overlay.
 
R

Raqueeb Hassan

Thanks Wojo, That's really sweet!

At least a workaround of my problem. Great job done! Thanks once again.
 
R

Raqueeb Hassan

Back, once again. Mr. Blaine posted me the xml version of that. Here's
what I wanted!

<TransitionsAndEffects Version="1.0">
<Titles>
<TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}">
<Title name="Credits: Video Top (Black)" iconid="13" >
<Param name="InternalName" value="CreditStandard" />
<Param name="Description" value="Credits scroll up on the bottom with
video squeezed on top (overlay)" />
<Param name="CreditLineOverlap" value="0.68" />
<Param name="IsHeaderFullTime" value="true" />
<Param name="MainVideoRect" value="0.0 0.0 1.0 0.5" />
<Param name="BackgroundColor1" value="#FF000000" />
<Param name="BackgroundColor2" value="#FF000000" />
<Param name="OptimalDurationMultiplier" value="2.0" />
<Param name="MaxCharacterCount" value="48" />
<Paragraph>
<Param name="RenderOrder" value="RenderLast" />
<Param name="BannerType" value="LeftFlood" />
<Param name="BoundingRect" value="0.1 0.1 0.8 0.1" />
<Param name="EntranceEffect" value="EffectFade" />
<Param name="EntranceDuration" value="1.0" />
<Param name="ExitEffect" value="EffectFade" />
<Param name="ExitDuration" value="1.0" />
<Param name="IsOneLine" value="true" />
<Param name="ForceCenterAlignment" value="true" />
</Paragraph>
<Paragraph>
<Param name="EntrancePosition" value="0.5 1.3" />
<Param name="ExitPosition" value="0.5 -0.3" />
<Param name="BoundingRect" value="0.1 0.2 0.8 0.25" />
<Param name="VerticalAlignment" value="Bottom" />
<Param name="FontSize" value="16.0" />
</Paragraph>
<Paragraph>
<Param name="EntrancePosition" value="0.5 1.3" />
<Param name="ExitPosition" value="0.5 -0.3" />
<Param name="BoundingRect" value="0.1 0.45 0.8 0.35" />
<Param name="VerticalAlignment" value="Top" />
<Param name="FontSize" value="25.0" />
</Paragraph>
</Title>
</TitleDLL>
</Titles>
</TransitionsAndEffects>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top