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
公告
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.

sample_decode - eliminate latency

zedus
初学者
1,075 次查看
Is it possible to change the decoder "configuration" to output a frame immidiately after the compressed frame was consumed?

I changed the sample_decode sample to decode frames i receive over the net, and it seems like only after ~10 frames are consumed, only then frames start being output.

The raw h264 stream (sequence of NALs basically) was created using the x264 library with flags that include zero_latency and there supposed to be no real need for the decoder to see the next frames.

I would really appreciate help on this since it puzzles me a lot!
0 项奖励
1 解答
IDZ_A_Intel
员工
1,075 次查看
Hi,

Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994

Regards,
Petter

在原帖中查看解决方案

0 项奖励
2 回复数
IDZ_A_Intel
员工
1,076 次查看
Hi,

Please check out the following thread on the same topic, let us know if you have any further questions.
http://software.intel.com/en-us/forums/showthread.php?t=83994

Regards,
Petter

0 项奖励
zedus
初学者
1,075 次查看
Thank you very much!
That's precisely the information i was looking for :)
0 项奖励
回复