-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export as movie #51
Comments
Current workflow from user: |
Copying my notes from the mouse meeting (very dynamic heavy) here:
|
This "looks cool" from #96 (comment) |
Also see https://forum.image.sc/t/create-new-file-with-curent-settings-and-rois/31350 |
One option is to use matplotlib instead of mencoder to create movie. E.g. See https://github.com/guiwitz/naparimovie/blob/master/naparimovie/naparimovie.py |
How to create a histogram alongside a movie? https://twitter.com/manorlaboratory/status/1227057187471548417 |
Also see https://twitter.com/joachimgoedhart/status/1251949637927387136 for discussion of Plot and Movies synchronised. |
Would be great to make movies from graphs (in parade) export as movie images in OMERO, then combine with the microscope movies in a figure (as in previous tweet). |
How to create Cell + Plot movies in Fiji & R: https://thenode.biologists.com/crafting-plots-for-movies/research/ |
Interesting package for syncing plots and video: https://pysport.org/2020/05/07/matplotvideo-sync-your-plot-to-your-video/ https://twitter.com/PySportOrg/status/1258832097273417734 |
Another example at https://twitter.com/LindqvistLab/status/1271055525980131328 |
Feature request for Make_Movie to have more options for labels positions: ome/omero-scripts#177 |
The make_movie script should be rewritten so we can get rid of mencoder |
https://pypi.org/project/imageio-ffmpeg/ sounds like a good replacement for mencoder. |
That's the one I had in mind |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: |
When we have time-lapse images in a figure, the figure itself could be exported as a movie, with all the included images playing simultaneously.
This would allow users to compose a specific layout for a movie just as they can do for a figure.
Time-stamp labels should probably show delta-T from start of movie.
Time offset of individual movies with respect to one-another will be preserved.
Possible export option would allow to choose start/end of the time-course.
Export options could be presented in a dialog box when user chooses export as movie.
Probably need to support "crop page to panels" first
The text was updated successfully, but these errors were encountered: