Skip to content

Commit

Permalink
Add QVBR quality level option
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Mar 26, 2022
1 parent e39e2dd commit 4df6493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/encoder_avc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ const S settings_[] = {
26}},
S{new IntSetting{"qp b", "CQP: B Frame QP", AMF_VIDEO_ENCODER_QP_B, 0, 51,
26}},
S{new IntSetting{"qvbr quality level", "QVBR Quality Level", AMF_VIDEO_ENCODER_QVBR_QUALITY_LEVEL,
1, 51, 23}},
S{new IntSetting{"vbv buffer size", "VBV Buffer Size",
AMF_VIDEO_ENCODER_VBV_BUFFER_SIZE, 1,
std::numeric_limits<int>::max(), 20000000}},
Expand Down

0 comments on commit 4df6493

Please sign in to comment.