- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i decode video stream ,it's not read from file stream and a frame from network. Decoding a frame data to show,but i found only half of the actual frame decoding.
example:
network frame:256
decode frame: 130
in skd test code have “ Retrieve the buffered decoded frames”?
hi,soory my englishi very poor.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
same code in linux it‘s ok(HW),window(SW)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If issue is on Windows, can you use "tracer" tool to capture a log of what is actually being delivered to MediaSDK interface?
Tracer tool is located at "<install dir>\Media SDK 2014 for Clients\tools\mediasdk_tracer". If you provide log file of problem, I can help analyze..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This log shows the Media SDK software implementation is attempted with
MFXInit (MFX_IMPL_SOFTWARE | MFX_IMPL_VIA_D3D9,
which the software-only implementation of Media SDK does not support. If you use 'just' MFX_IMPL_SOFTWARE, you should see the software implementation work.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page