- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What's the best way to decode an H265 video of 4K x 4K on Kaby Lake using Media SDK?
I don't think it can do it in a single stream. What's the largest size you can decode in one stream? Can we decode several streams at once or can we do it in stages? I'd like to do it in the most performant way.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm assuming you are running Media SDK for Windows. Kaby Lake is not supported for Linux.
H265 decode should be fine with 4K x. 4K. Maximum resolution for H265 decode is 8192x8192.
It can be more efficient to work with multiple streams at once. This is true for decode, encode, or VPP. Multiple streams in parallel gives more opportunities to keep the hardware busy.
You can use sample_decode to model the performance you can expect on your system. Test decode with video memory but no output to see the FPS capacity of your decode hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is support for Kaby Lake planned for Linux? Coffee Lake? We were expecting 2017 R3 release to have support for Kaby Lake on Linux.
Thanks.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page