[www] r574 - trunk/www.matroska.org/data/technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-26 23:22:36 +0400 (Thu, 26 Aug 2004) New Revision: 574 Modified: trunk/www.matroska.org/data/technical/specs/tagging/example-video.html Log: add a very basic video example Modified: trunk/www.matroska.org/data/technical/specs/tagging/example-video.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/tagging/example-video.html 2004-08-26 15:56:47 UTC (rev 573) +++ trunk/www.matroska.org/data/technical/specs/tagging/example-video.html 2004-08-26 19:22:36 UTC (rev 574) @@ -33,6 +33,7 @@ <ul style="display: table; margin-left: auto; margin-right: auto;"> <li><a href="#intro">Introduction</a></li> +<li><a href="#basic">Basic movie</a></li> <li><a href="#whole">One file with all DVDs</a></li> <li><a href="#dvd">One file per DVD</a></li> <li><a href="#episode">One file per episode</a></li> @@ -40,8 +41,55 @@ <h2><a name="intro"/>Introduction</h2> -<p>Video content usually doesn't have tags in the file. But that doesn't mean it's a good thing. Here are some real-life examples where it makes sense to have tags. As for <a href="example-audio.html">audio</a> you can have all video parts of a bigger ensemble in the same file or in a smaller.</p> +<p>Video content usually doesn't have tags in the file. But that doesn't mean it's a good thing. Here are some real-life examples where it makes sense to have tags. As for <a href="example-audio.html">audio</a> you can have all video parts of a bigger ensemble in the same file or in smaller files.</p> +<h2><a name="basic"/>Basic movie</h2> + +<p>Here is a very basic example of how you would add the title, director, date of release and comment about a movie on one DVD.</p> + +<ul> + <li>Tags + <ul> + <li>Tag (<em>about the movie</em>) + <ul> + <li>Targets (<em>no target means the whole content of the file</em>) + <ul> + <li><em>TargetTypeValue = "40"</em></li> + <li><em>TargetType = "MOVIE"</em></li> + </ul> + </li> + <li>SimpleTag + <ul> + <li>TagName = "TITLE"</li> + <li>TagString = "Dune"</li> + </ul> + </li> + <li>SimpleTag + <ul> + <li>TagName = "DIRECTOR"</li> + <li>TagString = "David Lynch"</li> + </ul> + </li> + <li>SimpleTag + <ul> + <li>TagName = "DATE_RELEASE"</li> + <li>TagString = "1984"</li> + </ul> + </li> + <li>SimpleTag + <ul> + <li>TagName = "COMMENT"</li> + <li>TagString = "One of the best sci-fi movies."</li> + </ul> + </li> + </ul> + </li> + </ul> + </li> +</ul> + +<h2><a name="simpsons"/>Bigger example</h2> + <p>Let's consider <a href="http://www2.foxstore.com/detail.html?item=361&u=987698787">the Simpsons DVDs</a>. You have a set of DVDs, each containing a few episodes of a whole season. The episodes would be spanned as follows :</p> <ul>