- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using the code samples for IPP 4.1.008 (downloaded w_ipp-sample-video_pu_4.1.008). I have configured the .par file as follows:
H264 Sequence.
foreman.cif /* name of source files */
300 /* number of frames */
1 600 /* 1(reserved) , N (# of frames in between I frames) */
1 /* Number of B frames between I (or P) and next P */
352 /* horizontal_size */
288 /* vertical_size */
5 /* frame_rate_code */
0 10 26 26 300000 /* method(0 - quant_codes, 1 - CBR, quant_codes (I P B) & bitrate !!!ALL must be specified */
1 4 4 0 /* extra block split, search x,search_y, implicit weighted biprediction(reserved)*/
352 /* display_horizontal_size */
288 /* display_vertical_size */
0 sample.log /* log mask and template filename of log-file (0 and "any value" for none) (not implemented yet)*/
This results in 1x I-Frame as I expect, but no B-Frames. I've stepped thru the code and the B-Frame code is never invoked in the encoder. Any suggestions?
H264 Sequence.
foreman.cif /* name of source files */
300 /* number of frames */
1 600 /* 1(reserved) , N (# of frames in between I frames) */
1 /* Number of B frames between I (or P) and next P */
352 /* horizontal_size */
288 /* vertical_size */
5 /* frame_rate_code */
0 10 26 26 300000 /* method(0 - quant_codes, 1 - CBR, quant_codes (I P B) & bitrate !!!ALL must be specified */
1 4 4 0 /* extra block split, search x,search_y, implicit weighted biprediction(reserved)*/
352 /* display_horizontal_size */
288 /* display_vertical_size */
0 sample.log /* log mask and template filename of log-file (0 and "any value" for none) (not implemented yet)*/
This results in 1x I-Frame as I expect, but no B-Frames. I've stepped thru the code and the B-Frame code is never invoked in the encoder. Any suggestions?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Customer,
This has been fixed in the latest version IPP 5.0 beta. Please enroll this beta program and download the IPP media processing sample that includes H.264 decoder/encoder component.
The IPP 5.0 beta program is located at http://www.intel.com/software/products/ipp/beta
Thanks,
Ying
Intel Corp.
Ying
Intel Corp.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page