Skip to content

Commit

Permalink
update test_PR.py, add fps argument to write_videofile
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 authored Mar 3, 2017
1 parent c59941c commit 0298805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_PR.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_PR_424():

def test_PR_458():
clip = ColorClip([1000, 600], color=(60, 60, 60), duration=10)
clip.write_videofile("test.mp4", progress_bar=False)
clip.write_videofile("test.mp4", progress_bar=False, fps=30)

if __name__ == '__main__':
pytest.main()

0 comments on commit 0298805

Please sign in to comment.