New plugin---Saving movies in 64-bit ImageJ

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

New plugin---Saving movies in 64-bit ImageJ

grimper
Hello everyone,

As far as I know, the exporting quicktime movie functionality doesn't work in ImageJ running 64-bit java. I wrote a plugin for saving stacks  movies using ffmpeg encoding function through the javacv (opencv) library. Currently only mpeg4, wmv7, flv codecs are implemented and files can be saved in avi, mov, wmv, mp4, flv container format. Furthermore, it don't have the 31 characters filename length limitation.

I hope this can help people who would like to export movies under 64bit ImageJ.

Here are the download links for different platforms:
https://sites.google.com/site/fileqzt/file/SaveAsMovie_mac64.jar
https://sites.google.com/site/fileqzt/file/SaveAsMovie_win64.jar
https://sites.google.com/site/fileqzt/file/SaveAsMovie_win32.jar
Just need to put it the jar file corresponding to your platform into ImageJ's plugin folder.  

More description can be find here:
https://sites.google.com/site/qingzongtseng/save-as-movie

Cheers,

Zong

Reply | Threaded
Open this post in threaded view
|

Re: New plugin---Saving movies in 64-bit ImageJ

dscho
Hi grimper,

On Tue, 12 Jun 2012, grimper wrote:

> As far as I know, the exporting quicktime movie functionality doesn't work
> in ImageJ running 64-bit java. I wrote a plugin for saving stacks  movies
> using ffmpeg encoding function through the javacv (opencv) library.
> Currently only mpeg4, wmv7, flv codecs are implemented and files can be
> saved in avi, mov, wmv, mp4, flv container format. Furthermore, it don't
> have the 31 characters filename length limitation.
>
> I hope this can help people who would like to export movies under 64bit
> ImageJ.
>
> Here are the download links for different platforms:
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_mac64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win32.jar
> Just need to put it the jar file corresponding to your platform into
> ImageJ's plugin folder.  
>
> More description can be find here:
> https://sites.google.com/site/qingzongtseng/save-as-movie

Did you see my message about an FFMPEG-based movie I/O?

http://groups.google.com/group/fiji-devel/browse_thread/thread/7c9202279e6c73e1

The JNA-based approach should be more flexible in the long run, but I have
to admit that I did not have the need to update the code to newer FFMPEG
versions in a long, long time.

Maybe interesting for you?

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: New plugin---Saving movies in 64-bit ImageJ

Gabriel Landini
In reply to this post by grimper
On Tuesday 12 Jun 2012 23:22:24 grimper wrote:

> As far as I know, the exporting quicktime movie functionality doesn't work
> in ImageJ running 64-bit java. I wrote a plugin for saving stacks  movies
> using ffmpeg encoding function through the javacv (opencv) library.
> Currently only mpeg4, wmv7, flv codecs are implemented and files can be
> saved in avi, mov, wmv, mp4, flv container format. Furthermore, it don't
> have the 31 characters filename length limitation.
>
> I hope this can help people who would like to export movies under 64bit
> ImageJ.
>
> Here are the download links for different platforms:
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_mac64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win32.jar
> Just need to put it the jar file corresponding to your platform into
> ImageJ's plugin folder.

Hi, is there a linux version of this?
Thanks
Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: New plugin---Saving movies in 64-bit ImageJ

grimper
Hi Gabriel,

I currently only have 32-bit Linux machine., so a 32-bit Linux version is possible (however I doubt whether this would be useful since the quicktime movie writer works in 32bit already...).
If you really want a 64-bit linux version, we need to find ffmpeg 0.6.x or 0.7.x libraries for 64-bit Linux (libavutil.so, libavcodec.so, libavformat.so, and libswscale.so).

Cheers,

Zong

Gabriel Landini wrote
On Tuesday 12 Jun 2012 23:22:24 grimper wrote:
> As far as I know, the exporting quicktime movie functionality doesn't work
> in ImageJ running 64-bit java. I wrote a plugin for saving stacks  movies
> using ffmpeg encoding function through the javacv (opencv) library.
> Currently only mpeg4, wmv7, flv codecs are implemented and files can be
> saved in avi, mov, wmv, mp4, flv container format. Furthermore, it don't
> have the 31 characters filename length limitation.
>
> I hope this can help people who would like to export movies under 64bit
> ImageJ.
>
> Here are the download links for different platforms:
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_mac64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win64.jar
> https://sites.google.com/site/fileqzt/file/SaveAsMovie_win32.jar
> Just need to put it the jar file corresponding to your platform into
> ImageJ's plugin folder.

Hi, is there a linux version of this?
Thanks
Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html