From 57c5a9c0afded5ddc93057792e123a75ab36fa27 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 10 Aug 2021 13:50:18 -0400 Subject: [PATCH] Switched back to libx264 codec --- examples/symba_energy_momentum/collision_movie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/symba_energy_momentum/collision_movie.py b/examples/symba_energy_momentum/collision_movie.py index 85a020183..de39bc326 100755 --- a/examples/symba_energy_momentum/collision_movie.py +++ b/examples/symba_energy_momentum/collision_movie.py @@ -85,7 +85,7 @@ def __init__(self, ds, param): self.ani = animation.FuncAnimation(self.fig, self.update, interval=1, frames=nframes, init_func=self.setup_plot, blit=False) self.ani.save(animfile, fps=60, dpi=300, - extra_args=['-vcodec', 'mpeg4']) + extra_args=['-vcodec', 'libx264']) def plot_pl_circles(self, pl, radmarker): patches = []