Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Splitters and Muxer

ulisses87
Beginner
149 Views

Hi,

I'm designing an application, which has to read some video file in specified format (I want to read only: *.avi, *.mpg, *.mp4) and save its in the same format. I have read successfully files from *.mp4 containers and *.avi containers, but unfortunately I can't find proper classes for another containers...

Below I'm attaching a short table, what I can't find. Could you tell me where I can find classes signed as "???" ?

It's very urgent for me.

Thank you for any help.

0 Kudos
3 Replies
Chao_Y_Intel
Employee
149 Views

Hello,

NO AVI muxer support in the UMC sample now.
The ThreadedDemuxer support both MPEG1 and MPEG2, PS/TS streams.

Thanks,
Chao
ulisses87
Beginner
149 Views

Thank you for your reply,

So, I understand, that if I wanted write my streams to AVI container, I'd implement my own AVIMuxer Class, which inherits by UMC::Muxer class?

Chao_Y_Intel
Employee
149 Views

yes, it is right.

Thanks,
Chao
Reply