[www] r574 - trunk/www.matroska.org/data/technical/specs/tagging

[email protected]
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 = &quot;40&quot;</em></li>
+				<li><em>TargetType = &quot;MOVIE&quot;</em></li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;TITLE&quot;</li>
+				<li>TagString = &quot;Dune&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;DIRECTOR&quot;</li>
+				<li>TagString = &quot;David Lynch&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;DATE_RELEASE&quot;</li>
+				<li>TagString = &quot;1984&quot;</li>
+			</ul>
+			</li>
+			<li>SimpleTag
+			<ul>
+				<li>TagName = &quot;COMMENT&quot;</li>
+				<li>TagString = &quot;One of the best sci-fi movies.&quot;</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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.