open AVIs programatically

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

open AVIs programatically

William O'Connell-3
William O'Connell to imagej
show details 2:11 PM (0 minutes ago)

Opening an AVI file in ImageJ brings up a dialog box for selecting
first and last frames, etc. I'd like to open several AVIs in a plugin,
accept the defaults and skip the Dialog boxes. How may this be done?

 thanks to all, Bill
Reply | Threaded
Open this post in threaded view
|

Re: open AVIs programatically

Rasband, Wayne (NIH/NIMH) [E]
On May 4, 2011, at 5:13 PM, William O'Connell wrote:

> William O'Connell to imagej
> show details 2:11 PM (0 minutes ago)
>
> Opening an AVI file in ImageJ brings up a dialog box for selecting
> first and last frames, etc. I'd like to open several AVIs in a plugin,
> accept the defaults and skip the Dialog boxes. How may this be done?

You can generate the needed macro code by using the File>Import>AVI command with the recorder (Plugins>Macros>Record) running.

-wayne