The following description explains how to use the THPConv tool to convert Sequential JPEG files to THP movie data:
THPConv.exe -j <*.jpg> -d <outputfile> [-<option> <argument>]
Option Descriptions
Option Argument Description -j<*.jpg> Specifies the input files (sequential JPEG files). Wildcard characters ("*") can be used. This argument must always be specified. -d<outputfile> Specifies the output file (THP file). This argument must always be specified.
-s<wavefile>
<wavefile>
......Specifies the audio file (WAV file) that will be converted to THP audio data. When specifying more than one file for the argument, data is allocated to audio tracks in the order it is specified. -r<framerate> Specifies the movie's frame rate. Frame rates from 1.0 to 59.94 can be specified. If nothing is specified, the default value (29.97) is used. -o- THP movie data can internally store offsets to each frame data as a table. If this argument is specified, the THPConv tool will create an offset table in the THP data. If this argument is not specified, no offset table will be created in the THP movie data. -non- Specifies the THP video data type. If the video data interlace starts with odd fields, specify -odd. If it starts with even fields, specify -even. If this argument is not specified, the THP video data type is automatically set to non-interlaced (-non). -odd-even-v- Turns on verbose mode. -h- Displays the option list.
THPConv.exe -j test*.jpg -d output.thpWhen this example is executed at the command line, the sequential JPEG files in the current directory (test001.jpg, test002.jpg, test003.jpg, etc.) are converted to THP video data and collected into a single THP movie data file (output.thp).
Note: When converting sequential JPEG files to THP movie data, the names of the specified input files must have the extension ".jpg" or ".jpeg".
Note: Unlike the Nintendo GameCube, when using the Revolution platform, audio data is output at a set playback frequency (of 48,000 Hz or 32,000 Hz).
THPConv.exe, File formats compatible with THPConv
2006/12/21 Deleted the -on option. Corrected a note related to the playback frequency so that it is intended for the Revolution.
2006/03/01 Initial version.
CONFIDENTIAL