diff --git a/omero/sysadmins/advanced-install.rst b/omero/sysadmins/advanced-install.rst index 0b47003129..e176b0175b 100644 --- a/omero/sysadmins/advanced-install.rst +++ b/omero/sysadmins/advanced-install.rst @@ -7,7 +7,6 @@ Installing additional features grid mail - omeromovie installing-scripts client-server-ssl websockets diff --git a/omero/sysadmins/omeromovie.html b/omero/sysadmins/omeromovie.html new file mode 100644 index 0000000000..0c8e7e284a --- /dev/null +++ b/omero/sysadmins/omeromovie.html @@ -0,0 +1,8 @@ + + + + + + diff --git a/omero/sysadmins/omeromovie.rst b/omero/sysadmins/omeromovie.rst deleted file mode 100644 index 9a848d2392..0000000000 --- a/omero/sysadmins/omeromovie.rst +++ /dev/null @@ -1,64 +0,0 @@ -OMERO.movie -=========== - -A short decription on how to create movies from OMERO. - -Creating a movie 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. - -Viewing the movie ------------------ - -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. - -Installing the make movie script --------------------------------- - -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. - -We have :snapshot:`Mac OSX installs for mencoder ` -which were originally provided -`here `__. -Unzip and put the mencoder in the PATH available to the server, e.g. -:file:`/usr/local/bin/`. You may need to restart the server for this to take -effect. - -There are also macports, rpms and debs for mencoder. - -Make movie also uses Pillow_ and `numpy `_. - -Make movie command arguments ----------------------------- - -A detailed list of the commands accepted by the script are: - -- imageId: This id of the image to create the movie from -- output: The name of the output file, sans the extension -- zStart: The starting z-section to create the movie from -- zEnd: The final z-section -- tStart: The starting timepoint to create the movie -- tEnd: The final timepoint. -- channels: The list of channels to use in the movie (index, from 0) -- splitView: Should we show the split view in the movie (not available yet) -- showTime: Show the average time of the aquisition of the channels in the frame. -- showPlaneInfo: Show the time and z-section of the current frame. -- fps: The number of frames per second of the movie -- scalebar: The scalebar size in microns, if <=0 will not show scale bar. -- format: The format of the movie to be created currently supports 'video/mpeg', 'video/quicktime' -- overlayColour: The colour of the overlays, scalebar, time, as int(RGB) -- fileAnnotation: The fileAnnotation id of the uploaded movie. (return value from script) diff --git a/omero/sysadmins/unix/server-installation.rst b/omero/sysadmins/unix/server-installation.rst index d55bcee675..81646e6999 100644 --- a/omero/sysadmins/unix/server-installation.rst +++ b/omero/sysadmins/unix/server-installation.rst @@ -210,26 +210,6 @@ latest release is available from the :zeroc:`ZeroC website ` for further details. -OMERO.scripts -^^^^^^^^^^^^^ - -If you wish to run the "Movie Maker" script, please install :program:`mencoder`. - -.. list-table:: - :header-rows: 1 - :align: left - - * - System - - Package - - * - Debian - - mencoder - - * - Homebrew - - mplayer - - * - RedHat - - mencoder Installation ------------ @@ -582,11 +562,6 @@ made to have usable settings out of the box, but if you can afford to provide OMERO with more memory, it will certainly improve your overall performance. See :ref:`jvm_memory_settings` on how to tune the JVM. -Enabling movie creation from OMERO ----------------------------------- - -OMERO has a facility to create AVI/MPEG Movies from images. The page -:doc:`/sysadmins/omeromovie` details how to enable it. Post-installation items -----------------------