Skip to content

Commit 94bf6bd

Browse files
author
Saumya
committed
DOC: Document FFMpegFileWriter *args, **kwargs
Adds documentation explaining that arguments are forwarded to the parent MovieWriter class. Fixes matplotlib#22831
1 parent 88e62bd commit 94bf6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/animation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,13 +611,13 @@ class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
611611
This effectively works as a slideshow input to ffmpeg with the fps passed as
612612
``-framerate``, so see also `their notes on frame rates`_ for further details.
613613
614+
.. _their notes on frame rates: https://trac.ffmpeg.org/wiki/Slideshow#Framerates
615+
614616
Parameters
615617
----------
616618
*args, **kwargs
617619
All arguments are forwarded to `FileMovieWriter`. See
618620
`FileMovieWriter` for a list of all possible parameters.
619-
620-
.. _their notes on frame rates: https://trac.ffmpeg.org/wiki/Slideshow#Framerates
621621
"""
622622
supported_formats = ['png', 'jpeg', 'tiff', 'raw', 'rgba']
623623

0 commit comments

Comments
 (0)