Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Switched back to libx264 codec
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Aug 10, 2021
1 parent 156fa2f commit 57c5a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/symba_energy_momentum/collision_movie.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 57c5a9c

Please sign in to comment.