Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Begin coding/decoding H.264

dsanpedro
Beginner
269 Views
Hi, I am new in IPP so I don't know where I must start. I need to capture images from the webcam and the coded in H.264. I compiled almost all the media sample but when I used video_enc_con for encoder a YUV raw video. Then I tried to play it but and error appear.

I'd like know a tip where I can begin to develop de encoder H.264 (or a sample based)

Thank a lot!
Daniel Sp

C:Program FilesIntelIPP5.1IA32in>video_enc_con.exe -y c:yuv h264 h264.pa
r Enconded.h264
Starting encoding c:yuvwalk_qcif.yuv to file Enconded.h264
Source video width=176, height=144, frames to encode=25
Encoding frame: 0 ... done
Encoding frame: 1 ... done
Encoding frame: 2 ... done
Encoding frame: 3 ... done
Encoding frame: 4 ... done
Encoding frame: 5 ... done
Encoding frame: 6 ... done
Encoding frame: 7 ... done
Encoding frame: 8 ... done
Encoding frame: 9 ... done
Encoding frame: 10 ... done
Encoding frame: 11 ... done
Encoding frame: 12 ... done
Encoding frame: 13 ... done
Encoding frame: 14 ... done
Encoding frame: 15 ... done
Encoding frame: 16 ... done
Encoding frame: 17 ... done
Encoding frame: 18 ... done
Encoding frame: 19 ... done
Encoding frame: 20 ... done
Encoding frame: 21 ... done
Encoding frame: 22 ... done
Encoding frame: 23 ... done
Encoding frame: 24 ... done
Summary:
Encoding Time = 0.34 sec, 73.85 fps
Overall Time = 0.36 sec, 70.16 fps
Encoded Size = 33188 bytes
Compression Ratio = 28.64

C:Program FilesIntelIPP5.1IA32in>simple_player.exe Enconded.h264
Video Render : BLT
-RenderFormat: YV12
Stream Type : H264PV
Video Info :
-Video Type : H264
-Resolution : 176x144
-Frame Rate : 0.00
Audio Info :
-Audio Type : UNDEF
-S.Frequency : 0
-Num.Channel : 0
-BitPerSample: 0

C:Program FilesIntelIPP5.1IA32in>

0 Kudos
1 Reply
Ying_S_Intel
Employee
269 Views

I may suggest to get the latest version for example:

the latest product release: 5.3 update 3 (http://www.intel.com/software/products/ipp)
or the latest IPP 6.0 beta version (http://www.intel.com/software/products/ipp/beta)

When you recheck this issue with newer version, please ensure upgrade both libraires and sample.

Please let us know how it works with new version.

Thanks,
Ying

0 Kudos
Reply