<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use HW accelerated encoding on Intel UpBoard in Embedded Intel Atom® Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656100#M3578</link>
    <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/GBrud"&gt;@GBrud&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to answer this thread but it should be addressed to the manufacturer of the cited device. You may contact them through the channels stated in the following website provided as a reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.up-community.org/" target="_self" alt="https://forum.up-community.org/"&gt;&lt;/A&gt;&lt;A href="https://forum.up-community.org"&gt;https://forum.up-community.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, it is important to let you know that unfortunately the Cherry Trail is on the "off-roadmap" and its support is for limited manufacturers. For this reason, this processor family is unsupported by this channel. Click on Cherry Trail website to learn more about the specifications of this family at the following website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ark.intel.com/products/codename/46629/Cherry-Trail" target="_self" alt="https://ark.intel.com/products/codename/46629/Cherry-Trail"&gt;&lt;/A&gt;&lt;A href="https://ark.intel.com/products/codename/46629/Cherry-Trail"&gt;https://ark.intel.com/products/codename/46629/Cherry-Trail&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 03:55:21 GMT</pubDate>
    <dc:creator>CarlosAM_INTEL</dc:creator>
    <dc:date>2019-06-11T03:55:21Z</dc:date>
    <item>
      <title>How to use HW accelerated encoding on Intel UpBoard</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656098#M3576</link>
      <description>&lt;P&gt;I am trying to get ffmpeg HW acceleration on an Intel &lt;A href="http://www.up-board.org/wp-content/uploads/2016/05/UPDatasheetV8.5.pdf" target="_self" alt="http://www.up-board.org/wp-content/uploads/2016/05/UPDatasheetV8.5.pdf"&gt;UpBoard&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;It uses an &lt;A href="https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/atom-x5-processor-z8350-product-brief.pdf" target="_self" alt="https://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/atom-x5-processor-z8350-product-brief.pdf"&gt;Atom x5 z8350 processor&lt;/A&gt; and &lt;A href="https://www.techpowerup.com/gpu-specs/hd-graphics-400.c2906" target="_self" alt="https://www.techpowerup.com/gpu-specs/hd-graphics-400.c2906"&gt;Intel HD 400&lt;/A&gt; GPU&lt;/P&gt;&lt;P&gt;I have also followed &lt;A href="https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/quicksync-video-ffmpeg-install-valid.pdf" target="_self" alt="https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/quicksync-video-ffmpeg-install-valid.pdf"&gt;Intel tutorial&lt;/A&gt; in order to compile ffmpeg with libmfx enabled.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;after that, I ran:&lt;/P&gt;&lt;CODE&gt;$ ffmpeg -encoders | grep qsv&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the output:&lt;/P&gt;&lt;CODE&gt;ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
&amp;nbsp;
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
&amp;nbsp;
   configuration: --enable-libmfx
&amp;nbsp;
   libavutil   56. 22.100 / 56. 22.100
&amp;nbsp;
   libavcodec   58. 35.100 / 58. 35.100
&amp;nbsp;
   libavformat  58. 20.100 / 58. 20.100
&amp;nbsp;
   libavdevice  58. 5.100 / 58. 5.100
&amp;nbsp;
   libavfilter   7. 40.101 / 7. 40.101
&amp;nbsp;
   libswscale   5. 3.100 / 5. 3.100
&amp;nbsp;
   libswresample  3. 3.100 / 3. 3.100
&amp;nbsp;
   V..... h264_qsv       H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (Intel Quick Sync Video acceleration) (codec h264)
&amp;nbsp;
   V..... hevc_qsv       HEVC (Intel Quick Sync Video acceleration) (codec hevc)
&amp;nbsp;
   V..... mjpeg_qsv      MJPEG (Intel Quick Sync Video acceleration) (codec mjpeg)
&amp;nbsp;
   V..... mpeg2_qsv      MPEG-2 video (Intel Quick Sync Video acceleration) (codec mpeg2video)
&amp;nbsp;
​&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when trying to encode I video I am getting:&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;CODE&gt;ffmpeg version 4.1.3 Copyright (c) 2000-2019 the FFmpeg developers
&amp;nbsp;
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
&amp;nbsp;
   configuration: --enable-libmfx
