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
In v2.x the MovieWriter.saving context manager fails to pass on the kwargs that should go to the setup method. This makes it impossible to specify the 'frame_prefix' and 'clear_temp' kwargs in FileMovieWriter without directly setting attributes inside the context.