You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When saving the animation using FuncAnimation's save method with writer="ffmpeg", it produces a strange layout, and layout shifts occur around the first frames compared to webp or gif created with writer="pillow".
Summary
When saving the animation using
FuncAnimation'ssavemethod withwriter="ffmpeg", it produces a strange layout, and layout shifts occur around the first frames compared towebporgifcreated withwriter="pillow".Reproducer
This is the weird video in the MP4 format.
test_animation.mp4
This is the WEBP-formatted one that I probably prefer.

Environment
Miscellaneous
This is inherited from the discussion at #488