CRI Sofdec2
Last Updated: 2022-11-21 16:25 p
|
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 |
Video parameters.
CriUint32 width |
Max movie width (multiple of 8)
CriUint32 height |
Max movie height (multiple of 8)
CriUint32 disp_width |
Number of horizontal pixels (from the left side) in the image that you want to display
CriUint32 disp_height |
Number of vertical pixels (from the top) in the image that you want to display
CriUint32 framerate |
Frame rate [x1000]
CriUint32 framerate_n |
Frame rate (numerator) in a rational number format framerate [x1000] = framerate_n / framerate_d
CriUint32 framerate_d |
Frame rate (denominator) in a rational number format framerate [x1000] = framerate_n / framerate_d
CriUint32 total_frames |
Total number of frames
CriUint32 material_width |
Number of horizontal pixels in the video footage before encoding
CriUint32 material_height |
Number of vertical pixels in the video footage before encoding
CriManaVideoCodecType codec_type |
Video codec type
CriManaColorSpaceConversionType color_conv |
Color conversion type
CriSint32 max_picture_size |
Max picture size (when invalid -1)
CriSint32 average_bitrate |
Average bit rate