Skip to content

Commit

Permalink
Merge pull request #510 from gpantelis/patch-1
Browse files Browse the repository at this point in the history
Correcting text
  • Loading branch information
Zulko authored Mar 25, 2017
2 parents a2d0011 + 7a7555a commit da7bd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/videoclips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Creating and exporting video clips
===================================

Video au audio clips are the central objects of MoviePy. In this section we present the different sorts of clips, how to create them, and how to write them to a file. For informations on modifying a clip (cuts, effects, etc.), see :ref:`effects`. For how to put clips together see :ref:`CompositeVideoClips` and to see how to preview clips before writing a file, refer to :ref:`efficient`.
Video and audio clips are the central objects of MoviePy. In this section we present the different sorts of clips, how to create them, and how to write them to a file. For informations on modifying a clip (cuts, effects, etc.), see :ref:`effects`. For how to put clips together see :ref:`CompositeVideoClips` and to see how to preview clips before writing a file, refer to :ref:`efficient`.

The following code summarizes the base clips that you can create with moviepy: ::

Expand Down

0 comments on commit da7bd37

Please sign in to comment.