CRI Sofdec2  Last Updated: 2022-11-21 16:25 p
CriManaVideoInfo Struct Reference

Video parameters. More...

#include <cri_mana.h>

Data Fields

CriUint32 width
 
CriUint32 height
 
CriUint32 disp_width
 
CriUint32 disp_height
 
CriUint32 framerate
 
CriUint32 framerate_n
 
CriUint32 framerate_d
 
CriUint32 total_frames
 
CriUint32 material_width
 
CriUint32 material_height
 
CriManaVideoCodecType codec_type
 
CriManaColorSpaceConversionType color_conv
 
CriSint32 max_picture_size
 
CriSint32 average_bitrate
 

Detailed Description

Video parameters.

Description:
Analysis information on the video data that can be included in a movie file.
See also
CriManaMovieInfo, criManaPlayer_GetMovieInfo

Field Documentation

◆ width

CriUint32 width

Max movie width (multiple of 8)

◆ height

CriUint32 height

Max movie height (multiple of 8)

◆ disp_width

CriUint32 disp_width

Number of horizontal pixels (from the left side) in the image that you want to display

◆ disp_height

CriUint32 disp_height

Number of vertical pixels (from the top) in the image that you want to display

◆ framerate

CriUint32 framerate

Frame rate [x1000]

◆ framerate_n

CriUint32 framerate_n

Frame rate (numerator) in a rational number format framerate [x1000] = framerate_n / framerate_d

◆ framerate_d

CriUint32 framerate_d

Frame rate (denominator) in a rational number format framerate [x1000] = framerate_n / framerate_d

◆ total_frames

CriUint32 total_frames

Total number of frames

◆ material_width

CriUint32 material_width

Number of horizontal pixels in the video footage before encoding

◆ material_height

CriUint32 material_height

Number of vertical pixels in the video footage before encoding

◆ codec_type

Video codec type

◆ color_conv

Color conversion type

◆ max_picture_size

CriSint32 max_picture_size

Max picture size (when invalid -1)

◆ average_bitrate

CriSint32 average_bitrate

Average bit rate


The documentation for this struct was generated from the following file: