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
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

H264 Stream Decode

Joe_L_
Beginner
230 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
230 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

Joe_L_
Beginner
230 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

Surbhi_M_Intel
Employee
230 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

 

Reply