Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

How to encode h.264 in mpeg2-ts with Intel Media SDK

IDZ_A_Intel
Employee
287 Views
Hi,
How to encode h.264 video and pcm audio in mpeg2-ts with Intel Media SDK?
Thanks for yuur help.
0 Kudos
3 Replies
IDZ_A_Intel
Employee
287 Views
MediaSDK supports only video encoding. In the output you will get the raw h.264 bitstream. Muxing video and audio into MPEG2 TS should be done by the application which uses MediaSDK.
0 Kudos
IDZ_A_Intel
Employee
287 Views
DoesMediaSDK supportMuxing video and audio into MPEG2 TS ?
Is there any example aboutMuxing video and audio into MPEG2 TS withMediaSDK?
Thanks
0 Kudos
IDZ_A_Intel
Employee
287 Views
Media SDK does not natively support muxing (or demuxing).

However, there are a number of binary DirectShow filters part of the Media SDK installer that can be used for this purpose. Please try these out if it suits your application stack.

If DirectShow is not an option please also check out recent whitepapers we published on the muxing and demuxing topic:http://software.intel.com/en-us/forums/showthread.php?t=84527&o=a&s=lr

Regards,
Petter
0 Kudos
Reply