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

creating playable mpeg4 file using IPP

ruzbeh
Beginner
379 Views
Dear Intel Developpers,

I started to developping an Mpeg4 Encoder to encoding an MJPEG avi
file to MPEG4 avi file. i have a library that could fetch JPG(s) from
avi file and i can change its color system to YUV422 using IPP library
functions (ippiRGBToYUV_8u_C3R).

i downloaded some samples fromIntel's site
(w_ipp-sample-video_pu_4.1.008) and i tried changing its MPEG4-encode
sample. but i can't underestand its output format. it is Mpeg4 Stream
(named with .cmp extension) andI could not find any help on net about
changing this kind of file to avi equivalent.

please help me for writing this, if this is not good base
(w_ipp-sample-video_pu_4.1.008), could you please tell me an starting
point for writing this kind of application (a convertor to encode some
images to complete avi that contains MPEG4 stream).

Thank you very much,
Regards,
Roozbeh
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
379 Views
Hi,
you are right, .CMP is raw MPEG4 bitstream. Currently we do not have any samples to convert it to AVI file format. I recommend you to learn more about AVI format and Win32 API to work with this format in MSDN.
BTW, did you look on our JPEG samples?
Regards,
Vladimir
0 Kudos
Reply