<?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 gstreamer: why changing video ratio makes frames drop? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496892#M80015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;The setup is the following:&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;rootfs built with yocto daisy, and MACHINE is imx6dlsabresd.conf, linux kernel is 3.10.53.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I have to use gstreamer-0.10.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I try to use gstreamer to watch french TNT télévison via multicast (throught Anevia server in local network).&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I find two king of video resolution (1920x1080 and 1440x1080)&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I'm using the following Gstreamer pipeline:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;gst-launch-0.10 udpsrc uri=udp://239.1.1.9:1235 ! video/mpegts, systemstream=(boolean)true, packetsize=(int)188 ! aiurdemux streaming-latency=3000 name=mydemux mydemux. ! queue2 max-size-time=0 ! vpudec low-latency=false framedrop=false framedrop-level-mask=63 ! imxv4l2sink name=myvideosink force-aspect-ratio=false&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;With the 1920x1080 resolution, I don't have any problems.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;But with the 1440x1080 resolution, the video drops 2 or 3 frames per second. I found a way to avoid this problem by forcing the aspect ration( force-aspect-ratio=true).&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;For the video aspect, I need to have force-aspect-ratio=false and no frames drop.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Have you any solutions?&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Best regards,&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 13:19:20 GMT</pubDate>
    <dc:creator>jordanguillot</dc:creator>
    <dc:date>2016-04-11T13:19:20Z</dc:date>
    <item>
      <title>gstreamer: why changing video ratio makes frames drop?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496892#M80015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;The setup is the following:&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;rootfs built with yocto daisy, and MACHINE is imx6dlsabresd.conf, linux kernel is 3.10.53.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I have to use gstreamer-0.10.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I try to use gstreamer to watch french TNT télévison via multicast (throught Anevia server in local network).&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I find two king of video resolution (1920x1080 and 1440x1080)&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;I'm using the following Gstreamer pipeline:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;gst-launch-0.10 udpsrc uri=udp://239.1.1.9:1235 ! video/mpegts, systemstream=(boolean)true, packetsize=(int)188 ! aiurdemux streaming-latency=3000 name=mydemux mydemux. ! queue2 max-size-time=0 ! vpudec low-latency=false framedrop=false framedrop-level-mask=63 ! imxv4l2sink name=myvideosink force-aspect-ratio=false&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;With the 1920x1080 resolution, I don't have any problems.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;But with the 1440x1080 resolution, the video drops 2 or 3 frames per second. I found a way to avoid this problem by forcing the aspect ration( force-aspect-ratio=true).&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;For the video aspect, I need to have force-aspect-ratio=false and no frames drop.&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Have you any solutions?&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Best regards,&lt;/P&gt;&lt;P style="font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; color: #51626f;"&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 13:19:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496892#M80015</guid>
      <dc:creator>jordanguillot</dc:creator>
      <dc:date>2016-04-11T13:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer: why changing video ratio makes frames drop?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496893#M80016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it seems this is performance issue, and you can&amp;nbsp; try to set framedrop=true to allow vpu drop 2-3 frames at first if performance is bad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 08:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496893#M80016</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2016-04-14T08:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer: why changing video ratio makes frames drop?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496894#M80017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The video is display in X window (1920x1080), and if I change the window size to 1919x1080 I don't lose any more frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2016 09:56:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-why-changing-video-ratio-makes-frames-drop/m-p/496894#M80017</guid>
      <dc:creator>jordanguillot</dc:creator>
      <dc:date>2016-04-14T09:56:56Z</dc:date>
    </item>
  </channel>
</rss>

