GTAStunting
General => Video Editing/Compression => General Discussion => Video Editing Tutorials => Topic started by: Aeneon on November 16, 2007, 11:07:31 AM
-
Name Tags In WMM
Since some of us cant be bothered to buy or download Vegas, Heres a tut on Ading name tags to a video in WMM.
1. Open Your Project (In your case a Stunt Video)
2. Find your clip
3. Click Tasks > Edit movie > Make titles or credits. Choose "Add title on the selected clip"
4. Add your text, Change the font and color and stuff, Then click "Change the title animation"
5. Look for subtitle and choose it
6.Go back to choose font and color, then go to the Position Alignment. pick left or right.
Meh. Sucky tuts ftw
-
You can get more advanced subtitles in WMM.
<TransitionsAndEffects Version="1.0">
<Titles>
<TitleDLL guid="{353359C1-39E1-491b-9951-464FD8AB071C}">
<Title name="Subtitle Left (fade in/out)" iconid="13" >
<Param name="InternalName" value="TitleStandard"/>
<Param name="Description" value="Subtitle Left (fade in/out)"/>
<Param name="EntranceEffect" value="EffectFade"/>
<Param name="EntranceDuration" value="1.0"/>
<Param name="ExitEffect" value="EffectFade"/>
<Param name="ExitDuration" value="1.0"/>
<Paragraph>
<Param name="IsOneLine" value="true"/>
<Param name="HorizontalAlignment" value="left"/>
<Param name="BoundingRect" value="0.05 0.85 0.9 0.1"/>
</Paragraph>
</Title>
<Title name="Subtitle Right (fade in/out)" iconid="13" >
<Param name="InternalName" value="TitleStandard"/>
<Param name="Description" value="Subtitle Right (fade in/out)"/>
<Param name="EntranceEffect" value="EffectFade"/>
<Param name="EntranceDuration" value="1.0"/>
<Param name="ExitEffect" value="EffectFade"/>
<Param name="ExitDuration" value="1.0"/>
<Paragraph>
<Param name="IsOneLine" value="true"/>
<Param name="HorizontalAlignment" value="right"/>
<Param name="BoundingRect" value="0.05 0.85 0.9 0.1"/>
</Paragraph>
</Title>
</TitleDLL>
</Titles>
</TransitionsAndEffects>
Copy the above code and paste it into notepad, save it as "New Fading Subtitles.XML" or similar. Be sure to add - .XML - to the name or else it might not work. After you have saved it, go to Program Files > Movie Maker > shared. Make a new folder within the shared folder and name it "AddOnTFX" Put the file in the new folder. Restart WMM, and follow Blaze's directions, but look for "Subtitle Left (fade in/out)" and "Subtitle Right (fade in/out)" in the title animations.
hope it was helpful.
-
^Damn Final thats great work
-
Thanks Final, i was looking for the code for advanced ones
-
WMM ftw!
-
yae.. thanks final
-
Thanks Blaze. Helped me alot