Png files to mp4

I assume you’re trying to animate a sequence of plots as described in your earlier post? Plots.jl has a built-in animation utility: Animations · Plots
(note that you can save a .mp4 by calling mp4(anim, “path/to/savedir/animation.mp4”, fps=30) )

1 Like