RealMedia Editor allows you edit RealAudio and RealVideo clips. You can shorten a clip, for example, but cutting it at its beginning or end. You can change the title, author, and other clip information. You can also can merge image maps or interactive events into a RealMedia file. You can use a command-line editor on Windows and Linux, and a graphical editor on Windows.
| Note: RealMedia Editor is included with RealProducer Plus, but not with RealProducer Basic. |
RealMedia Editor is installed automatically in the RealMediaEditor directory
under the main RealProducer installation directory. On Windows, you can use
the rmeditgui graphical editor program. To open the graphical editor, give the
File>Edit RealMedia File command on RealProducer. The menu items at the
top of the window allow you to access different functions of the editor:
The editor also has these functional areas:
Once you have opened a RealMedia clip, you can play it, navigate through it, and edit it.
| To open a clip: |
.rm or .rmvb) is located and select it. You can edit RealMedia clips that are under 2 Gigabytes in file size.| Tip: You can also drag a clip into the RealMedia Editor main window to open that clip instantly. |
RealMedia Editor gives you different methods to navigate through a clip to find the points to edit. You can use the slider on the timeline, click the Play and Stop buttons, use edit points, or use keyframes.
Using the timeline is the easiest way to navigate along your clip. The red line marks the current position in the clip. To move the line, either click on it and drag it to a new position, or click with the mouse button at a desired point in the timeline. This displays the video frame at that point.
Using the navigation buttons is another way to find part of a clip. Click the Play button to start playback. Click Stop when you reach the desired point in the clip.
Keyframes are video frames that are encoded pixel-for-pixel. A RealVideo clip consists of a number of keyframes. The frames between keyframes are based on the keyframes, and a video clip must have at least one keyframe. Navigating with keyframes allows you to jump to a main section of a clip, such as the start of a new scene. Click the >> button to go to the next keyframe in the clip. Click << to go to the previous keyframe.
Edit points are possible points at which you can edit a clip. These points are designated by the smallest block of audio data that a clip can be split into. There are no edit points in a video-only clip, so you can edit the clip at any point. Click the > button to go to the next edit point in the clip. Click the < button to go to the previous edit point in the clip.
This section shows you how use the RealMedia Editor to edit a RealMedia clip. You will learn how to edit out the beginning or end of a clip, how to change clip information, how to merge either an image map or an interactive event to a clip, and how to append another clip to the current clip.
Using RealMedia Editor, you can remove portions from the beginning or end of a clip. This section shows you how to mark the points for editing, and gives you tips on editing a clip.
| To edit the beginning or end of a clip: |
[ ). The following parts on the timeline display in a darker grey color.| Tip: You can also modify the beginning of your clip by changing the current time within the In field. |
] ). The portion of the timeline between the two brackets shows in a darker grey color. The new ending time of the clip is also shown.| Note: You can modify the end of your clip by changing the current time within the Out field. |
| Note: You cannot change the beginning and end marks until the clip has stopped playing. |
The following tips will help edit clips:
days:hours:minutes:seconds.milliseconds.Clip information tells the audience about a clip and allows the audience to find a clip more easily. With RealMedia Editor, you can add clip information if none exists or you can change clip information that is attached to a file.
| To change clip information: |
Image maps are text files that create clickable fields within a RealVideo clip. When clicked by a viewer, the image map causes a specific action, such as opening a Web page in the viewer's browser. Events are similar to image maps, except that actions happen automatically without audience interaction. Using RealMedia Editor, you can merge these files into a RealMedia clip.
| For More Information: Chapter 13 explains how to write an image or event file. |
| To merge an image or event file into a RealMedia clip: |
RealMedia Editor allows you to combine one RealMedia clip with another. Appending works only when the number and type of streams in each file are identical. Therefore, this feature works best when the source files are all encoded with RealProducer using the same settings.
| Note: The total size of the appended clips cannot exceed the editor's 2 Gigabyte file size limit. |
| To append one clip to another: |
RealMedia Editor provides advanced features that can help you with the editing process. You can view information about all streams within a clip. Plus, you can decide how fast RealMedia Editor previews a clip.
Every RealMedia clip contains a number of streams. Single rate VBR files contain only one stream, whereas SureStream CBR files can contain multiple streams depending on the number of target audiences. RealMedia Editor allows you to view information about each encoded stream. However, if your file does not contain any recording information, the corresponding field will be blank.
| To view stream information: |
This dialog also gives you the following information about each stream within the clip:
RealMedia Editor allows you to change how it previews a clip you open. You view a clip quickly, or more accurately. The accurate view takes more time to render if the clip is large.
| To change RealProducer preferences: |
The rmeditor executable program in the RealMediaEditor directory runs
RealMedia Editor from the command line on Windows and Linux. There are
three main functions that this program performs:
The following table summarizes the rmeditor options, which have both long
and short option flags.
Use the following syntax to create a text-based dump file that contains information about an encoded RealMedia clip:
rmeditor -inputFile filename.rm -dumpFile filename.txt
The following syntax shows how to edit clip information:
rmeditor {-inputFile <filename>} {-outputFile <filename>}
[-t | -title <title>] [-a | -author <author>] [-c | -copyright <copyright>]
[-q | -description <description>] [-n | -keyword <keywords>] [-r | -rating
<rating>
Use the following syntax to cut files and paste two files together:
rmeditor {-i | -input | -inputFile <input> [-s | -startTime <dd:hh:mm:ss.xyz>] [-e |
-endTime <dd:hh:mm:ss.xyz>] }
[-i | -input | -inputFile <input> [-s | -startTime <dd:hh:mm:ss.xyz>] [-e | -
endTime <dd:hh:mm:ss.xyz>] ]
{-o | -output | -outputFile <filename>}
[-t | -title <title>] [-a | -author <author>] [-c | -copyright <copyright>]
[-q | -description <description>] [-n | -keyword <keywords>]
The following are frequently used operations.
meditor -i input.rm |
rmeditor -i input.rm -t "new title text" -o output.rm |
rmeditor -i input.rm -r 1 -o output.rm |
rmeditor -i input.rm -r 0 -o output.rm |
rmeditor -i input.rm -s 0:0:3:2.20 -e 0:0:4:2.20 -o output.rm |
| Note: The start and end times will be adjusted so the clip starts and ends on keyframe boundaries. Use 0 as the end time to specify the end of the file. |
rmeditor -i input.rm -i input2.rm -i input3.rm -o output.rm |
| Note: If more than one input file is specified, any start and end time arguments are ignored. |
rmeditor -i input.rm -q "This file contains audio and video of the 1/1/99 meeting" -o output.rm |
rmeditor -i input.rm -n "travel Fiji resorts" -o output.rm |
rmeditor -i input.rm -IN 1 -o output.rm |
rmeditor -i input.rm -IN 1 -o output.rm |
|
|
©2004 RealNetworks, Inc.
For more information, visit RealNetworks Click here if the Table of Contents frame is not visible at the left side of your screen. |