Note
This documentation is for the new OMERO 5.2 version. See the latest OMERO 5.1.x version or the previous versions page to find documentation for the OMERO version you are using if you have not upgraded yet.
A short decription on how to create movies from OMERO.
OMERO provides a script to make Mpeg or Quicktime movies from any image in the server. These movies are created by a script called makemovie.py, this script has a number of options: these include: selecting a range of Z,T planes, the channels to display. The movie can also show information overlayed over the image: z-section, scale bar and timing.
The resulting movie will then be uploaded to the server by the script and become a file attachment to the source image.
The make movie script allows you to save the movie in two different formats, a DivX encoded AVI and Quicktime movie. To view the AVI you may need to install a divX codec from DivX. It should be noted that the DivX avi is normally 1/3 to 1/10 the size of the Quicktime movie.
The make movie script currently uses the mencoder utility to encode the movies, this command should be in the path of the computer (icegrid node) running the script.
You can find windows installs for mencoder at http://sourceforge.net/projects/mplayer-win32/files/
We have Mac OSX installs for mencoder which were originally provided here. Unzip and put the mencoder in the PATH available to the server, e.g. /usr/local/bin/ . You may need to restart the server for this to take effect.
There are also macports, rpms and debs for mencoder.
A detailed list of the commands accepted by the script are:
For Windows, you can download a “MPlayer-rtm-svm-<version>” bundle from http://sourceforge.net/projects/mplayer-win32/. You will need 7zip to open the bundle. Then you will need to add the directory containing “mencoder.exe” to your system path and restart.