www.pudn.com > w_ipp-sample-media_p_5.0.017.zip > h264.par


/* CommentLine: H.264 Sequence.*/ 
sample.yuv           /* name of source files */ 
20                   /* number of frames to encode */ 
1 3 3                /* 1(reserved) , N (# of frames in between I frames), IDR interval. Last two parameters must be equal. */ 
1 0                  /* Number of B frames between I (or P) and next P, treat B as a reference (only 0 is supported!) */ 
2 1                  /* num_ref_frames (2-16), minimum length of list1 for backward prediction (only 1 is supported!). */ 
40                   /* level_idc (check that num_ref_frames and frame size are in accordance with the level)  */ 
352                  /* horizontal_size */ 
288                  /* vertical_size */ 
5                    /* frame_rate_code */ 
2 10 26 26 300000    /* RC method(0 - quant_codes, 1 - CBR MBwise, 2 - CBR framewise, 3 - Debug); start qp values for I, P, B slices; bitrate (bits per second) */ 
0 4 4                /* subblock split, search x,search_y */ 
0 0 0                /* weighted prediction, weighted biprediction implicit weighted biprediction (not supported!)*/ 
0 0                  /* direct type (0 - temporal 1 - spatial); direct_inference_flag */ 
1 0 0                  /* deblocking mode (0 - "on", 1 - "off"); deblocking_filter_alpha [-6,6]; deblocking_filter_beta [-6,6] */ 
352                  /* display_horizontal_size */ 
288                  /* display_vertical_size */ 
1 0	                 /* entropy coding mode (0-cavlc,1-cabac); cabac_init_idc (0,1,2) */ 
0                    /* picture coding type (0 - only FRM, 1 - only FLD , 2 - only AFRM, 3  - pure PicAFF(no MBAFF) 4 PicAFF + MBAFF). Only 0 (FRM) is supported! */ 
0 sample.log         /* log mask and template filename of log-file (0 and "any value" for none) (not supported!) */