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

Splitters and Muxer

ulisses87
Débutant
630 Visites

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 Compliments
3 Réponses
Chao_Y_Intel
Modérateur
630 Visites

Hello,

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

Thanks,
Chao
0 Compliments
ulisses87
Débutant
630 Visites

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 Compliments
Chao_Y_Intel
Modérateur
630 Visites

yes, it is right.

Thanks,
Chao
0 Compliments
Répondre