PRESET_LOSSLESS_HP,
};
+enum {
+ NV_ENC_H264_PROFILE_BASELINE,
+ NV_ENC_H264_PROFILE_MAIN,
+ NV_ENC_H264_PROFILE_HIGH,
+ NV_ENC_H264_PROFILE_HIGH_444P,
+};
+
enum {
NVENC_LOWLATENCY = 1,
NVENC_LOSSLESS = 2,
void *nvencoder;
int preset;
- char *profile;
- char *level;
- char *tier;
+ int profile;
+ int level;
+ int tier;
+ int rc;
int cbr;
int twopass;
int gpu;