Step-by-step tutorial for macOS how to install ffmpeg with Homebrew and how to create movies out of your OmniGeometry scenes. With ffmpeg you can create movies very easily out of your OmniGeometry image sequence exports.
Next version of OmniGeometry will be focusing on implementing direct movie exporting, but for now this is the easiest way to create beautiful movies out of your animated scenes.
Here is the command mentioned in the video for ease of access:
ffmpeg -framerate 60 -pattern_type glob -i '*.png' -c:v libx264 -crf 22 -pix_fmt yuv420p out.mp4
You might also want to try:
ffmpeg -framerate 60 -pattern_type glob -i '*.png' -vcodec png png_output.mov
If you want to create a uncompressed motion PNG which also preserves transparency, if you are exporting a movie that will be overlaid on top of another clip.
https://www.omnigeometry.com
OmniGeometry is the ultimate Sacred Geometry designer software.