&amp;nbsp;
   libavutil   56. 22.100 / 56. 22.100
&amp;nbsp;
   libavcodec   58. 35.100 / 58. 35.100
&amp;nbsp;
   libavformat  58. 20.100 / 58. 20.100
&amp;nbsp;
   libavdevice  58. 5.100 / 58. 5.100
&amp;nbsp;
   libavfilter   7. 40.101 / 7. 40.101
&amp;nbsp;
   libswscale   5. 3.100 / 5. 3.100
&amp;nbsp;
   libswresample  3. 3.100 / 3. 3.100
&amp;nbsp;
  Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'in.mp4':
&amp;nbsp;
   Metadata:
&amp;nbsp;
    major_brand   : mp42
&amp;nbsp;
    minor_version  : 0
&amp;nbsp;
    compatible_brands: isommp42
&amp;nbsp;
    creation_time  : 2019-06-04T19:06:40.000000Z
&amp;nbsp;
   Duration: 00:04:03.07, start: 0.000000, bitrate: 408 kb/s
&amp;nbsp;
    Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p(tv, bt709), 640x360 [SAR 1:1 DAR 16:9], 310 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
&amp;nbsp;
    Metadata:
&amp;nbsp;
     creation_time  : 2019-06-04T19:06:40.000000Z
&amp;nbsp;
     handler_name  : ISO Media file produced by Google Inc. Created on: 06/04/2019.
&amp;nbsp;
    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 95 kb/s (default)
&amp;nbsp;
    Metadata:
&amp;nbsp;
     creation_time  : 2019-06-04T19:06:40.000000Z
&amp;nbsp;
     handler_name  : ISO Media file produced by Google Inc. Created on: 06/04/2019.
&amp;nbsp;
  File 'out.mp4' already exists. Overwrite ? [y/N] y
&amp;nbsp;
  Stream mapping:
&amp;nbsp;
   Stream #0:0 -&amp;gt; #0:0 (h264 (native) -&amp;gt; h264 (h264_qsv))
&amp;nbsp;
   Stream #0:1 -&amp;gt; #0:1 (aac (native) -&amp;gt; aac (native))
&amp;nbsp;
  Press [q] to stop, [?] for help
&amp;nbsp;
​
&amp;nbsp;
​
&amp;nbsp;
  [h264_qsv @ 0x3b30a00] Error initializing an internal MFX session: unsupported (-3)
&amp;nbsp;
  Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
&amp;nbsp;
  Conversion failed!&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 12:39:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656098#M3576</guid>
      <dc:creator>GBrud</dc:creator>
      <dc:date>2019-06-10T12:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HW accelerated encoding on Intel UpBoard</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656099#M3577</link>
      <description>&lt;P&gt;Hello GBrud,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting on the Intel Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For these types of questions, we have a different forum channel that can help you. I will transfer this thread to the Embedded Community. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oscar A.&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;Under Contract to Intel Corporation&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 01:41:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656099#M3577</guid>
      <dc:creator>Oscar_A_Intel1</dc:creator>
      <dc:date>2019-06-11T01:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use HW accelerated encoding on Intel UpBoard</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656100#M3578</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/GBrud"&gt;@GBrud&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to answer this thread but it should be addressed to the manufacturer of the cited device. You may contact them through the channels stated in the following website provided as a reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forum.up-community.org/" target="_self" alt="https://forum.up-community.org/"&gt;&lt;/A&gt;&lt;A href="https://forum.up-community.org"&gt;https://forum.up-community.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, it is important to let you know that unfortunately the Cherry Trail is on the "off-roadmap" and its support is for limited manufacturers. For this reason, this processor family is unsupported by this channel. Click on Cherry Trail website to learn more about the specifications of this family at the following website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ark.intel.com/products/codename/46629/Cherry-Trail" target="_self" alt="https://ark.intel.com/products/codename/46629/Cherry-Trail"&gt;&lt;/A&gt;&lt;A href="https://ark.intel.com/products/codename/46629/Cherry-Trail"&gt;https://ark.intel.com/products/codename/46629/Cherry-Trail&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 03:55:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/How-to-use-HW-accelerated-encoding-on-Intel-UpBoard/m-p/656100#M3578</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-06-11T03:55:21Z</dc:date>
    </item>
  </channel>
</rss>

