- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FFMPEG libav qsv vs cuda vs i7-4790
I am using hardware accelerators to decode h264 video streams.
Both with QSV and with CUDA I do not get a significant advantage compared to the use of an i7-4790 CPU @ 3.60GHz RAM 16GB without hardware accelerator.
To decode I use the Zeranoe libraries (FFMPEG 3.4.2) 3.4.2 the last one at this moment.
The libraries provide functions and settings to use QSV or CUDA or standard (without special settings).
The 3 modes work well, and with the windows 10 performance viewer I can see when I use one gpu or the other or when they are not used.
My problem is that without using hardware accelerators (CUDA or QSV) I get more FPS's than with hardware accelerators.
And when I use hardware accelerators I do not get a significant cpu availability.
What can they say about it or what am I doing wrong?
Thank you.
JOCh: chicahuala@gmail.com
- Tags:
- Development Tools
- Graphics
- Intel® Media SDK
- Intel® Media Server Studio
- Media Processing
- Optimization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi JOCh,
Before you configure FFMpeg to use QSV, did you install Media SDK(Windows) or Media Server Studio(Linux)?
If the software stack for HW-accelerated codec is not available, FFMpeg could not use it.
The general steps:
- Check your platform to make sure your platform has QSV available. You can go to ark.intel.com and search for processor Id, looking for "Quick Sync Video" to check if hardware-accelerated feature is enabled. For i7-4790, yes, it should have QSV enabled.
- Install Media SDK or Media Server Studio based on which OS you are using. If you are using the chip in your posted, you are using very old processor(Haswell) which might not support well in the latest release, you can find the old release by checking the historic release notes.
- Validate the successful installation.
- Install FFmpeg.
- Enable QSV for FFmpeg
You can refer to the following article for details:
Mark
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page