Hi, I have tried H.264 encode with resolution size 240x180. but it does not work. As my test result, following resolutions are not encoded.
240x178
240x180
240x182
240x184
240x190
240x192
$ ./video_encode h264.yuv 240 180 H264 out.h264
Creating Encoder in blocking mode
Opening in BLOCKING MODE
NvMMLiteOpen : Block : BlockType = 4
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
875967048
842091865
H264: Profile = 66, Level = 51
NVMEDIA: Need to set EMC bandwidth : 126000
NVMEDIA_ENC: bBlitMode is set to TRUE
Could you please check it? Thanks.