<?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>question How to use FFmpeg in NIFI? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-use-FFmpeg-in-NIFI/m-p/378208#M243460</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How to use FFmpeg in NIFI . I want to convert Video to Tiff .&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Oct 2023 16:00:25 GMT</pubDate>
    <dc:creator>Madhav_VD</dc:creator>
    <dc:date>2023-10-27T16:00:25Z</dc:date>
    <item>
      <title>How to use FFmpeg in NIFI?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-use-FFmpeg-in-NIFI/m-p/378208#M243460</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How to use FFmpeg in NIFI . I want to convert Video to Tiff .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 16:00:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-use-FFmpeg-in-NIFI/m-p/378208#M243460</guid>
      <dc:creator>Madhav_VD</dc:creator>
      <dc:date>2023-10-27T16:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use FFmpeg in NIFI?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-use-FFmpeg-in-NIFI/m-p/378298#M243501</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106024"&gt;@Madhav_VD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Apache NiFi is data agnostic which makes it possible to ingest data of any format. It does this by wrapping the bytes of data in to a NiFi FlowFile.&amp;nbsp; The only thing time the content (data bytes) are read from the FlowFile would be by a NiFi processor component that would need to do so.&amp;nbsp; And only a processor specifically designed to handle the specific content type of the data would be able to do anything with the FlowFile content.&lt;BR /&gt;&lt;BR /&gt;That being said, NiFi had no Content conversion processor capable of reading FFmpeg content format and writing out TIFF content format.&amp;nbsp; So the question here is how woudl you accomplish the format conversion outside of NiFi?&amp;nbsp; Perhaps this thread would help you there:&lt;BR /&gt;&lt;A href="https://superuser.com/questions/881783/convert-from-avi-to-uncompressed-tiff-using-ffmpeg" target="_blank"&gt;https://superuser.com/questions/881783/convert-from-avi-to-uncompressed-tiff-using-ffmpeg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;NiFi in this case could still be used to automate the ingestion and conversion of your FFmpeg files by utilizing perhaps one the NiFi Scripting processors like &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-groovyx-nar/1.23.2/org.apache.nifi.processors.groovyx.ExecuteGroovyScript/index.html" target="_self"&gt;ExecuteGroovyScript&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-scripting-nar/1.23.2/org.apache.nifi.processors.script.ExecuteScript/index.html" target="_self"&gt;ExecuteScript&lt;/A&gt;&amp;nbsp;(where you can create a custom script that has some dependency on client libraries capable of doing the conversion) or maybe the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.23.2/org.apache.nifi.processors.standard.ExecuteStreamCommand/index.html" target="_self"&gt;ExecuteStreamCommand&lt;/A&gt;&amp;nbsp;or &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.23.2/org.apache.nifi.processors.standard.ExecuteProcess/index.html" target="_self"&gt;ExecuteProcess&lt;/A&gt;&amp;nbsp;processor that could call a local command line command that you pass the FlowFile content to and returns a content stream with the new Tiff format?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2023 17:52:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-use-FFmpeg-in-NIFI/m-p/378298#M243501</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-10-30T17:52:32Z</dc:date>
    </item>
  </channel>
</rss>

