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.

H264 Stream Decode

Joe_L_
Beginner
387 Views

Hi,
We use Intel Media Samples 5.0.491.98719 sample_decode to rewrite program.
12 stream decoding performed simultaneously.
We encountered some problems,consult your
1. Hardware decoding can be performed at the same time a lot it?
2. NV12 to RGB can use VPP? (we use ffmpeg now, but effectiveness not good)
We Project only build on vs2008.

Thanks,
Joe

0 Kudos
3 Replies
Surbhi_M_Intel
Employee
387 Views

Hi Joe, 

Thanks for sharing the information. Can you please provide more details to "Hardware decoding can be performed at the same time a lot it?", I don't believe we got it right. 
Regarding " NV12 to RGB can use VPP? (we use ffmpeg now, but effectiveness not good)"
Yes you can use VPP to do color conversion from NV12 to RGB32, you can check what all MSDK support in our manual - 
https://software.intel.com/sites/default/files/mediasdk-man.pdf Pg7. ;


Thanks,
Surbhi

0 Kudos
Joe_L_
Beginner
387 Views

Hi, Surbhi
Thank you for your answer.
"Hardware decoding can be performed at the same time a lot it?"
I find answer, in the intel sdk.
The Vpp i try now.
When i use decode, find some parameter, i don't know how use
what is meant "nMaxFPS" ? if set 1 but decode frame not 1

Thanks,
Joe

0 Kudos
Surbhi_M_Intel
Employee
387 Views

Glad you got the first query resolved. nMaxFPS in the sample_decode is the limited fps for rendering the decoded output which can be passed as input argument -f option when rendering the o/p with fps given as an input argument by user. 

Let us know if you have any more questions. 

Thanks,
Surbhi

 

0 Kudos
Reply