1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../../../CSS/revolution.css">
8<title>THP Movie Information: THPVideoInfo</title>
9</head>
10
11<BODY>
12
13<H1 align="left">THPVideoInfo</H1>
14
15<H2>Description</H2>
16<P><IMG src="THPFrameCompInfo.jpg" alt="THPFrameCompInfo.jpg" width="720"></P>
17<P><CODE>THPVideoInfo</CODE> stores the THP video data length and width information (<CODE>xSize</CODE> and <CODE>ySize</CODE>). This data is used to play the THP video data correctly.</P>
18
19<P>
20Next the THP video data format (<CODE>videoType</CODE>) is stored. This video data format stores values shown in the following table based on the options specified when THPConv is used.
21</P>
22
23
24<BLOCKQUOTE><BLOCKQUOTE>
25<table border="1" >
26    <tr ALIGN="center" bgcolor="#E6E6FA">
27      <th ALIGN="center" width =280 >Video format</th>
28      <th ALIGN="center" width =160>THPConv option</th>
29      <th ALIGN="center" width =100><CODE>videoType</CODE></th>
30    </tr>
31    <tr ALIGN="center">
32      <td ALIGN="left" width =280>Non interlaced</td>
33      <td ALIGN="center" width =160>None or <B><CODE>-non</CODE></B></td>
34      <th ALIGN="center" width =100>0</th>
35    </tr>
36    <tr ALIGN="center">
37      <td ALIGN="left" width =280>Odd field start interlace</td>
38      <td ALIGN="center" width =160><B><CODE>-odd</CODE></B></td>
39      <th ALIGN="center" width =100>2</th>
40    </tr>
41    <tr ALIGN="center">
42      <td ALIGN="left" width =280>Even field start interlace</td>
43      <td ALIGN="center" width =160><B><CODE>-even</CODE></B></td>
44      <th ALIGN="center" width =100>4</th>
45    </tr>
46
47</table>
48</BLOCKQUOTE></BLOCKQUOTE>
49
50<BR>
51
52<H2>See Also</H2>
53<P>
54<A href="../THPConv.html"><CODE>THPConv.exe</CODE></A><BR><A href="../THPFormat.html">THP movie file format</A><BR><A href="THPFrameCompInfo.html"><CODE>THPFrameCompInfo</CODE></A>
55</P>
56
57<H2>Revision History</H2>
58<P>
592006/03/01 Initial version.<br>
60</P>
61
62<hr><p>CONFIDENTIAL</p></body>
63</HTML>