Converting Serial JPEGs into THP Movie Data

Description

The following description explains how to use the THPConv tool to convert serial JPEG files into THP movie data.


THPConv.exe -j <*.jpg> -d <outputfile> [-<option> <argument>]

Option Descriptions

Option Argument Description
-j <*.jpg> Specifies the input files (serial JPEG). Wildcard text characters ( * ) can be specified. This argument must always be specified.
-d <outputfile> Specifies the output file (THP). This argument must always be specified.

-s <wavefile>
<wavefile>
......
Specifies the audio file (WAV file) that will be converted into THP audio data. When more than one file is specified for the argument, data is allocated to each audio track in the specified order.
-r <framerate> Specifies the movie frame rate. The valid frame rate ranges from 1.0 to 59.94. When no frame rate is specified, the default (29.97) is used.
-o - THP movie data can internally save offsets to each frame data as a table. When this option is specified, the THPConv tool creates an offset table in the THP data. If this option is not specified, no offset table is created in the THP movie data.
-non - Specifies THP video data format. When interlace starts the video data from an odd number field, specify -odd; when the interlace starts from an even number field, specify -even. If no argument is specified, the THP video data format is automatically set to noninterlace (-non).
-odd
-even
-on - Specify this option if you want to co nvert the THP audio data playback frequency in real time to match the Revolution characteristics during THP movie data playback instead of during data creation.
-v - Turns on verbose mode.
-h - Displays the option list.

Example

  THPConv.exe -j test*.jpg -d output.thp

When this example executes from the command line, the serial JPEG files in the current directory (test001.jpg, test002.jpg, test003.jpg, etc.) are converted into THP video data and then combined in a single THP movie file (output.thp).


THPConv Usage Notes

Note: When converting serial JPEG files into THP movie data, the specified input files must have a filename with the .jpg or .jpeg extension.

Note: If the playback frequency is set to 48000 Hz, Revolution will output the audio data at 48043 Hz. If the frequency is set to 32000 Hz, it will output at 32028 Hz. During THP movide data playback, be aware of this Revolution characteristic to maintain synchronization between the video and audio data. You must convert the audio data playback frequency to match the Revolution characteristic in advance during THP movie data creation or with the audio library (AX) during THP movie playback.

If converting this frequency during data creation, run THPConv without specifying the -on option. If converting this frequency during playback, specify the -on option and run THPConv.

Use THPPlayerStrmAX when playing THP movie data that was created with the -on option specified.

See Also

THPConv.exe,
THPConv Compatible File FormatsTHPConv

Revision History

03/01/2006 Initial version.