- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I want to use Intel Media Server Studio SDK 2017 on my CentOS 7-1511 installation running on a System with a Celeron G3900. I installed it correctly using the CentOS install script, but when I try ./sample_multi_transcode -i::h264 ../content/test_stream.264 -o::h264 out.h264 -hw -la I get the following output:
Multi Transcoding Sample Version 7.0.16053497
libva info: VA-API version 0.99.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
Illegal instruction
Can somebody tell me what went wrong?
- 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
Unfortunately your processor is not supported. While it is true that ark.intel.com lists a Quick Sync ready HD graphics GPU indicating that the hardware has the capability, in this case the Linux driver only covers Core processors and the subset of Xeon E3 systems with GPUs. For more information please see the release notes and the driver support matrix.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your answer. It's very unfortunate that my CPU isn't supported. Is there another way to encode H265 with QuickSync with my CPU on CentOS or some other Linux distribution or would I need to get another CPU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Linux, VAAPI may work. For code development it may be easier to use one of the frameworks "above" it: the FFmpeg-vaapi codecs, gstreamer-vaapi, and libyami (for Yet Another Media Interface). Some libyami examples are here. These are out of scope of this forum and supported on the freedesktop.org mailing lists.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page