- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm developing an application to decode H.264 video, can anybody tell me if the graphics card is used in any way to decompress the video?
To clarify, I don't mean for displaying the video, just the decompression offrames from H.264 to RGB or YUV.
I'm just trying to determine whether a faster graphics card could aid the decompression process.
Thanks in advance.
To clarify, I don't mean for displaying the video, just the decompression offrames from H.264 to RGB or YUV.
I'm just trying to determine whether a faster graphics card could aid the decompression process.
Thanks in advance.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I would recommend you to take a look at Intel Media SDK which is dedicated APIto accesshardware assistantance for media codecs.
Regards,
Vladimir
I would recommend you to take a look at Intel Media SDK which is dedicated APIto accesshardware assistantance for media codecs.
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The IPP library does not take advantage of any GPUs, only the CPU and SIMD (SSE) instructions. Video solutions based on the IPP library are pure software solutions only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Paul. That's exactly the information I needed.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page