You are here: Home » Audio & MP3 » All In One Jukeboxes » Blaze Media Pro » Online Manual
129 (54%)   112 (46%)
Online Manual of Blaze Media Pro 7.1
Tips: Convert Microsoft Excel to HTML | PDF to HTML | Convert paper documents to PDF / HTML

Video Editor

You can edit video and audio quickly and easily with Blaze Media Pro. To edit a video, in the main window, click File > Video Editor. The Video Editor dialog box appears with the following menus, buttons, and options.

File Menu

 

Edit Menu

 

Transform Menu

 

Video Menu

 

Options Menu

 

Pass the mouse cursor over different parts of the following picture to display information about each item.

 

Text Overlay Examples

About XML for Text Overlay Filter

The XML file must contain a signature comment before using any of the text tags, and the signature comment must be: <!--LEAD TextOverlay XML File-->. While the Text Overlay XML file follows regular XML specifications, Blaze Media Pro has defined a specific set of tags for the Text Overlay filter. All other tags are ignored. Tag names are case sensitive; for example, use TOverlay and not Toverlay or toverlay. The tags are as follows:

  • TOverlay - The root, or main, tag. All other tags must be children to this tag.
    • Text_Scrolling - This TOverlay attribute takes either "Yes" or "No." The Text_Scrolling tag can appear only once in a single file because text is either scrolling or nonscrolling in a single file.
  • Text - A child tag of the TOverlay tag. This is the major tag that introduces the overlay text. This tag hosts the following child tags:
    • Text_Line - Use it to set one or more of your overlay text strings. To enter a new line in the text, you can use the 'n' sequence.
    • Start_Frame- Use this to specify the frame in the stream at which the overlay text in the Text_Line tag first appears.
    • End_Frame - Use this to specify the frame in the stream at which the overlay text in the Text_Line tag disappears.
    • Scrolling_Speed - Use this to specify the speed at which the overlay text in the Text_Line tag scrolls. This tag can be used only if the text is specified as scrolling in the TOverlay root tag.

Example 1 - NonScrolling Text

<?xml version="1.0" ?>

<!--LEAD TextOverlay XML File-->

<TOverlay Text_Scrolling = "No">

<Text>

<Text_Line> Sample Text Line... </Text_Line>

<Start_Frame>0</Start_Frame>

<End_Frame>300</End_Frame>

</Text>

<Text>

<Text_Line> Sample Text Line…</Text_Line> <Start_Frame>300</Start_Frame> <End_Frame>600</End_Frame>

</Text>

<Text>

<Text_Line> Sample Text Line… </Text_Line> <Start_Frame>600</Start_Frame> <End_Frame>1000</End_Frame> </Text>

<Text>

<Text_Line> Sample Text Line… </Text_Line> <Start_Frame>1000</Start_Frame> <End_Frame>2000</End_Frame> </Text> </TOverlay>

Example 2 - Scrolling Text

<?xml version="1.0" ?>

<!--LEAD TextOverlay XML File-->

<TOverlay Text_Scrolling = "Yes">

<Text>

<Text_Line>Blaze Media Pro</Text_Line> <Text_Speed>1</Text_Speed> </Text>

<Text>

<Text_Line>Includes powerful audio and video editing features. </Text_Line> <Text_Speed>2</Text_Speed> </Text>

<Text>

<Text_Line>Support for AVI, MPEG, WMV, MP3, WAV, WMA, OGG files and much more.</Text_Line>

<Text_Speed>15</Text_Speed>

</Text>

<Text>

<Text_Line> Sample Text Line…</Text_Line> <Text_Speed>5</Text_Speed> </Text>

</TOverlay>

 

Rate This Manual

Tips & Guides Related to Blaze Media Pro