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.

Low Latency Software Decode is Breaking Up...

Victor_D_
New Contributor I
391 Views

When I decode an H.264 720p streams using sample_decode application from 2012 (the original sample that decodes and displays on the screen) the resulting video is all broken up, but only when using low latency mode.  Hardware decode works fine, non-low-latency software mode works fine, but the video is all broken up when decoding in low latency mode, which is the mode I need along with sofware decode.

An example video file is attached, as well as the compiled sample_decode.exe (unmodified built sample_decode project).

Thanks for looking into this,

-Victor

0 Kudos
1 Reply
celli4
New Contributor I
391 Views

H.264 material decoded in low latency mode needs to have been encoded with a certain set of H.264 parameters, for example no B-frames.

Your problem might be related trying to decode regular H.264 material without the right parameters set.

I would stick to using low latency decoding only with material that you have encoded using the Intel Media SDK encoder in low latency mode.

Some more information can be found here: http://software.intel.com/en-us/articles/video-conferencing-features-of-intel-media-software-development-kit

Regards

Cameron

--

Cameron Elliott
Lime Video Software  206-367-1053
www.limevideo.com
Digital Video SDKs for C# - .NET for Windows - Mono for Linux

0 Kudos
Reply