| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
| Image Mapping in the RealVideo |
 |
 |
|
The Image Mapping in RealVideo
|
|
After finishing the movie, work on the image mapping. First we have to choose
where each image or the series of images should lead a user. A list of
images should be made first, note the beginning and ending of the points using a
running time displayed at the bottom of a RealPlayer. Then write the map file, which
is simply the text file. Here is a part of the code for my image map which must give
a good idea of the information we need to create on own:
|
DURATION=0:0:3:57:0
<MAP START=0:0:0:0:0 END=0:0:3:57:0 COORDS=0, 0,100,100>
<AREA START=0:0:0:0:0 END=0:0:0:18:07 SHAPE=RECTANGLE COORDS=0, 0,300,300
URL="http://www.hits.org/hits/index.html" ALT="What is HITS? URL" >
<AREA START=0:0:0:18:07 END=0:0:0:35:22 SHAPE=RECTANGLE COORDS=0 ,0,300,300
URL="http://www.hits.org/hits/where.html" ALT="Where is HITS? URL" >
<AREA START=0:0:0:35:22 END=0:0:0:57:04 SHAPE=RECTANGLE COORDS=0 ,0,300,300
URL="http://www.hits.org/community/blocksburg/index.html" ALT="Blocksburg
URL">
</MAP>
|
|
|
The first things we probably notice here is that a map begins with a duration
of video. The time has been marked with days:hours:minutes:seconds:milliseconds.
We should note each of these time specs, and if any one of the measurement is empty,
be sure to stick to the zero or a map will not work.
|
|
Notice that a map is divided into the areas. An area is defined by a starting time and the
ending time within a video's time line. We used the areas to indicate the image or
series of images that are been connected to the unique URL. It is also possible to define
a different shapes within the area. The space within a shape is a hot spot which will
take us to the URL (as a regular image map). The shape is defined by the coordinates,
which we believe are in pixel width - although we cannot verify this, since
a documentation on a RealPlayer site was vague.
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords: satellite mapping, realvideo download, gis mapping, realvideo codec, data mapping,
realvideo player, image algorithms, image code, land mapping, 3d mapping, spatial mapping,
image histogram, mapping applications, image recognition, image segmentation,
image detection, port mapping, realvideo vbr, image enhancement, image techniques,
3d image, image filter, image compression, image analysis, image method, project image,
maps mapping, image wavelet, pixel image, color image, c++ image, image algorithm,
realaudio realvideo, image based
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|