aodzip / libcedarc

Allwinner CedarX userspace library ( Not Official )
39 stars 34 forks source link

h264 bitrate exceed my value in runtime #6

Open Amirhos-esm opened 6 months ago

Amirhos-esm commented 6 months ago

hello I am using this Configuration for my encoder.

VencH264Param h264ParamDefualt = { .bEntropyCodingCABAC = 1, .nBitrate = 1 1024 1024, .nFramerate = fps, .nCodingMode = VENC_FRAME_CODING, .nMaxKeyInterval = fps, .sProfileLevel.nProfile = VENC_H264ProfileMain, .sProfileLevel.nLevel = VENC_H264Level31, .sQPRange.nMinqp = 10, .sQPRange.nMaxqp = 32, };

but I wondering why bitrate exceed 1 1024 1024