🌐 AI搜索 & 代理 主页
Skip to content

Commit 702c669

Browse files
authored
Merge pull request #30820 from saumyacoder1709/doc-fix-ffmpeg
DOC: Add parameters documentation for FFMpegFileWriter
2 parents 6c2d9e8 + 54321e3 commit 702c669

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/animation.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,12 @@ class FFMpegFileWriter(FFMpegBase, FileMovieWriter):
612612
``-framerate``, so see also `their notes on frame rates`_ for further details.
613613
614614
.. _their notes on frame rates: https://trac.ffmpeg.org/wiki/Slideshow#Framerates
615+
616+
Parameters
617+
----------
618+
*args, **kwargs
619+
All arguments are forwarded to `FileMovieWriter`. See
620+
`FileMovieWriter` for a list of all possible parameters.
615621
"""
616622
supported_formats = ['png', 'jpeg', 'tiff', 'raw', 'rgba']
617623

0 commit comments

Comments
 (0)