napari / napari-animation

A napari plugin for making animations
https://napari.github.io/napari-animation/
Other
76 stars 27 forks source link

[Maint] Consider PyAV (via imageio[av]) #217

Open psobolewskiPhD opened 4 months ago

psobolewskiPhD commented 4 months ago

It is a Python bindings for ffmpeg and has more robust wheels, including arm64 macOS, which imageio-ffmpeg does not (https://github.com/imageio/imageio-ffmpeg/issues/71) https://github.com/PyAV-Org/PyAV There is an imageio plugin available: https://github.com/imageio/imageio/blob/4c5caeaa19955edaa43c4d705032b50923909b36/setup.py#L101

psobolewskiPhD commented 4 months ago

For more M1 context, see: https://github.com/napari/napari-animation/pull/197