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

IPP h264 elementary stream player

sivakrishna_a_1
Beginner
431 Views

Hi,

        We are facing some jerk issues in our application, we are using ipp h264 encoder for encoding the stream, i have wrote code for dumping the data after encoding.

     But i don't have any player to play the file, is there any player to play ipp h264 elementary stream player.

0 Kudos
2 Replies
Roman_T_
New Contributor I
431 Views

Hi, I used some IPP samples to model your case.

I took a video compressed with XVID codec, and decompressed video to AVI file with IPP console decoder (umc_video_dec_con.exe).

Then I compressed raw AVI to H264 AVI with IPP console encoder (umc_video_enc_con.exe).

And finally I used an IPP player to play H264 AVI (simple_ player.exe).

So, if you use in your encoder the same set of classes as umc_video_enc_con sample, everything should work normally.

0 Kudos
Chao_Y_Intel
Employee
431 Views

Hello, 

The H.264 UMC encoder only create stream in the raw H.264 video. Often it needs to input into some muxer( MP4, MPEG2 TS, etc) to decoder.   You need to check if the decoder you are using can play the raw H.264 video. 

Thanks,
Chao 

0 Kudos
Reply