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.