<?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>i.MX ProcessorsのトピックHow many h264 encode streams can be run simultaneously on imx8?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439071#M188978</link>
    <description>&lt;P&gt;I had thought '2' was the answer, but today I tried running a third stream and it seemed to work just fine.&amp;nbsp; Is there any way to know how far you can go?&amp;nbsp; Is there a mechanism to monitor the load on the accelerator hardware?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 18:00:31 GMT</pubDate>
    <dc:creator>EdSutter</dc:creator>
    <dc:date>2022-04-05T18:00:31Z</dc:date>
    <item>
      <title>How many h264 encode streams can be run simultaneously on imx8?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439071#M188978</link>
      <description>&lt;P&gt;I had thought '2' was the answer, but today I tried running a third stream and it seemed to work just fine.&amp;nbsp; Is there any way to know how far you can go?&amp;nbsp; Is there a mechanism to monitor the load on the accelerator hardware?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 18:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439071#M188978</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2022-04-05T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How many h264 encode streams can be run simultaneously on imx8?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439511#M189002</link>
      <description>&lt;P&gt;IMHO you can run any numbers of encoder instances. The limit is fixed by the maximum resolution and framerate of the VPU (usually 1920x1080 at 30fps)&amp;nbsp;depending on the imx8 model used.&lt;/P&gt;&lt;P&gt;Lets say your VPU limit is 1920x1080 at 30fps&amp;nbsp;and you want to encode 2 streams at&amp;nbsp; 1920x1080 at 30fps, what happens is that your encoder output will only deliver 15fps per stream.&lt;/P&gt;&lt;P&gt;However you will be able to encode 2 streams 1280x720 at 30 fps or 4 such streams at 15fps each.&lt;BR /&gt;This should scale linearly with a small offset.&lt;/P&gt;&lt;P&gt;VPU designers implement what is called "scalable designs" in the asic world.&lt;BR /&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 08:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439511#M189002</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2022-04-06T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How many h264 encode streams can be run simultaneously on imx8?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439690#M189014</link>
      <description>&lt;P&gt;Very helpful, thanks for responding...&lt;/P&gt;&lt;P&gt;Can you point me to any NXP documentation that discusses this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 11:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439690#M189014</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2022-04-06T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How many h264 encode streams can be run simultaneously on imx8?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439695#M189015</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;Can you point me to any NXP documentation that discusses this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This is based on my 20 years experience with h264 encoders (I wrote one myself from scratch for an FPGA) and my imx8m experience so far.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 12:05:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1439695#M189015</guid>
      <dc:creator>malik_cisse</dc:creator>
      <dc:date>2022-04-06T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: How many h264 encode streams can be run simultaneously on imx8?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1443414#M189261</link>
      <description>&lt;P&gt;I'm being asked to close this question.&amp;nbsp; While I appreciate/respect&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/109210"&gt;@malik_cisse&lt;/a&gt;&amp;nbsp;'s response, I would really like to verify the absolute maximum bit rate that the VPU can handle from NXP.&amp;nbsp; Can someone from NXP point me to a document or state what the absolute maximum VPU bit rate is?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 12:40:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-many-h264-encode-streams-can-be-run-simultaneously-on-imx8/m-p/1443414#M189261</guid>
      <dc:creator>EdSutter</dc:creator>
      <dc:date>2022-04-13T12:40:12Z</dc:date>
    </item>
  </channel>
</rss>

