<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Wonderful!<div class=""><br class=""></div><div class="">The link also eventually led me to ffprobe, a great command line resource to find information about the video files themselves.</div><div class=""><br class=""></div><div class="">After digesting this with some testing on the files I have, I suspect that the process to code a video translation avi -> Igor Pro on macOS is a bit more than I can immediately tackle. The FFmpeg command line is definitely the option to use for this, going through an ExecuteScript call from Igor Pro.</div><div class=""><br class=""></div><div class="">So, going back to the original question, I’d suggest using ImageJ to do the conversion avi -> TIFF stacks first. Then continue after that with Igor Pro using the ImageLoad operation (which itself is so much easier to handle than PlayMovie or PlayMovieAction). This is likely the path that I will standardize on for our group, primarily since those who need to analyze avi videos are not command-line-conversant in either macOS or Windows (and what we are doing needs to work using Igor Pro on either macOS or Windows).</div><div class=""><br class=""></div><div class="">Thanks for the insights!!</div><div class=""><br class=""></div><div class=""><div class="">
--<br class="">Jeffrey J Weimer, Associate Professor<br class="">Chemistry / Chemical & Materials Engineering, UAH<br class="">Huntsville, AL 35899      phone: 256-824-6954

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Dec 5, 2019, at 8:34 PM, Johannes Steinmann <<a href="mailto:igor-list@lfor.de" class="">igor-list@lfor.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Does this help?<div class=""><a href="https://www.bugcodemaster.com/article/extract-images-frame-frame-video-file-using-ffmpeg" class="">https://www.bugcodemaster.com/article/extract-images-frame-frame-video-file-using-ffmpeg</a></div><div class=""><br class=""></div><div class="">Best,</div><div class="">Johannes<br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Dec 5, 2019, at 19:45, Jeffrey Weimer (UAH) <<a href="mailto:weimerj@uah.edu" class="">weimerj@uah.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I’ve installed FFmpeg using Homebrew. It works.<br class=""><br class="">All I need is the syntax to extract a specific frame (e.g. 37) or a set of frames (e.g. 2 - 10) or a set of frames in an incremented manner (e.g. 2 - 37 in steps of 4) from an avi video and generate the results as TIFF with no change in RGB or resolution or whatever else.<br class=""><br class=""><blockquote type="cite" class="">ffmpeg -i input.avi … output.tiff<br class=""></blockquote><br class="">I would build that syntax into the Image Tools using ExecuteScript. This adaptation would make it possible to be able to import movie frames from avi into Igor Pro (as TIFF images). As far as I can tell with FFmpeg, such code should work on both Windows and macOS (with FFmpeg installed).<br class=""><br class="">Any help with the correct syntax would be appreciated.<br class=""><br class="">--<br class="">Jeffrey J Weimer, Associate Professor<br class="">Chemistry / Chemical & Materials Engineering, UAHuntsville<br class="">Huntsville, AL 35899      phone: 256-824-6954<br class=""><br class=""><blockquote type="cite" class="">On Dec 5, 2019, at 4:41 PM, Johannes Steinmann <<a href="mailto:igor-list@lfor.de" class="">igor-list@lfor.de</a>> wrote:<br class=""><br class="">I am successfully using the static builds from <a href="https://evermeet.cx/ffmpeg/" class="">https://evermeet.cx/ffmpeg/</a> <<a href="https://evermeet.cx/ffmpeg/" class="">https://evermeet.cx/ffmpeg/</a>><br class="">You can also install ffmpeg via brew if you like.<br class="">Johannes<br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Info-igor mailing list<br class=""><a href="mailto:Info-igor@lists.info-igor.org" class="">Info-igor@lists.info-igor.org</a><br class=""><a href="http://lists.info-igor.org/listinfo.cgi/info-igor-info-igor.org" class="">http://lists.info-igor.org/listinfo.cgi/info-igor-info-igor.org</a><br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>