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.

Unable to post in media sdk forum

Ramashankar
New Contributor III
334 Views

I am unable to post my queries/issues in Intel media sdk forum. Dont know how, but my last 2 posts got posted somewhere else even though I posted them in media sdk forum only. I am still subscribed to media sdk forum.

1. https://software.intel.com/en-us/node/628145

2. https://software.intel.com/en-us/node/628037

Thanks,

 

0 Kudos
4 Replies
Surbhi_M_Intel
Employee
334 Views

Hi Ramashankar, 

Sorry about the experience you had but unfortunately above two links give page not found error. If you have details of the issue please post to this thread since we got your post this time on right thread.:)

Surbhi

0 Kudos
Ramashankar
New Contributor III
334 Views

Hi Surbhi,

I was able to post my issue on media sdk forum later on. please check that issue at link: 

https://software.intel.com/en-us/forums/intel-media-sdk/topic/628158

Thanks,

0 Kudos
Surbhi_M_Intel
Employee
334 Views

I see the question is being handled by one of the colleagues, can you please reply to his answer, copying here again(in case you didn't see) - 

Hi Ramashankar,

One approach you can try is to model your pipeline with the Media SDK sample applications.

If your final goal is transcode it may make sense to start with sample_multi_transcode instead of looking at decode, VPP, and encode separately since we have multiple hardware blocks that can run concurrently.

If you want to just look at decode+vpp you can start with sample_decvpp

sample_decvpp h264 -rgb4 -d3d -async 4 -hw -i test_sequence.h264
 

Or you could just look at decode itself:

sample_decode h264 -hw -d3d -async 4 -i test_sequence.h264

These two command lines don't include an output so you can separate hardware performance from disk I/O.  If there is a big difference between sample performance and your code then you can start looking at what your application is doing.  On the other hand, if you see the same behavior with the samples then it is more likely to be a configuration issue.  

Do you see the same behavior ratios running the samples without outputs?

 

0 Kudos
Ramashankar
New Contributor III
334 Views

Hi Surbhi,

Yes I checked Jeffrey's response and queries on my post. I will reply him on same thread there, so you can close this thread here.

Thanks,

0 Kudos
Reply