THPVideoInfo

Description

THPFrameCompInfo.jpg

THPVideoInfo stores the THP video data length and width information (xSize, ySize). This data is used for playing the THP video data correctly.

The THP video data type (videoType) is then stored. This type stores values shown in the following table based on the options when THPConv is used.

video type THPConv option videoType
non-interlaced none or -non 0
odd field start interlace -odd 2
even field start interlace -even 4

See Also

THPConv.exe,
THP movie file format,
THPFrameCompInfo

Revision History

03/01/2006 Initial version.