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