diff --git a/testbin/layer2.cfg b/testbin/layer2.cfg index b419cd80..17d356b5 100644 --- a/testbin/layer2.cfg +++ b/testbin/layer2.cfg @@ -13,7 +13,7 @@ ProfileIdc 66 # value of profile_idc (or 0 for auto detection) InitialQP 24 # Quantization parameters for base quality layer #================================ RATE CONTROL =============================== SpatialBitrate 600 # Unit: kbps, controled by DisableRC also -MaxSpatialBitrate 800 # Unit: kbps, max bitrate for current layer +MaxSpatialBitrate 0 # Unit: kbps, max bitrate for current layer, 0 - unspecified #============================== MultiSlice Slice Argument ============================== # for S/M Slice(s) mode settings SliceMode 0 # 0: sigle slice mode; >0: multiple slices mode, see below; diff --git a/testbin/welsenc.cfg b/testbin/welsenc.cfg index 93dd167a..42612cd2 100644 --- a/testbin/welsenc.cfg +++ b/testbin/welsenc.cfg @@ -31,7 +31,7 @@ MultipleThreadIdc 1 # 0: auto(dynamic imp. internal encoder); 1: multiple #============================== RATE CONTROL ============================== RCMode 0 # 0: quality mode; 1: bitrate mode; # 2: buffer based mode,can't control bitrate; -1: rc off mode; TargetBitrate 5000 # Unit: kbps, controled by EnableRC also -MaxOverallBitrate 6000 # Unit: kbps, max bitrate overall +MaxOverallBitrate 0 # Unit: kbps, max bitrate overall, 0 - unspecified EnableFrameSkip 1 #Enable Frame Skip #============================== DENOISE CONTROL ==============================