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

Splitters and Muxer

ulisses87
ビギナー
624件の閲覧回数

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 件の賞賛
3 返答(返信)
Chao_Y_Intel
モデレーター
624件の閲覧回数

Hello,

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

Thanks,
Chao
ulisses87
ビギナー
624件の閲覧回数

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
モデレーター
624件の閲覧回数

yes, it is right.

Thanks,
Chao
返信