- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- Location:
- trunk/cfg
- Files:
-
- 4 added
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cfg/encoder_intra_main.cfg
r2 r125 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 1 # GOP Size (number of B slice = GOPSize-1) 20 # Type POC QPoffset QPfactor temporal_id #ref_pics_active #ref_pics reference pictures 21 Frame1: B 1 0 1 0 4 0 20 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures 22 21 23 22 #=========== Motion Search ============= 24 FastSearch : 1 # 0:Full search 1: EPZS23 FastSearch : 1 # 0:Full search 1:TZ search 25 24 SearchRange : 64 # (0: Search range is a Full frame) 26 25 HadamardME : 1 # Use of hadamard measure for fractional ME … … 34 33 DeltaQpRD : 0 # Slice-based multi-QP optimization 35 34 RDOQ : 1 # RDOQ 35 RDOQTS : 1 # RDOQ for transform skip 36 36 37 37 #=========== Deblock Filter ============ 38 38 DeblockingFilterControlPresent: 0 # Dbl control params present (0=not present, 1=present) 39 LoopFilterOffsetInPPS : 0 # Dbl params in PPS or SliceHeader (0=SliceHeader, 1=PPS)40 LoopFilterDisable : 0 # Disable deblocking filter in slice header(0=Filter, 1=No Filter)41 LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 1342 LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 1339 LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) 40 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) 41 LoopFilterBetaOffset_div2 : 0 # base_param: -13 ~ 13 42 LoopFilterTcOffset_div2 : 0 # base_param: -13 ~ 13 43 43 44 44 #=========== Misc. ============ 45 InternalBitDepth : 8 # internal bit-depth = BitDepth + BitIncrement45 InternalBitDepth : 8 # codec operating bit-depth 46 46 47 47 #=========== Coding Tools ================= … … 92 92 93 93 #============ Lossless ================ 94 LosslessCuEnabled : 0 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process.95 94 TransquantBypassEnableFlag: 0 # Value of PPS flag. 96 95 CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 97 96 98 SEIpictureDigest : 199 100 97 ### DO NOT ADD ANYTHING BELOW THIS LINE ### 101 98 ### DO NOT DELETE THE EMPTY LINE BELOW ### -
trunk/cfg/encoder_lowdelay_P_main.cfg
r2 r125 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 20 # Type POC QPoffset QPfactor t emporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs21 Frame1: P 1 3 0.4624 0 4 4 -1 -5 -9 -13 022 Frame2: P 2 2 0.4624 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 123 Frame3: P 3 3 0.4624 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 124 Frame4: P 4 1 0.578 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 120 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 21 Frame1: P 1 3 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 22 Frame2: P 2 2 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 23 Frame3: P 3 3 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 24 Frame4: P 4 1 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 25 25 ListCombination : 1 # Use combined list for uni-prediction in B-slices 26 26 27 27 #=========== Motion Search ============= 28 FastSearch : 1 # 0:Full search 1: EPZS28 FastSearch : 1 # 0:Full search 1:TZ search 29 29 SearchRange : 64 # (0: Search range is a Full frame) 30 30 BipredSearchRange : 4 # Search range for bi-prediction refinement … … 39 39 DeltaQpRD : 0 # Slice-based multi-QP optimization 40 40 RDOQ : 1 # RDOQ 41 RDOQTS : 1 # RDOQ for transform skip 41 42 42 43 #=========== Deblock Filter ============ 43 44 DeblockingFilterControlPresent: 0 # Dbl control params present (0=not present, 1=present) 44 LoopFilterOffsetInPPS : 0 # Dbl params in PPS or SliceHeader (0=SliceHeader, 1=PPS)45 LoopFilterDisable : 0 # Disable deblocking filter in slice header(0=Filter, 1=No Filter)46 LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 1347 LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 1345 LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) 46 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) 47 LoopFilterBetaOffset_div2 : 0 # base_param: -13 ~ 13 48 LoopFilterTcOffset_div2 : 0 # base_param: -13 ~ 13 48 49 49 50 #=========== Misc. ============ 50 InternalBitDepth : 8 # internal bit-depth = BitDepth + BitIncrement51 InternalBitDepth : 8 # codec operating bit-depth 51 52 52 53 #=========== Coding Tools ================= … … 97 98 98 99 #============ Lossless ================ 99 LosslessCuEnabled : 0 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process.100 100 TransquantBypassEnableFlag: 0 # Value of PPS flag. 101 101 CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 102 102 103 103 #============ Rate Control ====================== 104 RateCtrl : 0 # 0: Disable rate control 1: Enable rate control 105 TargetBitrate : 1000 # input target bitrate when RateCtrl is enable 106 NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed 107 108 SEIpictureDigest : 1 104 RateControl : 0 # Rate control: enable rate control 105 TargetBitrate : 1000000 # Rate control: target bitrate, in bps 106 KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm 107 LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC 108 RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model 109 InitialQP : 0 # Rate control: initial QP 110 RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP 109 111 110 112 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
trunk/cfg/encoder_lowdelay_main.cfg
r2 r125 18 18 DecodingRefreshType : 0 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 4 # GOP Size (number of B slice = GOPSize-1) 20 # Type POC QPoffset QPfactor t emporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs21 Frame1: B 1 3 0.4624 0 4 4 -1 -5 -9 -13 022 Frame2: B 2 2 0.4624 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 123 Frame3: B 3 3 0.4624 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 124 Frame4: B 4 1 0.578 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 120 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 21 Frame1: B 1 3 0.4624 0 0 0 4 4 -1 -5 -9 -13 0 22 Frame2: B 2 2 0.4624 0 0 0 4 4 -1 -2 -6 -10 1 -1 5 1 1 1 0 1 23 Frame3: B 3 3 0.4624 0 0 0 4 4 -1 -3 -7 -11 1 -1 5 0 1 1 1 1 24 Frame4: B 4 1 0.578 0 0 0 4 4 -1 -4 -8 -12 1 -1 5 0 1 1 1 1 25 25 ListCombination : 1 # Use combined list for uni-prediction in B-slices 26 26 27 27 #=========== Motion Search ============= 28 FastSearch : 1 # 0:Full search 1: EPZS28 FastSearch : 1 # 0:Full search 1:TZ search 29 29 SearchRange : 64 # (0: Search range is a Full frame) 30 30 BipredSearchRange : 4 # Search range for bi-prediction refinement … … 39 39 DeltaQpRD : 0 # Slice-based multi-QP optimization 40 40 RDOQ : 1 # RDOQ 41 RDOQTS : 1 # RDOQ for transform skip 41 42 42 43 #=========== Deblock Filter ============ 43 44 DeblockingFilterControlPresent: 0 # Dbl control params present (0=not present, 1=present) 44 LoopFilterOffsetInPPS : 0 # Dbl params in PPS or SliceHeader (0=SliceHeader, 1=PPS)45 LoopFilterDisable : 0 # Disable deblocking filter in slice header(0=Filter, 1=No Filter)46 LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 1347 LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 1345 LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) 46 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) 47 LoopFilterBetaOffset_div2 : 0 # base_param: -13 ~ 13 48 LoopFilterTcOffset_div2 : 0 # base_param: -13 ~ 13 48 49 49 50 #=========== Misc. ============ 50 InternalBitDepth : 8 # internal bit-depth = BitDepth + BitIncrement51 InternalBitDepth : 8 # codec operating bit-depth 51 52 52 53 #=========== Coding Tools ================= … … 97 98 98 99 #============ Lossless ================ 99 LosslessCuEnabled : 0 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process.100 100 TransquantBypassEnableFlag: 0 # Value of PPS flag. 101 101 CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 102 102 103 103 #============ Rate Control ====================== 104 RateCtrl : 0 # 0: Disable rate control 1: Enable rate control 105 TargetBitrate : 1000 # input target bitrate when RateCtrl is enable 106 NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed 104 RateControl : 0 # Rate control: enable rate control 105 TargetBitrate : 1000000 # Rate control: target bitrate, in bps 106 KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm 107 LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC 108 RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model 109 InitialQP : 0 # Rate control: initial QP 110 RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP 107 111 108 112 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
trunk/cfg/encoder_randomaccess_main.cfg
r2 r125 18 18 DecodingRefreshType : 1 # Random Accesss 0:none, 1:CDR, 2:IDR 19 19 GOPSize : 8 # GOP Size (number of B slice = GOPSize-1) 20 # Type POC QPoffset QPfactor t emporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs21 Frame1: B 8 1 0.442 0 4 4 -8 -10 -12 -16 022 Frame2: B 4 2 0.3536 0 2 3 -4 -6 4 1 4 5 1 1 0 0 123 Frame3: B 2 3 0.3536 0 2 4 -2 -4 2 6 1 2 4 1 1 1 124 Frame4: B 1 4 0.68 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 125 Frame5: B 3 4 0.68 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 026 Frame6: B 6 3 0.3536 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 027 Frame7: B 5 4 0.68 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 128 Frame8: B 7 4 0.68 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 020 # Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs 21 Frame1: B 8 1 0.442 0 0 0 4 4 -8 -10 -12 -16 0 22 Frame2: B 4 2 0.3536 0 0 0 2 3 -4 -6 4 1 4 5 1 1 0 0 1 23 Frame3: B 2 3 0.3536 0 0 0 2 4 -2 -4 2 6 1 2 4 1 1 1 1 24 Frame4: B 1 4 0.68 0 0 0 2 4 -1 1 3 7 1 1 5 1 0 1 1 1 25 Frame5: B 3 4 0.68 0 0 0 2 4 -1 -3 1 5 1 -2 5 1 1 1 1 0 26 Frame6: B 6 3 0.3536 0 0 0 2 4 -2 -4 -6 2 1 -3 5 1 1 1 1 0 27 Frame7: B 5 4 0.68 0 0 0 2 4 -1 -5 1 3 1 1 5 1 0 1 1 1 28 Frame8: B 7 4 0.68 0 0 0 2 4 -1 -3 -7 1 1 -2 5 1 1 1 1 0 29 29 ListCombination : 1 # Use combined list for uni-prediction in B-slices 30 30 31 31 #=========== Motion Search ============= 32 FastSearch : 1 # 0:Full search 1: EPZS32 FastSearch : 1 # 0:Full search 1:TZ search 33 33 SearchRange : 64 # (0: Search range is a Full frame) 34 34 BipredSearchRange : 4 # Search range for bi-prediction refinement … … 43 43 DeltaQpRD : 0 # Slice-based multi-QP optimization 44 44 RDOQ : 1 # RDOQ 45 RDOQTS : 1 # RDOQ for transform skip 45 46 46 47 #=========== Deblock Filter ============ 47 48 DeblockingFilterControlPresent: 0 # Dbl control params present (0=not present, 1=present) 48 LoopFilterOffsetInPPS : 0 # Dbl params in PPS or SliceHeader (0=SliceHeader, 1=PPS) 49 LoopFilterDisable : 0 # Disable deblocking filter in slice header (0=Filter, 1=No Filter) 50 LoopFilterBetaOffset_div2 : 0 # Range: -13 ~ 13 51 LoopFilterTcOffset_div2 : 0 # Range: -13 ~ 13 49 LoopFilterOffsetInPPS : 0 # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param) 50 LoopFilterDisable : 0 # Disable deblocking filter (0=Filter, 1=No Filter) 51 LoopFilterBetaOffset_div2 : 0 # base_param: -13 ~ 13 52 LoopFilterTcOffset_div2 : 0 # base_param: -13 ~ 13 53 52 54 53 55 #=========== Misc. ============ 54 InternalBitDepth : 8 # internal bit-depth = BitDepth + BitIncrement56 InternalBitDepth : 8 # codec operating bit-depth 55 57 56 58 #=========== Coding Tools ================= … … 101 103 102 104 #============ Lossless ================ 103 LosslessCuEnabled : 0 # 1: Set "qpprime_y_zero_transquant_bypass_flag=1" and enable the lossless mode as well as the RD-based mode selection process.104 105 TransquantBypassEnableFlag: 0 # Value of PPS flag. 105 106 CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1. 106 107 107 108 #============ Rate Control ====================== 108 RateCtrl : 0 # 0: Disable rate control 1: Enable rate control 109 TargetBitrate : 1000 # input target bitrate when RateCtrl is enable 110 NumLCUInUnit : 1 # Number of LCU in an Unit. Fraction is not allowed 111 112 SEIpictureDigest : 1 109 RateControl : 0 # Rate control: enable rate control 110 TargetBitrate : 1000000 # Rate control: target bitrate, in bps 111 KeepHierarchicalBit : 1 # Rate control: keep hierarchical bit allocation in rate control algorithm 112 LCULevelRateControl : 1 # Rate control: 1: LCU level RC; 0: picture level RC 113 RCLCUSeparateModel : 1 # Rate control: use LCU level separate R-lambda model 114 InitialQP : 0 # Rate control: initial QP 115 RCForceIntraQP : 0 # Rate control: force intra QP to be equal to initial QP 113 116 114 117 ### DO NOT ADD ANYTHING BELOW THIS LINE ### -
trunk/cfg/per-sequence-svc/BQTerrace-1.5x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 720 # Input frame height 11 11 IntraPeriod0 : 64 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BQTerrace_1920x1080_60.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 64 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/BQTerrace-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 540 # Input frame height 11 11 IntraPeriod0 : 64 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BQTerrace_1920x1080_60.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 64 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/BQTerrace-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1080 # Input frame height 11 11 IntraPeriod0 : 64 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BQTerrace_1920x1080_60.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 64 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/BasketballDrive-1.5x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 720 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BasketballDrive_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/BasketballDrive-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 540 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BasketballDrive_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/BasketballDrive-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1080 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : BasketballDrive_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Cactus-1.5x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 720 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Cactus_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Cactus-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 540 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Cactus_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Cactus-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1080 # Input frame height 11 11 IntraPeriod0 : 48 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Cactus_1920x1080_50.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 48 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Kimono-1.5x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 720 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Kimono1_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Kimono-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 540 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Kimono1_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Kimono-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1080 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Kimono1_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/ParkScene-1.5x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 720 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : ParkScene_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/ParkScene-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 540 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : ParkScene_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/ParkScene-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1080 # Input frame height 11 11 IntraPeriod0 : 24 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : ParkScene_1920x1080_24.yuv … … 18 18 SourceHeight1 : 1080 # Input frame height 19 19 IntraPeriod1 : 24 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/PeopleOnStreet-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 800 # Input frame height 11 11 IntraPeriod0 : 32 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : PeopleOnStreet_2560x1600_30_crop.yuv … … 18 18 SourceHeight1 : 1600 # Input frame height 19 19 IntraPeriod1 : 32 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/PeopleOnStreet-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input … … 10 10 SourceHeight0 : 1600 # Input frame height 11 11 IntraPeriod0 : 32 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : PeopleOnStreet_2560x1600_30_crop.yuv … … 18 18 SourceHeight1 : 1600 # Input frame height 19 19 IntraPeriod1 : 32 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Traffic-2x.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input 4 FramesToBeEncoded : 150 # Number of frames to be coded4 FramesToBeEncoded : 300 # Number of frames to be coded 5 5 6 6 #======== File I/O =============== … … 10 10 SourceHeight0 : 800 # Input frame height 11 11 IntraPeriod0 : 32 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Traffic_2560x1600_30_crop.yuv … … 18 18 SourceHeight1 : 1600 # Input frame height 19 19 IntraPeriod1 : 32 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20 -
trunk/cfg/per-sequence-svc/Traffic-SNR.cfg
r36 r125 1 NumLayers 1 NumLayers : 2 2 2 InputBitDepth : 8 # Input bitdepth 3 3 FrameSkip : 0 # Number of frames to be skipped in input 4 FramesToBeEncoded : 150 # Number of frames to be coded4 FramesToBeEncoded : 300 # Number of frames to be coded 5 5 6 6 #======== File I/O =============== … … 10 10 SourceHeight0 : 1600 # Input frame height 11 11 IntraPeriod0 : 32 # Period of I-Frame ( -1 = only first) 12 QP0 : 22 13 CroppingMode0 : 1 # automatic padding 12 ConformanceMode0 : 1 # conformance mode 13 QP0: 22 14 14 15 15 InputFile1 : Traffic_2560x1600_30_crop.yuv … … 18 18 SourceHeight1 : 1600 # Input frame height 19 19 IntraPeriod1 : 32 # Period of I-Frame ( -1 = only first) 20 QP1 : 20 21 CroppingMode1 : 1 # automatic padding 20 ConformanceMode1 : 1 # conformance mode 21 QP1: 20
Note: See TracChangeset for help on using the changeset viewer.