<?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: Video Encoder and Decoder in IMX7 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669405#M103018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For software encoding and decoding of H.264, the following changes needed to be added:&lt;BR /&gt;build/conf/local.conf&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL += “gstreamer1.0-plugins-ugly-meta packagegroup-fsl-gstreamer1.0-commercial gst-ffmpeg”&lt;BR /&gt;LICENSE_FLAGS_WHITELIST += “commercial”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2017 08:56:16 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2017-06-02T08:56:16Z</dc:date>
    <item>
      <title>Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669404#M103017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the I.MX7 block diagram I understand that I.MX7 does n't have any hardware/hardware-accelerated video codec. I want to add software video codec support in the YOCTO build. May I know, is there any software video encoders/decoders already supported in I.MX7 sabresd? If yes, can you give the details and steps to test it ? If no, Can anyone guide me, how to add software codec support in yocto build?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your suggestions are appreciated. Thank-You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gopinath&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 06:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669404#M103017</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-05-31T06:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669405#M103018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For software encoding and decoding of H.264, the following changes needed to be added:&lt;BR /&gt;build/conf/local.conf&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL += “gstreamer1.0-plugins-ugly-meta packagegroup-fsl-gstreamer1.0-commercial gst-ffmpeg”&lt;BR /&gt;LICENSE_FLAGS_WHITELIST += “commercial”&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2017 08:56:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669405#M103018</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-06-02T08:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669406#M103019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joan Xie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems gst-ffmpeg is not available in gstreamer1.0 plugins. Because&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"bitbake -s | grep gst-ffmpeg" output shows none.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I tried adding "CORE_IMAGE_EXTRA_INSTALL += "gstreamer1.0-plugins-ugly" to the image. But still I cannot find H.264 encoder in the gst-insptect command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the output of &lt;STRONG&gt;"gst-inspect-1.0 | grep h264" &lt;/STRONG&gt;command&lt;STRONG&gt;.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;uvch264: uvch264mjpgdemux: UVC H264 MJPG Demuxer&lt;BR /&gt;uvch264: uvch264src: UVC H264 Source&lt;BR /&gt;libav: avdec_h264: libav H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 decoder&lt;BR /&gt;typefindfunctions: video/x-h264: h264, x264, 264&lt;BR /&gt;rtp: rtph264depay: RTP H264 depayloader&lt;BR /&gt;rtp: rtph264pay: RTP H264 payloader&lt;BR /&gt;videoparsersbad: h264parse: H.264 parser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669406#M103019</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-06-20T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669407#M103020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you miss the parameter "packagegroup-fsl-gstreamer1.0-commercial gst-ffmpeg" ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:52:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669407#M103020</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-06-21T07:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669408#M103021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I tried the below changes,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #edf8ca;"&gt;CORE_IMAGE_EXTRA_INSTALL += “gstreamer1.0-plugins-ugly-meta packagegroup-fsl-gstreamer1.0-commercial gst-ffmpeg”&lt;/SPAN&gt;&lt;BR style="color: #51626f; background-color: #edf8ca;" /&gt;&lt;SPAN style="color: #51626f; background-color: #edf8ca;"&gt;LICENSE_FLAGS_WHITELIST += “commercial”&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the below errors.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;NOTE: Resolving any missing task queue dependencies&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: Nothing RPROVIDES 'gst-ffmpeg' (but /home/gopinath/projects/linux/esomimx7/fsl-release-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-gui.bb RDEPENDS on or otherwise requires it)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: gst-ffmpeg was skipped: Recipe is blacklisted: Not compatible with currently used ffmpeg 3&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NOTE: Runtime target 'gst-ffmpeg' is unbuildable, removing...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Missing or unbuildable dependency chain was: ['gst-ffmpeg']&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR: Required build target 'fsl-image-gui' has no buildable providers.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Missing or unbuildable dependency chain was: ['fsl-image-gui', 'gst-ffmpeg']&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's why I checked with&amp;nbsp;"gstreamer1.0-plugins-ugly" alone and with this I have managed to get H264 decoder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have checked with skipping gst-ffmpeg. Same results as&amp;nbsp;&lt;SPAN&gt;gstreamer1.0-plugins-ugly. (i.e only h264 decoder is enabled).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So can you please tell me how to add h264 encoder support?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Gopinath S&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 10:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669408#M103021</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-06-21T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669409#M103022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gorinaph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this post:&amp;nbsp;&lt;A class="link-titled" href="https://imxdev.gitlab.io/tutorial/Encoding_and_decoding_H264_without_VPU/" title="https://imxdev.gitlab.io/tutorial/Encoding_and_decoding_H264_without_VPU/"&gt;Encoding and decoding H.264 without VPU - i.MXDev Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you are missing the ".bbappend" in the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it can be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco Franchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669409#M103022</guid>
      <dc:creator>marco_antonio_franchi</dc:creator>
      <dc:date>2017-08-01T18:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Video Encoder and Decoder in IMX7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669410#M103023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You. I will check it and let you know.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 06:27:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Encoder-and-Decoder-in-IMX7/m-p/669410#M103023</guid>
      <dc:creator>gopinathsriniva</dc:creator>
      <dc:date>2017-08-02T06:27:02Z</dc:date>
    </item>
  </channel>
</rss>

