<?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 How can merge such binaries with JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619401#M81883</link>
    <description>&lt;P&gt;If I want to use JMP for something other than statistics: For example, I downloaded several video clips from the Internet, got binaries, and how to combine these binaries with JSL and save them as one video file. For example, this video is formatted as mp4 Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-03_20-09-56.png" style="width: 214px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51689iF76606F0C02794CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-03_20-09-56.png" alt="2023-04-03_20-09-56.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rr = "";
rs = "";
For( j = 1, j &amp;lt;= N Row( dt ), j++,
	u = dt[j, "url"];
	request = New HTTP Request( URL( u ), Method( "Get" ) );
	rs = request &amp;lt;&amp;lt; send;
	 rr = rr || rs ; //？？
);

rr &amp;lt;&amp;lt; Save video( "c:\3\test.mp4", "mp4" );  //？？&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:07:12 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T16:07:12Z</dc:date>
    <item>
      <title>How can merge such binaries with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619401#M81883</link>
      <description>&lt;P&gt;If I want to use JMP for something other than statistics: For example, I downloaded several video clips from the Internet, got binaries, and how to combine these binaries with JSL and save them as one video file. For example, this video is formatted as mp4 Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-03_20-09-56.png" style="width: 214px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51689iF76606F0C02794CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-03_20-09-56.png" alt="2023-04-03_20-09-56.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rr = "";
rs = "";
For( j = 1, j &amp;lt;= N Row( dt ), j++,
	u = dt[j, "url"];
	request = New HTTP Request( URL( u ), Method( "Get" ) );
	rs = request &amp;lt;&amp;lt; send;
	 rr = rr || rs ; //？？
);

rr &amp;lt;&amp;lt; Save video( "c:\3\test.mp4", "mp4" );  //？？&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:07:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619401#M81883</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T16:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can merge such binaries with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619571#M81900</link>
      <description>&lt;P&gt;You might want to use &lt;A href="https://ffmpeg.org/" target="_self"&gt;FFmpeg&lt;/A&gt;. &lt;LI-MESSAGE title="Make a Video in JMP with FFmpeg" uid="275773" url="https://community.jmp.com/t5/Uncharted/Make-a-Video-in-JMP-with-FFmpeg/m-p/275773#U275773" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp; &lt;LI-MESSAGE title="ABC Music Video" uid="285173" url="https://community.jmp.com/t5/Uncharted/ABC-Music-Video/m-p/285173#U285173" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-blog-thread lia-fa-icon lia-fa-blog lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe RunProgram+FFmpeg will let JSL read and write a video, frame-by-frame.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the time you figure out how to make it all work, you'll probably be able to make FFmpeg join two videos without JMP. If you don't need to see the images in JSL, there is no reason to use JSL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FFmpeg has an &lt;A href="https://ffmpeg.org/ffmpeg.html#Synopsis" target="_self"&gt;enormously complicated command line&lt;/A&gt;. And a &lt;A href="https://www.ffmpeg.org/legal.html" target="_self"&gt;legal agreement&lt;/A&gt; that might make it not an option for some people.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 14:56:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619571#M81900</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-04-03T14:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can merge such binaries with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619724#M81915</link>
      <description>Thank Craige! Yes, I still need to use JSL to analyze and get the real download address of the video. But Istill can't use JSL combined with ffmpeg to directly merge different videos in memory and save them to hard disk after merging.</description>
      <pubDate>Mon, 03 Apr 2023 23:48:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-merge-such-binaries-with-JSL/m-p/619724#M81915</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-04-03T23:48:09Z</dc:date>
    </item>
  </channel>
</rss>

