Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3056 Discussions

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

IDZ_A_Intel
Employee
455 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
455 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
455 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
455 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