Changeset 125 in SHVCSoftware for trunk/cfg


Ignore:
Timestamp:
16 Apr 2013, 06:39:31 (12 years ago)
Author:
seregin
Message:

copy from HM-10.0-dev-SHM

Location:
trunk/cfg
Files:
4 added
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/encoder_intra_main.cfg

    r2 r125  
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 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
    2221
    2322#=========== Motion Search =============
    24 FastSearch                    : 1           # 0:Full search  1:EPZS
     23FastSearch                    : 1           # 0:Full search  1:TZ search
    2524SearchRange                   : 64          # (0: Search range is a Full frame)
    2625HadamardME                    : 1           # Use of hadamard measure for fractional ME
     
    3433DeltaQpRD                     : 0           # Slice-based multi-QP optimization
    3534RDOQ                          : 1           # RDOQ
     35RDOQTS                        : 1           # RDOQ for transform skip
    3636
    3737#=========== Deblock Filter ============
    3838DeblockingFilterControlPresent: 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 ~ 13
    42 LoopFilterTcOffset_div2       : 0           # Range: -13 ~ 13
     39LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     40LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
     41LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
     42LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    4343
    4444#=========== Misc. ============
    45 InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
     45InternalBitDepth              : 8           # codec operating bit-depth
    4646
    4747#=========== Coding Tools =================
     
    9292
    9393#============ 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.
    9594TransquantBypassEnableFlag: 0  # Value of PPS flag.
    9695CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
    9796                                                       
    98 SEIpictureDigest                                                                                : 1
    99 
    10097### DO NOT ADD ANYTHING BELOW THIS LINE ###
    10198### DO NOT DELETE THE EMPTY LINE BELOW ###
  • trunk/cfg/encoder_lowdelay_P_main.cfg

    r2 r125  
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
    20 #        Type POC QPoffset QPfactor temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
    21 Frame1:  P    1   3        0.4624   0           4                4         -1 -5 -9 -13       0
    22 Frame2:  P    2   2        0.4624   0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1
    23 Frame3:  P    3   3        0.4624   0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1           
    24 Frame4:  P    4   1        0.578    0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1
     20#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
     21Frame1:  P    1   3        0.4624   0            0               0           4                4         -1 -5 -9 -13       0
     22Frame2:  P    2   2        0.4624   0            0               0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1
     23Frame3:  P    3   3        0.4624   0            0               0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1           
     24Frame4:  P    4   1        0.578    0            0               0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1
    2525ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    2626
    2727#=========== Motion Search =============
    28 FastSearch                    : 1           # 0:Full search  1:EPZS
     28FastSearch                    : 1           # 0:Full search  1:TZ search
    2929SearchRange                   : 64          # (0: Search range is a Full frame)
    3030BipredSearchRange             : 4           # Search range for bi-prediction refinement
     
    3939DeltaQpRD                     : 0           # Slice-based multi-QP optimization
    4040RDOQ                          : 1           # RDOQ
     41RDOQTS                        : 1           # RDOQ for transform skip
    4142
    4243#=========== Deblock Filter ============
    4344DeblockingFilterControlPresent: 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 ~ 13
    47 LoopFilterTcOffset_div2       : 0           # Range: -13 ~ 13
     45LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     46LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
     47LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
     48LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    4849
    4950#=========== Misc. ============
    50 InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
     51InternalBitDepth              : 8           # codec operating bit-depth
    5152
    5253#=========== Coding Tools =================
     
    9798
    9899#============ 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.
    100100TransquantBypassEnableFlag: 0  # Value of PPS flag.
    101101CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
    102102
    103103#============ 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
     104RateControl                         : 0                # Rate control: enable rate control
     105TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
     106KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
     107LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
     108RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
     109InitialQP                           : 0                # Rate control: initial QP
     110RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    109111
    110112### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • trunk/cfg/encoder_lowdelay_main.cfg

    r2 r125  
    1818DecodingRefreshType           : 0           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 4           # GOP Size (number of B slice = GOPSize-1)
    20 #        Type POC QPoffset QPfactor temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
    21 Frame1:  B    1   3        0.4624   0           4                4         -1 -5 -9 -13       0
    22 Frame2:  B    2   2        0.4624   0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1
    23 Frame3:  B    3   3        0.4624   0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1           
    24 Frame4:  B    4   1        0.578    0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1
     20#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2  temporal_id #ref_pics_active #ref_pics reference pictures predict deltaRPS #ref_idcs reference idcs
     21Frame1:  B    1   3        0.4624   0            0               0           4                4         -1 -5 -9 -13       0
     22Frame2:  B    2   2        0.4624   0            0               0           4                4         -1 -2 -6 -10       1      -1       5         1 1 1 0 1
     23Frame3:  B    3   3        0.4624   0            0               0           4                4         -1 -3 -7 -11       1      -1       5         0 1 1 1 1           
     24Frame4:  B    4   1        0.578    0            0               0           4                4         -1 -4 -8 -12       1      -1       5         0 1 1 1 1
    2525ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    2626
    2727#=========== Motion Search =============
    28 FastSearch                    : 1           # 0:Full search  1:EPZS
     28FastSearch                    : 1           # 0:Full search  1:TZ search
    2929SearchRange                   : 64          # (0: Search range is a Full frame)
    3030BipredSearchRange             : 4           # Search range for bi-prediction refinement
     
    3939DeltaQpRD                     : 0           # Slice-based multi-QP optimization
    4040RDOQ                          : 1           # RDOQ
     41RDOQTS                        : 1           # RDOQ for transform skip
    4142
    4243#=========== Deblock Filter ============
    4344DeblockingFilterControlPresent: 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 ~ 13
    47 LoopFilterTcOffset_div2       : 0           # Range: -13 ~ 13
     45LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     46LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
     47LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
     48LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
    4849
    4950#=========== Misc. ============
    50 InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
     51InternalBitDepth              : 8           # codec operating bit-depth
    5152
    5253#=========== Coding Tools =================
     
    9798
    9899#============ 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.
    100100TransquantBypassEnableFlag: 0  # Value of PPS flag.
    101101CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
    102102
    103103#============ 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
     104RateControl                         : 0                # Rate control: enable rate control
     105TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
     106KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
     107LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
     108RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
     109InitialQP                           : 0                # Rate control: initial QP
     110RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    107111
    108112### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • trunk/cfg/encoder_randomaccess_main.cfg

    r2 r125  
    1818DecodingRefreshType           : 1           # Random Accesss 0:none, 1:CDR, 2:IDR
    1919GOPSize                       : 8           # GOP Size (number of B slice = GOPSize-1)
    20 #        Type POC QPoffset QPfactor temporal_id #ref_pics_active #ref_pics reference pictures     predict deltaRPS #ref_idcs reference idcs
    21 Frame1:  B    8   1        0.442    0           4                4         -8 -10 -12 -16         0
    22 Frame2:  B    4   2        0.3536   0           2                3         -4 -6  4               1       4        5         1 1 0 0 1
    23 Frame3:  B    2   3        0.3536   0           2                4         -2 -4  2 6             1       2        4         1 1 1 1 
    24 Frame4:  B    1   4        0.68     0           2                4         -1  1  3 7             1       1        5         1 0 1 1 1
    25 Frame5:  B    3   4        0.68     0           2                4         -1 -3  1 5             1      -2        5         1 1 1 1 0
    26 Frame6:  B    6   3        0.3536   0           2                4         -2 -4 -6 2             1      -3        5         1 1 1 1 0
    27 Frame7:  B    5   4        0.68     0           2                4         -1 -5  1 3             1       1        5         1 0 1 1 1 
    28 Frame8:  B    7   4        0.68     0           2                4         -1 -3 -7 1             1      -2        5         1 1 1 1 0
     20#        Type POC QPoffset QPfactor tcOffsetDiv2 betaOffsetDiv2 temporal_id #ref_pics_active #ref_pics reference pictures     predict deltaRPS #ref_idcs reference idcs
     21Frame1:  B    8   1        0.442    0            0              0           4                4         -8 -10 -12 -16         0
     22Frame2:  B    4   2        0.3536   0            0              0           2                3         -4 -6  4               1       4        5         1 1 0 0 1
     23Frame3:  B    2   3        0.3536   0            0              0           2                4         -2 -4  2 6             1       2        4         1 1 1 1 
     24Frame4:  B    1   4        0.68     0            0              0           2                4         -1  1  3 7             1       1        5         1 0 1 1 1
     25Frame5:  B    3   4        0.68     0            0              0           2                4         -1 -3  1 5             1      -2        5         1 1 1 1 0
     26Frame6:  B    6   3        0.3536   0            0              0           2                4         -2 -4 -6 2             1      -3        5         1 1 1 1 0
     27Frame7:  B    5   4        0.68     0            0              0           2                4         -1 -5  1 3             1       1        5         1 0 1 1 1 
     28Frame8:  B    7   4        0.68     0            0              0           2                4         -1 -3 -7 1             1      -2        5         1 1 1 1 0
    2929ListCombination               : 1           # Use combined list for uni-prediction in B-slices
    3030
    3131#=========== Motion Search =============
    32 FastSearch                    : 1           # 0:Full search  1:EPZS
     32FastSearch                    : 1           # 0:Full search  1:TZ search
    3333SearchRange                   : 64          # (0: Search range is a Full frame)
    3434BipredSearchRange             : 4           # Search range for bi-prediction refinement
     
    4343DeltaQpRD                     : 0           # Slice-based multi-QP optimization
    4444RDOQ                          : 1           # RDOQ
     45RDOQTS                        : 1           # RDOQ for transform skip
    4546
    4647#=========== Deblock Filter ============
    4748DeblockingFilterControlPresent: 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
     49LoopFilterOffsetInPPS         : 0           # Dbl params: 0=varying params in SliceHeader, param = base_param + GOP_offset_param; 1=constant params in PPS, param = base_param)
     50LoopFilterDisable             : 0           # Disable deblocking filter (0=Filter, 1=No Filter)
     51LoopFilterBetaOffset_div2     : 0           # base_param: -13 ~ 13
     52LoopFilterTcOffset_div2       : 0           # base_param: -13 ~ 13
     53
    5254
    5355#=========== Misc. ============
    54 InternalBitDepth              : 8           # internal bit-depth = BitDepth + BitIncrement
     56InternalBitDepth              : 8           # codec operating bit-depth
    5557
    5658#=========== Coding Tools =================
     
    101103
    102104#============ 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.
    104105TransquantBypassEnableFlag: 0  # Value of PPS flag.
    105106CUTransquantBypassFlagValue: 0 # Constant lossless-value signaling per CU, if TransquantBypassEnableFlag is 1.
    106107
    107108#============ 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
     109RateControl                         : 0                # Rate control: enable rate control
     110TargetBitrate                       : 1000000          # Rate control: target bitrate, in bps
     111KeepHierarchicalBit                 : 1                # Rate control: keep hierarchical bit allocation in rate control algorithm
     112LCULevelRateControl                 : 1                # Rate control: 1: LCU level RC; 0: picture level RC
     113RCLCUSeparateModel                  : 1                # Rate control: use LCU level separate R-lambda model
     114InitialQP                           : 0                # Rate control: initial QP
     115RCForceIntraQP                      : 0                # Rate control: force intra QP to be equal to initial QP
    113116
    114117### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • trunk/cfg/per-sequence-svc/BQTerrace-1.5x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 720         # Input  frame height
    1111IntraPeriod0                  : 64          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BQTerrace_1920x1080_60.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 64          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/BQTerrace-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 540         # Input  frame height
    1111IntraPeriod0                  : 64          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BQTerrace_1920x1080_60.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 64          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/BQTerrace-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1080        # Input  frame height
    1111IntraPeriod0                  : 64          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BQTerrace_1920x1080_60.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 64          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/BasketballDrive-1.5x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 720         # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BasketballDrive_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/BasketballDrive-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 540         # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BasketballDrive_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/BasketballDrive-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1080        # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : BasketballDrive_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Cactus-1.5x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 720         # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Cactus_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Cactus-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 540         # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Cactus_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Cactus-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1080        # Input  frame height
    1111IntraPeriod0                  : 48          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Cactus_1920x1080_50.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 48          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Kimono-1.5x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 720         # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Kimono1_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Kimono-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 540         # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Kimono1_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Kimono-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1080        # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Kimono1_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/ParkScene-1.5x.cfg

    r36 r125  
    1 NumLayers                                                                                       : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 720         # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : ParkScene_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/ParkScene-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 540         # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : ParkScene_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/ParkScene-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1080        # Input  frame height
    1111IntraPeriod0                  : 24          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : ParkScene_1920x1080_24.yuv
     
    1818SourceHeight1                 : 1080        # Input  frame height
    1919IntraPeriod1                  : 24          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/PeopleOnStreet-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 800         # Input  frame height
    1111IntraPeriod0                  : 32          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : PeopleOnStreet_2560x1600_30_crop.yuv
     
    1818SourceHeight1                 : 1600        # Input  frame height
    1919IntraPeriod1                  : 32          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/PeopleOnStreet-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
     
    1010SourceHeight0                 : 1600        # Input  frame height
    1111IntraPeriod0                  : 32          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : PeopleOnStreet_2560x1600_30_crop.yuv
     
    1818SourceHeight1                 : 1600        # Input  frame height
    1919IntraPeriod1                  : 32          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Traffic-2x.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
    4 FramesToBeEncoded             : 150         # Number of frames to be coded
     4FramesToBeEncoded             : 300         # Number of frames to be coded
    55
    66#======== File I/O ===============
     
    1010SourceHeight0                 : 800         # Input  frame height
    1111IntraPeriod0                  : 32          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Traffic_2560x1600_30_crop.yuv
     
    1818SourceHeight1                 : 1600        # Input  frame height
    1919IntraPeriod1                  : 32          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
  • trunk/cfg/per-sequence-svc/Traffic-SNR.cfg

    r36 r125  
    1 NumLayers                                         : 2
     1NumLayers                     : 2
    22InputBitDepth                 : 8           # Input bitdepth
    33FrameSkip                     : 0           # Number of frames to be skipped in input
    4 FramesToBeEncoded             : 150         # Number of frames to be coded
     4FramesToBeEncoded             : 300         # Number of frames to be coded
    55
    66#======== File I/O ===============
     
    1010SourceHeight0                 : 1600        # Input  frame height
    1111IntraPeriod0                  : 32          # Period of I-Frame ( -1 = only first)
    12 QP0                           : 22
    13 CroppingMode0                 : 1           # automatic padding
     12ConformanceMode0              : 1           # conformance mode
     13QP0: 22
    1414
    1515InputFile1                    : Traffic_2560x1600_30_crop.yuv
     
    1818SourceHeight1                 : 1600        # Input  frame height
    1919IntraPeriod1                  : 32          # Period of I-Frame ( -1 = only first)
    20 QP1                           : 20
    21 CroppingMode1                 : 1           # automatic padding
     20ConformanceMode1              : 1           # conformance mode
     21QP1: 20
Note: See TracChangeset for help on using the changeset viewer.