add the usage of unspecified bit rate into cfg files and use it
This commit is contained in:
parent
1922b533f6
commit
cfea91666c
@ -13,7 +13,7 @@ ProfileIdc 66 # value of profile_idc (or 0 for auto detection)
|
|||||||
InitialQP 24 # Quantization parameters for base quality layer
|
InitialQP 24 # Quantization parameters for base quality layer
|
||||||
#================================ RATE CONTROL ===============================
|
#================================ RATE CONTROL ===============================
|
||||||
SpatialBitrate 600 # Unit: kbps, controled by DisableRC also
|
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 ==============================
|
#============================== MultiSlice Slice Argument ==============================
|
||||||
# for S/M Slice(s) mode settings
|
# for S/M Slice(s) mode settings
|
||||||
SliceMode 0 # 0: sigle slice mode; >0: multiple slices mode, see below;
|
SliceMode 0 # 0: sigle slice mode; >0: multiple slices mode, see below;
|
||||||
|
@ -31,7 +31,7 @@ MultipleThreadIdc 1 # 0: auto(dynamic imp. internal encoder); 1: multiple
|
|||||||
#============================== RATE CONTROL ==============================
|
#============================== RATE CONTROL ==============================
|
||||||
RCMode 0 # 0: quality mode; 1: bitrate mode; # 2: buffer based mode,can't control bitrate; -1: rc off mode;
|
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
|
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
|
EnableFrameSkip 1 #Enable Frame Skip
|
||||||
|
|
||||||
#============================== DENOISE CONTROL ==============================
|
#============================== DENOISE CONTROL ==============================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user