- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page