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>THPConv</title> 9</head> 10 11<BODY> 12<H1 align="left">THPConv.exe</H1> 13<H2>Description</H2> 14<P>The THPConv tool is provided for creation of THP movie data. The THPConv tool is a Win32 console application. This tool supports the following <A href="FileFormat.html">input data formats</A>:</P> 15 16<ul> 17<li><A href="JPEGS2THP.html">Converting sequential JPEG files to THP movie data</A></li> 18</ul> 19 20<P>In addition, the THPConv tool has a feature for replacing audio data contained in existing THP movie data.</P> 21 22<ul> 23<li><A href="AudioChange.html">Replacing THP audio data in THP movie data</A></li> 24</ul> 25<h2><font color="#FF0000">Notes on Creating THP Movie Data</FONT></h2> 26<P><font color="#FF0000"><STRONG>Precaution regarding the path </STRONG></FONT><BR>The THPConv tool uses <B><code>dsptool.dll</code></B>, which is included with Revolution SDK. When using the <CODE>THPConv</CODE> tool, make sure to specify the path as <CODE>$REVOLUTION_SDK_ROOT/x86/bin</CODE>.</P> 27<P><font color="#FF0000"><STRONG>Available space on hard disk </STRONG></FONT><BR>The size of the THP movie data output by the THPConv tool is roughly the same as the original data before conversion. Also, when converting video and audio data to THP movie data, the THPConv tool creates temporary files in the current directory. These temporary files are roughly the same size as the original data.</P> 28<BLOCKQUOTE><HR> 29<STRONG> Required hard disk space = Original data size x 3</STRONG> 30<HR></BLOCKQUOTE> 31<P>The names of the temporary files created by the THPConv tool are <B>__tmp_VD</B> for video data and <B>__tmp_AD</B> for audio data. <font color="#FF0000"><STRONG>Files with the same name in the current directory will be overwritten by the THPConv tool. </STRONG></FONT></P> 32 33 34<H2>See Also</H2> 35<P> 36<A href="FileFormat.html">Compatible file formats for THPConv</A> 37</P> 38 39<H2>Revision History</H2> 40<P> 412006/12/21 Deleted notes regarding bash.<br>2006/03/01 Initial version. 42</P> 43<hr> 44<P>CONFIDENTIAL</p> 45</BODY> 46</HTML> 47