<?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: Does gstreamer support interlaced video input? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306899#M39585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- From a hardware perspective the unit that performs &lt;STRONG&gt;video&lt;/STRONG&gt; deinterlacing is called VDI and is part of the IPU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- v4l is a software layer that is used to control&amp;nbsp; &lt;STRONG&gt;video&lt;/STRONG&gt; input/output flow. In this context we can use a V4L unit test to show how to perform de-interlacing (when a camera is used, for example) as you saw i the community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- There is also an IPU unit test that shows how to do de-interlacing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd /unit_tests&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./mxc_ipudev_test.out -c 4 -l 10 -i 320,240,YV12,0,0,320,240,1,1 -O 1024,768,I420,0,0,0,1024,768 -s 1 -f ipu0-1st-ovfb stefan_interlaced_320x240_5frames.yv12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- also please check this patch: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="93633" data-objecttype="102" href="https://community.freescale.com/docs/DOC-93633"&gt;https://community.freescale.com/docs/DOC-93633&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/342697"&gt;https://community.freescale.com/message/342697&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="368842" data-objecttype="2" href="https://community.freescale.com/message/368842#368842"&gt;https://community.freescale.com/message/368842&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 15:47:11 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2014-05-01T15:47:11Z</dc:date>
    <item>
      <title>Does gstreamer support interlaced video input?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306898#M39584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;progressive video worked fine but could not get interlaced video input work for gstreamer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use mxc_v4l2_overlay.out etc to capture the interlaced(CVBS) video just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I use gstreamer with interlaced video input, is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;xxiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 21:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306898#M39584</guid>
      <dc:creator>XXiao1z</dc:creator>
      <dc:date>2014-04-29T21:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Does gstreamer support interlaced video input?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306899#M39585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- From a hardware perspective the unit that performs &lt;STRONG&gt;video&lt;/STRONG&gt; deinterlacing is called VDI and is part of the IPU.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- v4l is a software layer that is used to control&amp;nbsp; &lt;STRONG&gt;video&lt;/STRONG&gt; input/output flow. In this context we can use a V4L unit test to show how to perform de-interlacing (when a camera is used, for example) as you saw i the community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- There is also an IPU unit test that shows how to do de-interlacing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cd /unit_tests&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ./mxc_ipudev_test.out -c 4 -l 10 -i 320,240,YV12,0,0,320,240,1,1 -O 1024,768,I420,0,0,0,1024,768 -s 1 -f ipu0-1st-ovfb stefan_interlaced_320x240_5frames.yv12&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;- also please check this patch: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="93633" data-objecttype="102" href="https://community.freescale.com/docs/DOC-93633"&gt;https://community.freescale.com/docs/DOC-93633&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/342697"&gt;https://community.freescale.com/message/342697&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="368842" data-objecttype="2" href="https://community.freescale.com/message/368842#368842"&gt;https://community.freescale.com/message/368842&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 15:47:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306899#M39585</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2014-05-01T15:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Does gstreamer support interlaced video input?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306900#M39586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I can capture the interlaced video and use mxc_v4l2_overlay to play with it just fine. My problem is related to &lt;STRONG&gt;gstreamer&lt;/STRONG&gt;, in that I could never stream the interlaced video captured. However some posts in the community said they can do it, which puzzled me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-message-small" data-containerid="2004" data-containertype="14" data-objectid="384089" data-objecttype="2" href="https://community.freescale.com/message/384089#384089"&gt;https://community.freescale.com/message/384089&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For progressive video gstreamer can send out rtp stream just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 23:02:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-gstreamer-support-interlaced-video-input/m-p/306900#M39586</guid>
      <dc:creator>XXiao1z</dc:creator>
      <dc:date>2014-05-01T23:02:23Z</dc:date>
    </item>
  </channel>
</rss>

