Skip to content

h264 bitrate exceed my value in runtime #6

Description

@Amirhos-esm

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions