Skip to content

Commit

Permalink
Minor changes in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jun 1, 2021
1 parent c203c60 commit 0185e51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moviepy/video/io/ffmpeg_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FFMPEG_VideoWriter:
threads : int, optional
Number of threads used to write the output with ffmpeg.
ffmpeg_params : dict, optional
ffmpeg_params : list, optional
Additional parameters passed to ffmpeg command.
"""

Expand Down Expand Up @@ -285,7 +285,8 @@ def ffmpeg_write_image(filename, image, logfile=False, pixel_format=None):
Numpy array with the image data.
logfile : bool, optional
Writes a logfile with the FFmpeg output (``True``) or not (``False``).
Writes the ffmpeg output inside a logging file (``True``) or not
(``False``).
pixel_format : str, optional
Pixel format for ffmpeg. If not defined, it will be discovered checking
Expand Down

0 comments on commit 0185e51

Please sign in to comment.