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

Splitters and Muxer

ulisses87
Beginner
243 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
Moderator
243 Views

Hello,

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

Thanks,
Chao
0 Kudos
ulisses87
Beginner
243 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?

0 Kudos
Chao_Y_Intel
Moderator
243 Views

yes, it is right.

Thanks,
Chao
0 Kudos
Reply