Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfirman committed May 21, 2018
1 parent 81b6670 commit 959c6c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions moviepy/video/VideoClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ def write_videofile(self, filename, fps=None, codec=None,
audio_nbytes, audio_bufsize,
audio_codec, bitrate=audio_bitrate,
write_logfile=write_logfile,
verbose=verbose, progress_bar=progress_bar)
verbose=verbose,
progress_bar=progress_bar)

ffmpeg_write_video(self, filename, fps, codec,
bitrate=bitrate,
Expand Down Expand Up @@ -394,7 +395,8 @@ def write_images_sequence(self, nameformat, fps=None, verbose=True,
@convert_masks_to_RGB
def write_gif(self, filename, fps=None, program='imageio',
opt='nq', fuzz=1, verbose=True,
loop=0, dispose=False, colors=None, tempfiles=False, progress_bar=True):
loop=0, dispose=False, colors=None, tempfiles=False,
progress_bar=True):
""" Write the VideoClip to a GIF file.
Converts a VideoClip into an animated GIF using ImageMagick
Expand Down

0 comments on commit 959c6c1

Please sign in to comment.