<?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のトピックiMX6 stream mixing</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-stream-mixing/m-p/457150#M71404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given two input tv streams, how can I mix them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch -v \&lt;/P&gt;&lt;P&gt;&amp;nbsp; videomixer name=mix \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mfw_v4lsink disp-width=640 disp-height=960 rotate=180 deinterlace=false \&lt;/P&gt;&lt;P&gt;&amp;nbsp; tvsrc device=/dev/video0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! ffmpegcolorspace \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mix.&amp;nbsp; \&lt;/P&gt;&lt;P&gt;&amp;nbsp; tvsrc device=/dev/video1 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! ffmpegcolorspace \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! videobox border-alpha=0 top=-480 left=0 bottom=0 right=0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This use of videobox works but the cpu cannot keep up with the framerate sent to video box. The other pipes are being handled by the IPU which does the necessary hardware acceleration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different plugin I could use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried reducing the framerate but nothing I do seems to work.&lt;/P&gt;&lt;P&gt;gst-launch -v tvsrc fps-n=1 ! videorate !'video/x-raw-yuv, width=(int)720, height=(int)480, framerate=(fraction)1/1' ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;gst-launch -v tvsrc fps-n=1 ! mfw_ipucsc ! videocrop left=0 right=0 ! videomaxrate average-period=10000000000 ! mfw_v4lsink&amp;nbsp; device=/dev/video17 deinterlace=false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 19:10:05 GMT</pubDate>
    <dc:creator>nmak</dc:creator>
    <dc:date>2015-05-22T19:10:05Z</dc:date>
    <item>
      <title>iMX6 stream mixing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-stream-mixing/m-p/457150#M71404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given two input tv streams, how can I mix them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch -v \&lt;/P&gt;&lt;P&gt;&amp;nbsp; videomixer name=mix \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mfw_v4lsink disp-width=640 disp-height=960 rotate=180 deinterlace=false \&lt;/P&gt;&lt;P&gt;&amp;nbsp; tvsrc device=/dev/video0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! ffmpegcolorspace \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mix.&amp;nbsp; \&lt;/P&gt;&lt;P&gt;&amp;nbsp; tvsrc device=/dev/video1 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! ffmpegcolorspace \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! videobox border-alpha=0 top=-480 left=0 bottom=0 right=0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! queue \&lt;/P&gt;&lt;P&gt;&amp;nbsp; ! mix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This use of videobox works but the cpu cannot keep up with the framerate sent to video box. The other pipes are being handled by the IPU which does the necessary hardware acceleration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a different plugin I could use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried reducing the framerate but nothing I do seems to work.&lt;/P&gt;&lt;P&gt;gst-launch -v tvsrc fps-n=1 ! videorate !'video/x-raw-yuv, width=(int)720, height=(int)480, framerate=(fraction)1/1' ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;gst-launch -v tvsrc fps-n=1 ! mfw_ipucsc ! videocrop left=0 right=0 ! videomaxrate average-period=10000000000 ! mfw_v4lsink&amp;nbsp; device=/dev/video17 deinterlace=false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 19:10:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-stream-mixing/m-p/457150#M71404</guid>
      <dc:creator>nmak</dc:creator>
      <dc:date>2015-05-22T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6 stream mixing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6-stream-mixing/m-p/457151#M71405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can refer to the link as below,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/384398"&gt;mix two video sources into one (side-by-side)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6-stream-mixing/m-p/457151#M71405</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2015-06-05T08:11:29Z</dc:date>
    </item>
  </channel>
</rss>

